Skip to content
Claude Desktop

A股数据 API (A-Share Data API) for Claude Desktop

com.ashareapi/ashare-data-api

A-share data over MCP: quotes, profile, order book, K-line, financials, money flow, boards. 24 tools

client:Claude Desktop transport:streamable-http tools:24

Install A股数据 API (A-Share Data API) in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "ashare-data-api": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.ashareapi.com/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

What Claude Desktop can do once it is connected

A股数据 API (A-Share Data API) in other clients