Developers

MCP server

The Model Context Protocol server exposes QuantPredict's markets, order books, and edge model as tools your agent can call directly — no scraping, no glue code.

Early access. The MCP server is in private early access. The tool surface below is stable in intent but may change before general availability. Want in? Reach out via contact and tell us what you'd build.

Why MCP

If you're building an agent, you don't want another REST wrapper to babysit. The MCP server lets a model discover and call QuantPredict's capabilities the same way it calls any other tool — typed inputs, structured results, and the same edge numbers humans see in the terminal.

Tools

search_markets

Find resolvable markets across venues by keyword, underlying, or resolution date.

get_order_book

Depth-aware order book and mid for any covered market, normalised across venues.

get_edge

Model fair value, market mid, and net edge for a market — the same numbers the terminal shows.

get_positions

Read your open positions and live P&L. Read-only by default; routing requires explicit scope.

Access and scopes

  • Read tools (search, order books, edge) are available to any authenticated account.
  • Position and routing tools require explicit scopes you grant per key — read-only is the default.
  • Rate limits mirror the REST API; see the API docs for current quotas.

Prefer plain HTTP? The same data is available over the REST API. The MCP server is a thin protocol layer on top of it, not a separate product.