Use as MCP server

The calculator on this site is also a Model Context Protocol server. Add the URL once to your AI assistant's config and the compute tool, the historic hardware data, and the curated algorithm list become native tools — no API key, no bootstrap fetch, no JSON-parsing boilerplate.

Endpoint

https://www.quantum-expectations.com/api/mcp

Streamable HTTP. Stateless sessions. CORS open. Rate-limited per IP.

Claude Desktop / Cursor / Windsurf

Add to your MCP config file:

{
  "mcpServers": {
    "quantum-expectations": {
      "type": "http",
      "url": "https://www.quantum-expectations.com/api/mcp"
    }
  }
}

Claude Desktop: ~/Library/Application Support/Claude/claude_desktop_config.json on macOS. Restart the client after saving.

Claude Code CLI

One command:

claude mcp add --transport http quantum-expectations https://www.quantum-expectations.com/api/mcp

ChatGPT

Settings → Connectors → Add custom connector, then paste the endpoint URL above.

Stdio-only clients

Bridge through mcp-remote:

{
  "command": "npx",
  "args": ["-y", "mcp-remote", "https://www.quantum-expectations.com/api/mcp"]
}

What you get

Try it

Once connected, ask your assistant:

"Using the quantum-expectations MCP server, compute the effective error rate for p=1e-3, n=100, d=1000 without error correction, and explain the result."
BackFull agent brief (/agent.txt)