mh-fin-mcp
mh-fin-mcp
中国A株の定量市場データのためのMCPサーバー。MetricHub Quant を搭載。
特徴
市場概要: 主要指数、ストップ高/安統計、騰落、北向資金フロー、センチメント
業種ローテーション: 申万業種ランキング(騰落比率とストップ高数付き)
セクターホットスポット: リーディング銘柄を含むコンセプトセクター分析
銘柄データ: 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を再起動して有効化
利用可能なツール
ツール | 説明 |
| 利用可能な取引日を一覧表示 |
| 市場概要:指数、騰落、センチメント、北向資金フロー |
| 業種ローテーションランキング(申万業種) |
| リーディング銘柄を含むコンセプトセクターのホットスポット |
| 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