Odel
ApocData mcp server

ApocData mcp server

Local
@apocdata2TypeScriptApache-2.0Updated 1w ago

天启至数 ApocData - MCP Server for A-share market data (46 free, no-auth endpoints)

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@apocdata-info/mcp-serverv0.1.5

Run

npx -y @apocdata-info/mcp-server

MCP client config

{
  "mcpServers": {
    "apocdata-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@apocdata-info/mcp-server"
      ]
    }
  }
}