Skip to main content
Glama

mh-fin-mcp

Chinesische Dokumentation

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-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. Claude neu starten, um zu aktivieren

Verfügbare Tools

Tool

Beschreibung

get_trade_dates

Listet verfügbare Handelstage auf

get_market_overview

Marktübersicht: Indizes, Marktbreite, Sentiment, Nordwärts-Kapitalflüsse

get_industry_ranking

Ranking der Branchenrotation (Shenwan-Branchen)

get_sector_hotspots

Konzept-Sektor-Hotspots mit Leitaktien

get_stock_list

Seitenweise Aktiendaten für über 5000 A-Aktien

search_stock

Aktien nach Name oder Code durchsuchen

get_limitup_analysis

Limit-Up-Analyse mit 13 quantitativen Faktoren

get_factor_ic

Historie der Faktor-IC-Effektivität

get_risk_alerts

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

A
license - permissive license
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    B
    quality
    C
    maintenance
    Provides 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.
    30
    46
    MIT
  • A
    license
    Not graded
    quality
    F
    maintenance
    Provides 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.
    21
    Apache 2.0
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides 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.
    1
    Apache 2.0
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables users to query Chinese A-share stock data, including stock basics, historical prices, financial reports, and macroeconomic indicators.
    1
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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