mcp-eastmoney
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_stock_quoteA | 获取A股个股实时行情(价格、涨跌幅、成交量、换手率、市盈率等)。Get real-time quote for an A-share stock — price, change %, volume, turnover rate, P/E. 数据来源东方财富,延迟约15分钟。 |
| search_stockA | 按名称、代码或拼音搜索A股股票。Search A-share stocks by name / code / pinyin (e.g. '宁德', 'NDSD', '300750'). |
| main_fund_rankB | 主力资金净流入排行榜。Top stocks ranked by main capital net inflow. 可按市场过滤:all / sh(沪市) / sz(深市) / cyb(创业板) / kcb(科创板)。 |
| sector_fund_flowA | 板块资金流向排行(行业板块或概念板块)。Sector fund flow ranking. kind: industry(行业) / concept(概念)。返回涨跌幅、主力净流入、领涨股。 |
| get_klineB | 获取个股K线数据(日/周/月/分钟级)。Historical K-line data — daily, weekly, monthly, or intraday (5/15/30/60 min). 用于趋势分析、回测、技术指标计算。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
Each tool has a clearly distinct purpose: historical data, real-time quote, fund flow ranking, stock search, and sector fund flow. No overlap or ambiguity.
All tool names follow a consistent snake_case verb_noun pattern (e.g., get_kline, search_stock, sector_fund_flow), making them predictable.
5 tools is appropriate for a stock data server. It covers essential functionalities without being excessive or too sparse.
The tool set covers core stock market operations: historical data, real-time quotes, search, and fund flow analysis for stocks and sectors. No obvious gaps for its data-focused purpose.