AKShare One MCP

get_realtime_data

Get real-time stock market data. 'eastmoney_direct' support all A,B,H shares

Remote zwldarren/akshare-one-mcp

Other tools also called get_realtime_data? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "source": {
      "enum": [
        "xueqiu",
        "eastmoney",
        "eastmoney_direct"
      ],
      "type": "string",
      "default": "eastmoney_direct",
      "description": "Data source"
    },
    "symbol": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "Stock symbol/ticker (e.g. '000001')"
    }
  }
}