mh-fin-mcp
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-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를 재시작하여 활성화
사용 가능한 도구
도구 | 설명 |
| 사용 가능한 거래일 목록 |
| 시장 개요: 지수, 시장 폭, 투자 심리, 북방 유입 |
| 업종 순환 순위 (Shenwan 업종) |
| 선두 종목을 포함한 컨셉 섹터 핫스팟 |
| 5000+ A-주식의 페이지네이션 종목 데이터 |
| 이름 또는 코드로 종목 검색 |
| 13개 정량 요인을 포함한 상한가 분석 |
| 팩터 IC 유효성 이력 |
| 리스크 알림 (주주 지분 감소 등) |
데이터
모든 5000+ A-주식 포함
매일 17:30 CST 이후 업데이트 (월-금)
상한가 점수 산정을 위한 13개 정량 요인
데이터만 제공, 투자 조언 없음
라이선스
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