Back to Browse

Mh Fin MCP Server

by Clk1st
Developer ToolsModerate7.0MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

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

About

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

Remote endpoints: sse: https://api.quant.metrichub.app/mcp/sse

Security Report

7.0
Moderate7.0Low Risk

Valid MCP server (2 strong, 1 medium validity signals). 3 known CVEs in dependencies (0 critical, 3 high severity) Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

5 files analyzed · 4 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

API key from https://quant.metrichub.app/api-keysRequired

Environment variable: MH_FIN_API_KEY

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

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

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-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"
      }
    }
  }
}

3. Restart Claude to activate

Available Tools

ToolDescription
get_trade_datesList available trade dates
get_market_overviewMarket overview: indices, breadth, sentiment, northbound flow
get_industry_rankingIndustry rotation ranking (Shenwan industries)
get_sector_hotspotsConcept sector hotspots with leading stocks
get_stock_listPaginated stock data for 5000+ A-shares
search_stockSearch stocks by name or code
get_limitup_analysisLimit-up analysis with 13 quantitative factors
get_factor_icFactor IC effectiveness history
get_risk_alertsRisk 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

Reviews

No reviews yet

Be the first to review this server!