ashares_market_snapshot
Pack: china-stocks · Endpoint: https://gateway.pipeworx.io/china-stocks/mcp
Overall snapshot of the Chinese A-share market — the headline index levels (Shanghai Composite, Shenzhen Component, ChiNext, STAR 50, CSI 300) with change %, day range and turnover, plus how many stocks hit limit-up (涨停) today as a sentiment gauge. Answers ‘how is the China A-share market doing’, ‘Shanghai Composite today’, ‘A-share market snapshot at close’, ‘how did Chinese stocks close’. Source: Sina + Eastmoney (keyless).
Example call
curl -X POST https://gateway.pipeworx.io/china-stocks/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"ashares_market_snapshot","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"china-stocks": {
"url": "https://gateway.pipeworx.io/china-stocks/mcp"
}
}
}
See Getting Started for client-specific install steps.