mh-fin-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mh-fin-mcpWhat's the current market overview for A-shares?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mh-fin-mcp
MCP Server for China A-Share quantitative market data, powered by MetricHub Quant.
Features
Market Overview: Major indices, limit-up/down stats, breadth, northbound flow, sentiment
Industry Rotation: Shenwan industry ranking with up/down ratio and limit-up counts
Sector Hotspots: Concept sector analysis with leading stocks
Stock Data: Full daily data for 5000+ A-shares (OHLCV, PE, PB, market cap, money flow)
Stock Search: Search by name or code
Limit-Up Analysis: 13-factor quantitative scoring for limit-up stocks
Factor IC: Factor effectiveness history
Risk Alerts: Shareholder reduction, performance warnings
Related MCP server: QMT MCP Server
Quick Start
1. Get API Key
Register at quant.metrichub.app, then go to API Key management to create a key.
2. Choose your integration method
Option A: Remote Server (Recommended, zero install)
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"
}
}
}
}Option B: Local Install (via PyPI)
pip install mh-fin-mcpClaude 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"
}
}
}
}3. Restart Claude to activate
Available Tools
Tool | Description |
| List available trade dates |
| Market overview: indices, breadth, sentiment, northbound flow |
| Industry rotation ranking (Shenwan industries) |
| Concept sector hotspots with leading stocks |
| Paginated stock data for 5000+ A-shares |
| Search stocks by name or code |
| Limit-up analysis with 13 quantitative factors |
| Factor IC effectiveness history |
| Risk alerts (shareholder reduction, etc.) |
Data
Covers all 5000+ A-shares
Updated daily after 17:30 CST (Mon-Fri)
13 quantitative factors for limit-up scoring
Data only, no investment advice
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Read-only China A-share data for AI agents: market, limit-up, capital flow and disclosures.
China A-share market data for research, backtesting and AI agents via MCP.
Access real-time and historical market data for China A-shares and Hong Kong stocks, along with ne…
Provide access to Chinese stock market data including historical prices, real-time data, news, and…
Related MCP Servers
- AlicenseBqualityCmaintenanceProvides comprehensive access to Chinese stock market data including real-time quotes, historical prices, financial statements, technical indicators, news, and macroeconomic data for A/B/H shares through multiple data sources.3046MIT
- AlicenseNot gradedqualityFmaintenanceProvides access to Chinese stock market data through the QMT platform, enabling users to query stock details, download historical market data, and analyze stock performance for A-share securities.21Apache 2.0
- AlicenseNot gradedqualityDmaintenanceProvides real-time A-share (Chinese stock market) data through AKShare integration, enabling access to market overviews, company information, real-time quotes, and historical price data for Shanghai and Shenzhen stock exchanges.1Apache 2.0
- AlicenseNot gradedqualityDmaintenanceEnables users to query Chinese A-share stock data, including stock basics, historical prices, financial reports, and macroeconomic indicators.1MIT