← Back to Plugins
MCP Server MCP

Wudao A-Share Stock Data MCP

github By github 👁 1 views ▲ 0 votes

Read-only China A-share data for AI agents: market, limit-up, capital flow and disclosures.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://stock.quicktiny.cn/api/mcp",
      "headers": [
        {
          "description": "Bearer API key created in the Wudao Data developer console.",
          "isRequired": true,
          "isSecret": true,
          "placeholder": "Bearer YOUR_API_KEY",
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...