How do you connect to Pancake via MCP?

Pancake uses Streamable HTTP as its MCP transport — the same transport supported by your MCP-capable client (e.g. Claude Desktop, Cursor). Add the following server URL to your client's MCP configuration: https://mcp.usepancake.com/api/mcp.

Authorization uses OAuth 2.0 with six scopes: read:markets, read:strategies, read:datasets, write:strategies, read:results, run:backtests. All six are bundled in a single consent screen that appears on the first tool call. After you approve, the client stores the token and subsequent calls proceed without interruption.

Once connected, seven tools are available: search_strategies, search_datasets, get_strategy, register_evidence_dataset, run_evidence_backtest, get_backtest_result, and materialize_evidence_dataset. The Quickstart page walks through the canonical first-backtest flow using these tools.

If you are on a Pancake private-beta seat, the OAuth flow will succeed on first attempt. If you are on the waitlist, the consent screen will indicate your account status.