China A-Share quantitative data: 5000+ stocks, 13 factors, daily market & limit-up analysis.
{
"mcpServers": {
"io-github-clk1st-mh-fin-mcp": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
China A-Share quantitative data: 5000+ stocks, 13 factors, daily market & limit-up analysis.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 18 days ago.
Will it work with my client?
Transport: . Compatibility not confirmed.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt — returns 0-100 signal.
Monitor browser logs directly from Cursor and other MCP compatible IDEs.
MCP Security Weekly
Get CVE alerts and security updates for io.github.clk1st/mh-fin-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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