MCP Server
MCP
MetricHub Quant - A股量化数据
China A-Share quantitative data: 5000+ stocks, 13 factors, daily market & limit-up analysis.
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
By
Comments
Sign in to leave a comment