Skip to content
VS Code

A股数据 API (A-Share Data API) for VS Code

com.ashareapi/ashare-data-api

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

client:VS Code transport:streamable-http tools:24

Install A股数据 API (A-Share Data API) in VS Code

.vscode/mcp.json

{
  "servers": {
    "ashare-data-api": {
      "type": "http",
      "url": "https://api.ashareapi.com/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

What VS Code can do once it is connected

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