Data capabilities aligned with the API
Market, ETF, index, financial, valuation, money-flow, chip, realtime quote and news tools share one public contract.
Connect QuantCoda market data to Claude, Cursor or another MCP client as hosted remote tools. Agents query China A-share data with explicit inputs instead of inferring answers from marketing pages.
The server is available at https://quantcoda.com/mcp. Send the same API key used by REST and Python as Authorization: Bearer ...; X-API-Key remains supported for compatible clients.
# Claude Code claude mcp add --transport http quantcoda https://quantcoda.com/mcp \ --header "Authorization: Bearer qc_live_your_key"
The same authenticated contract is available through the China A-Share Market Data API, the Python SDK and MCP. An agent can discover tools first, then request bounded market, ETF, financial or money-flow data without translating between separate field models.
Market, ETF, index, financial, valuation, money-flow, chip, realtime quote and news tools share one public contract.
Every tool returns structuredContent.data plus interface ID, row counts and truncation state in meta.
The server negotiates MCP 2026-07-28 and earlier protocol revisions from the same endpoint.
Every market-data tool is marked read-only, non-destructive and idempotent for compatible agents.
QuantCoda runs the remote MCP endpoint, so compatible clients connect over HTTPS instead of starting a local market-data server. Review China stock API authentication and rate limits before adding the Bearer header, then use tool discovery to inspect names, parameters and minimum plan requirements.
Use the Python SDK for China Stock Data or the REST API documentation. All three interfaces retain the same symbol and field semantics.