mcpbeat Sign in

Quantoracle MCP Server

local only

Quantoracle runs on your own machine — the client starts it, so there is no endpoint to ping. 42 installs a week from npm. Last commit 15 Sep 2026.

73 deterministic quant tools for AI agents. LLMs drift on Black-Scholes; these are exact math.

Installs per day peak 25 · avg 11 · -39% w/w
a month agotoday
42
Installs / week
npm · quantoracle-mcp
11
Stars
0 open issues
15 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Quantoracle every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 quantoracle -- npx -y quantoracle-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "quantoracle": {
      "args": [
        "-y",
        "quantoracle-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.quantoracle]
command = "npx"
args = ["-y", "quantoracle-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "quantoracle": {
      "args": [
        "-y",
        "quantoracle-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "quantoracle": {
      "args": [
        "-y",
        "quantoracle-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Quantoracle

same job, measured the same way
gnomon
by lihtness

Deterministic batch tools so LLM agents stop guessing dates and math.

89 installs/wk local only
MiniMindsLab MCP Tools
by minimindslab-mcp

Deterministic MiniMindsLab utilities for AI agents over MCP.

7 tools answering
Codelens MCP
by segentic-lab

Deterministic code maps for AI agents: 7 tree-sitter tools for TS/JS/Py — map, find, function_body

local only
Pdfops MCP
by pdfops

Deterministic PDF tools for AI agents: inspect fields, fill forms, merge PDFs, invoices.

157 installs/wk local only
TinyFn
by tinyfn

500+ deterministic tools for AI agents: math, conversion, validation, hashing, encoding, date/time.

572 tools answering
Agent Core
by kinbinghua-lgtm

Deterministic computation tools for AI agents. Zero dependencies, no network, read-only.

341 installs/wk local only
QuantContext
by zomma-dev

Deterministic stock screening, backtesting, and factor analysis for AI trading agents

75 installs/wk local only
Boundaryai
by boundaryai

Deterministic runtime safety for AI agents: scan PII, gate tool actions, verify LLM output.

answering

Quantoracle — questions

Answers built from our own checks of this server.

Why is there no uptime for Quantoracle?
Quantoracle 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 quantoracle-mcp was installed 42 times last week.
How do I connect Quantoracle?
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 quantoracle-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Quantoracle?
The npm package quantoracle-mcp was installed 42 times in the last week. Week over week that is -39%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Quantoracle open source?
Yes — it is published under the MIT licence, written in TypeScript and 11 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.