← Back to Plugins
MCP Server MCP

MetricHub Quant - A股量化数据

github By github 👁 1 views ▲ 0 votes

China A-Share quantitative data: 5000+ stocks, 13 factors, daily market & limit-up analysis.

Homepage Verified source GitHub

Install

uvx mh-fin-mcp

Configuration Example

{
  "remotes": [
    {
      "type": "sse",
      "url": "https://api.quant.metrichub.app/mcp/sse",
      "headers": [
        {
          "description": "API key from https://quant.metrichub.app/api-keys",
          "isRequired": true,
          "isSecret": true,
          "name": "X-API-Key"
        }
      ]
    }
  ],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "mh-fin-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API key from https://quant.metrichub.app/api-keys",
          "isRequired": true,
          "isSecret": true,
          "name": "MH_FIN_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol sse pypi

Comments

Sign in to leave a comment

Loading comments...