mh-fin-mcp
mh-fin-mcp
MCP-Server für quantitative Marktdaten des chinesischen A-Aktienmarkts, unterstützt von MetricHub Quant.
Funktionen
Marktübersicht: Wichtige Indizes, Limit-Up-/Limit-Down-Statistiken, Marktbreite, Nordwärts-Kapitalflüsse, Sentiment
Branchen-Rotation: Shenwan-Branchenranking mit Verhältnis von steigenden zu fallenden Aktien und Anzahl der Limit-Up-Aktien
Sektor-Hotspots: Analyse der Konzept-Sektoren mit Leitaktien
Aktiendaten: Vollständige Tagesdaten für über 5000 A-Aktien (OHLCV, PE, PB, Marktkapitalisierung, Kapitalflüsse)
Aktiensuche: Suche nach Name oder Code
Limit-Up-Analyse: Quantitatives 13-Faktoren-Scoring für Limit-Up-Aktien
Faktor-IC: Historie der Faktor-Effektivität
Risikowarnungen: Aktienverkäufe durch Aktionäre, Gewinnwarnungen
Related MCP server: QMT MCP Server
Schnellstart
1. API-Schlüssel abrufen
Registrieren Sie sich bei quant.metrichub.app und wählen Sie unter API-Schlüssel einen Schlüssel.
2. Integrationsmethode auswählen
Option A: Remote-Server (empfohlen, keine Installation erforderlich)
Keine Installation erforderlich. Fügen Sie einfach die URL zu Ihrer Konfiguration hinzu:
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: Lokale Installation (über 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. Claude neu starten, um zu aktivieren
Verfügbare Tools
Tool | Beschreibung |
| Listet verfügbare Handelstage auf |
| Marktübersicht: Indizes, Marktbreite, Sentiment, Nordwärts-Kapitalflüsse |
| Ranking der Branchenrotation (Shenwan-Branchen) |
| Konzept-Sektor-Hotspots mit Leitaktien |
| Seitenweise Aktiendaten für über 5000 A-Aktien |
| Aktien nach Name oder Code durchsuchen |
| Limit-Up-Analyse mit 13 quantitativen Faktoren |
| Historie der Faktor-IC-Effektivität |
| Risikowarnungen (Aktienverkäufe durch Aktionäre usw.) |
Daten
Abdeckung aller über 5000 A-Aktien
Täglich nach 17:30 Uhr CST (Mo–Fr) aktualisiert
13 quantitative Faktoren für das Limit-Up-Scoring
Nur Daten, keine Anlageberatung
Lizenz
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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
Related MCP Connectors
Read-only China A-share data for AI agents: market, limit-up, capital flow and disclosures.
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…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/clk1st/mh-fin-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server