mcp_zhitou_server
If you are the rightful owner of mcp_zhitou_server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Zhitou HS Data MCP Server is a Python-based Model Context Protocol server that connects AI agents with real-time China A-Share stock market data.
The Zhitou HS Data MCP Server is designed to serve as a bridge between AI agents, such as the Cursor editor and Cline command-line assistant, and the Zhitou Data Service's Shanghai and Shenzhen stock market API. This server allows users to query real-time A-share stock lists, company information, capital flows, and more directly through natural language interactions with AI agents. The server is implemented in Python, making it easy to understand, modify, and extend. It supports JSON-RPC communication over standard input/output with MCP-compatible clients, providing seamless integration with the Zhitou API. The server is equipped with basic logging and error handling to facilitate debugging and ensure smooth operation.
Features
- MCP Standard Implementation: Communicates with MCP-compatible clients using JSON-RPC over stdio.
- Direct Zhitou API Connection: Seamlessly integrates with Zhitou Data Service's comprehensive Shanghai and Shenzhen market data interfaces.
- Python-Based: Written in Python for simplicity and ease of development and extension.
- Plug-and-Play: Provides clear configuration guidelines for easy activation in Cursor or Cline.
- Tool Encapsulation: Encapsulates common Zhitou API functions as MCP tools for easy AI invocation.
Tools
get_stock_list
Fetches basic A-share stock list (code, name, exchange).
get_new_stock_calendar
Fetches new stock calendar (subscription info, listing dates, etc.).
get_company_profile
Fetches the company profile for a specified stock code.
get_capital_daily_trend
Fetches daily capital inflow trends for a specified stock code.
get_all_announcements
Fetches all historical announcements for a specified stock code.