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 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 and uses the same X-API-Key authentication as the REST API and Python SDK.
# Claude Code claude mcp add --transport http quantcoda https://quantcoda.com/mcp \ --header "X-API-Key: qc_live_your_key"
Market, ETF, index, financial, valuation, money-flow, chip, realtime quote and news tools share one public contract.
Tools retain symbol, date ranges and endpoint filters so a researcher can inspect what the agent requested.
Capabilities, OpenAPI and llms.txt expose machine-readable service and access information.
MCP, REST and the Python SDK use the same QuantCoda API key and plan permissions, reducing duplicate configuration.
Use the China Stock Data Python SDK or the REST API documentation. All three interfaces retain the same symbol and field semantics.