HuggingAGI/mcp-baostock-server
🔌 MCP ServerHuggingAGI
An MCP server providing seamless access to Chinese stock market data and financial analysis tools.
The mcp-baostock-server is a specialized integration layer designed to expose the functionality of the BaoStock Python library to AI agents via the Model Context Protocol (MCP). BaoStock is a widely used, free, and open-source data platform for the Chinese stock market. This server wraps BaoStock's API endpoints, allowing AI models to execute functions such as fetching historical K-line data, retrieving stock index information, and accessing fundamental financial reports. Key features include support for A-share market data, standardized tool definitions for MCP clients, and a lightweight architecture that ensures low-latency data retrieval. By leveraging this server, developers can create autonomous financial analysts capable of fetching market trends, calculating moving averages, and performing data-driven stock screening directly within their AI-powered workflows.
💡Highlights
- ├─BaoStock API integration
- ├─Real-time Chinese market data
- └─MCP-compliant tool definitions
🎯For
- ├─Financial Data Analysts
- ├─AI Agent Developers
- └─Fintech Engineers