Skip to main content
Glama

mh-fin-mcp

中文文档

중국 A-주식 정량 시장 데이터용 MCP 서버, MetricHub Quant 기반.

기능

  • 시장 개요: 주요 지수, 상한가/하한가 통계, 시장 폭, 북방 유입, 투자 심리

  • 업종 순환: Shenwan 업종 순위, 상승/하락 비율, 상한가 종목 수

  • 섹터 핫스팟: 선두 종목을 포함한 컨셉 섹터 분석

  • 종목 데이터: 5000+ A-주식의 전체 일일 데이터 (OHLCV, PE, PB, 시가총액, 자금 흐름)

  • 종목 검색: 이름 또는 코드로 검색

  • 상한가 분석: 상한가 종목에 대한 13개 요인 정량 점수

  • 팩터 IC: 팩터 유효성 이력

  • 리스크 알림: 주주 지분 감소, 실적 경고

Related MCP server: QMT MCP Server

빠른 시작

1. API 키 발급

quant.metrichub.app에 가입한 후, API 키 관리에서 키를 생성하세요.

2. 통합 방법 선택

옵션 A: 원격 서버 (권장, 설치 불필요)

설치가 필요 없습니다. 설정에 URL만 추가하면 됩니다:

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

옵션 B: 로컬 설치 (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를 재시작하여 활성화

사용 가능한 도구

도구

설명

get_trade_dates

사용 가능한 거래일 목록

get_market_overview

시장 개요: 지수, 시장 폭, 투자 심리, 북방 유입

get_industry_ranking

업종 순환 순위 (Shenwan 업종)

get_sector_hotspots

선두 종목을 포함한 컨셉 섹터 핫스팟

get_stock_list

5000+ A-주식의 페이지네이션 종목 데이터

search_stock

이름 또는 코드로 종목 검색

get_limitup_analysis

13개 정량 요인을 포함한 상한가 분석

get_factor_ic

팩터 IC 유효성 이력

get_risk_alerts

리스크 알림 (주주 지분 감소 등)

데이터

  • 모든 5000+ A-주식 포함

  • 매일 17:30 CST 이후 업데이트 (월-금)

  • 상한가 점수 산정을 위한 13개 정량 요인

  • 데이터만 제공, 투자 조언 없음

라이선스

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