Connects Claude to MetricHub Quant's API for China A-Share market data covering 5000+ stocks with daily OHLCV, valuation metrics, money flow, and sentiment indicators. Exposes nine tools including market overview with indices and northbound capital flow, industry rotation rankings across Shenwan sectors, concept sector analysis, stock search by name or code, and a 13-factor quantitative scoring system for limit-up stock analysis. Reach for this when building quantitative trading analysis, market screening workflows, or Chinese equity research tools that need fresh daily data updated after market close. Requires a MetricHub API key and works as either a remote SSE server or local stdio install via PyPI.
MCP Server for China A-Share quantitative market data, powered by MetricHub Quant.
Register at quant.metrichub.app, then go to API Key management to create a key.
No installation needed. Just add the URL to your config:
Claude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"mh-fin": {
"url": "https://api.quant.metrichub.app/mcp/sse",
"headers": {
"X-API-Key": "mhfk_your_key_here"
}
}
}
}
Claude Code (.claude/settings.json):
{
"mcpServers": {
"mh-fin": {
"url": "https://api.quant.metrichub.app/mcp/sse",
"headers": {
"X-API-Key": "mhfk_your_key_here"
}
}
}
}
pip install mh-fin-mcp
Claude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"mh-fin": {
"command": "uvx",
"args": ["mh-fin-mcp"],
"env": {
"MH_FIN_API_KEY": "mhfk_your_key_here"
}
}
}
}
Claude Code (.claude/settings.json):
{
"mcpServers": {
"mh-fin": {
"command": "uvx",
"args": ["mh-fin-mcp"],
"env": {
"MH_FIN_API_KEY": "mhfk_your_key_here"
}
}
}
}
| Tool | Description |
|---|---|
get_trade_dates | List available trade dates |
get_market_overview | Market overview: indices, breadth, sentiment, northbound flow |
get_industry_ranking | Industry rotation ranking (Shenwan industries) |
get_sector_hotspots | Concept sector hotspots with leading stocks |
get_stock_list | Paginated stock data for 5000+ A-shares |
search_stock | Search stocks by name or code |
get_limitup_analysis | Limit-up analysis with 13 quantitative factors |
get_factor_ic | Factor IC effectiveness history |
get_risk_alerts | Risk alerts (shareholder reduction, etc.) |
MIT
MH_FIN_API_KEY*secretAPI key from https://quant.metrichub.app/api-keys
com.mcparmory/google-sheets
domdomegg/google-sheets-mcp
henilcalagiya/google-sheets-mcp
cct15/war-dashboard-data
moooonad/mcp-google-sheets-full
io.github.br0ski777/csv-to-json