27dream/mcp-eastmoney
🔌 MCP Server27dream
Real-time China A-share market data and financial analytics via an easy-to-use MCP server.
The mcp-eastmoney server acts as a bridge between LLMs and the Chinese stock market ecosystem. By implementing the Model Context Protocol, it allows AI agents to query financial data directly within their workflow. The server includes five specialized tools: 'get_stock_quote' for real-time price tracking, 'search_stock' for ticker lookups, 'main_fund_rank' for tracking institutional capital movement, 'sector_fund_flow' for industry-level analysis, and 'get_kline' for historical price data visualization. This tool is particularly innovative because it bypasses the need for paid financial data subscriptions by tapping into Eastmoney's free, publicly accessible APIs. It is built for high accessibility, supporting quick installation via 'uvx' or 'pip', making it an essential utility for developers building financial analysis agents or automated trading research assistants. By standardizing these data points through MCP, it ensures that any AI model supporting the protocol can instantly interpret and act upon A-share market fluctuations.
💡Highlights
- ├─Real-time A-share market data
- ├─Zero-config, no API keys needed
- └─5 specialized financial tools
🎯For
- ├─Financial Analysts
- ├─AI Developers
- └─Fintech Researchers