Queries delayed China A-share quotes, stock searches, capital flows, sector flows, and historical K-lines without an API key.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.
💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Eastmoney.
The 27dream/mcp-eastmoney MCP server connects MCP-compatible AI clients to public Eastmoney endpoints for China’s A-share market. Its coverage includes the Shanghai, Shenzhen, and Beijing exchanges, with structured Chinese-language market fields.
Five tools cover the repository’s stated use cases:
get_stock_quote returns a stock’s price, change, volume, price-to-earnings ratio, turnover rate, and related quote fields.search_stock finds securities by Chinese keyword, pinyin, or stock code.main_fund_rank ranks stocks by main capital net inflow and separates super-large, large, medium, and small orders.sector_fund_flow reports capital movement for industry or concept sectors and includes leading stocks.get_kline retrieves forward-adjusted historical OHLCV data for daily, weekly, or monthly periods.These tools suit prompts that combine a company lookup with capital-flow analysis or compare sectors by fund movement. The repository describes the data as intended for research reference, not investment advice.
The package communicates with Eastmoney’s free public delayed-quote interface, identified in the README as push2delay.eastmoney.com. It runs as a local MCP process and exposes the five functions to a connected client. Requests can use stock codes such as 300750 or 600519, while search can resolve a name or other supported identifier before a quote or K-line request.
The market data is delayed by about 15 minutes rather than being a live exchange feed. Returned values can include numeric quote fields and formatted amounts, and the tools provide Chinese market terminology for A-share workflows. Request frequency should be controlled because the upstream interface is publicly provided.
The 27dream/mcp-eastmoney MCP server requires no API key and is described as zero-configuration. Python 3.10 or newer is indicated by the project metadata. The recommended launch command is:
An alternative is to install the package with pip and then start its executable:
For Claude Desktop, add a server entry whose command is uvx and whose argument is mcp-eastmoney. The README also provides the same MCP configuration pattern for Cursor. After restarting the client, the five tools should be available. The project states compatibility with Claude Desktop, Cursor, Cline, Continue, and MCP clients generally.
Use get_stock_quote for individual quote fields such as open, high, low, previous close, turnover, and PE. Use search_stock when the user supplies a Chinese name, pinyin, or code rather than a confirmed ticker. main_fund_rank supports market-wide or specified-market ranking with a result limit, while sector_fund_flow accepts industry or concept grouping and a limit. get_kline accepts a stock code, a daily/weekly/monthly period, and a requested count.
The upstream data is delayed and should not be treated as real-time trading data. The README explicitly states that the output is not financial advice. Planned items such as financial statements, Northbound or overseas markets, and technical indicators are not listed as current tools, so they should not be assumed to be supported. The repository is licensed under MIT.
Factual signals from GitHub, npm, and our automated checks — not a rating.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/27dream-mcp-eastmoney)<a href="https://allmcps.com/mcp/27dream-mcp-eastmoney"><img src="https://allmcps.com/api/badge/27dream-mcp-eastmoney?style=directory" alt="MCP Eastmoney on AllMCPs" /></a>