mcpbeat Sign in

Compute Finance Oracle MCP Server

by compute-finance Your server? Claim it
local only

Compute Finance Oracle runs on your own machine — the client starts it, so there is no endpoint to ping. 250 installs a week from npm. Last commit 1 Sep 2026.

Live AI compute pricing oracle — real-time LLM model prices across providers

Installs per day peak 169 · avg 17 · +360% w/w
a month agotoday
250
Installs / week
npm · @compute-finance/mcp
0
Stars
1 open issues
1 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/setup.ts:55
    execSync(process.platform === "win32" ? "where claude" : "which claude", {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp -- npx -y @compute-finance/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@compute-finance/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@compute-finance/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@compute-finance/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@compute-finance/mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Compute Finance Oracle

same job, measured the same way
Luzia
by luziadev

Real-time crypto prices from Binance, Coinbase, Kraken, OKX, and Bybit

36 installs/wk answering
Zwldarren Akshare One MCP
by smithery

Provide access to Chinese stock market data including historical prices, real-time data, news, and…

answering
Trustrails
by trustrails

Search UK electronics products across retailers. Real-time prices, stock, and specs.

117 installs/wk local only
Kronos
by hangeaiagent

Stock price forecasting for China A-shares — Kronos K-line time-series model

local only
Truss44 MCP Crypto Price
by smithery

Provide real-time cryptocurrency price data and market analysis.

answering
Amalgix
by amalgix-io

Cross-model evidence pipeline for financial filings & contracts. x402 pay-per-call.

8 tools answering
Aristocles Data API
by kiranz38

Subscription pricing, trade costs, and financial data for AI agents across 5 countries.

answering
Ozon Seller MCP Server
by woyaxnini

MCP server for Ozon Seller API. 26 tools: products, prices, orders, analytics, finance, rating.

61 installs/wk local only

Compute Finance Oracle — questions

Answers built from our own checks of this server.

Why is there no uptime for Compute Finance Oracle?
Compute Finance Oracle runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @compute-finance/mcp was installed 250 times last week.
How do I connect Compute Finance Oracle?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @compute-finance/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Compute Finance Oracle?
The npm package @compute-finance/mcp was installed 250 times in the last week. Week over week that is +360%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Compute Finance Oracle open source?
Yes — it is published under the MIT licence, written in TypeScript, 0 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.