A Share MCP
Related Servers
Alternatives to A Share MCP
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceA Model Context Protocol server that provides intelligent stock data assistance through Tushare's financial data API, enabling users to query comprehensive stock information, financial data, and market indices through natural language.49MIT
- FlicenseBqualityDmaintenanceA financial data server that provides real-time and historical data for A-shares, Hong Kong, and US markets using the AkShare library. It enables users to query market quotes, fundamental information, and technical indicators through the Model Context Protocol.144-
- AlicenseNot gradedqualityCmaintenance基于Model Context Protocol (MCP) 的A股实时行情查询服务器,支持查询A股实时价格、历史K线数据、财务信息及市场概况。8MIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that enables Claude Desktop to access and analyze Chinese and global financial market data through the AKShare library.54MIT
- AlicenseNot gradedqualityDmaintenanceA server based on Model Context Protocol that enables AI assistants to query and search for stock information using the Tushare API.47MIT
- AlicenseBqualityDmaintenanceA China A-share market data MCP server that enables AI agents to query factor data, market quotes, valuations, and run strategy backtests.114MIT
TDQS
Scored across 41 tools
Most tools have distinct purposes targeting specific financial data types (e.g., balance sheets, dividends, K-line data), but there is significant overlap in data retrieval patterns. Tools like get_balance_data, get_cash_flow_data, get_profit_data, and get_operation_data all follow the same quarterly data fetch pattern for different metrics, which could cause confusion about which specific financial indicator is needed. However, the clear naming and descriptions help mitigate this overlap.
Tool names follow a highly consistent 'verb_noun' pattern throughout, primarily using 'get_' or 'list_' prefixes (e.g., get_adjust_factor_data, list_industries, search_stocks). Minor deviations like is_trading_day and normalize_stock_code still fit the pattern semantically. This consistency makes the tool set predictable and easy to navigate.
With 41 tools, the count is excessive for a stock data server, leading to bloat and potential overwhelm. Many tools are highly specialized (e.g., get_month_end_trading_dates, get_market_analysis_timeframe) that could be consolidated into broader functions. A more focused set of 15-20 tools would better serve the domain without sacrificing functionality.
The tool set provides comprehensive coverage for Chinese stock market data, including historical prices, financial statements, indices, dividends, trading calendars, and industry classifications. It supports full CRUD-like data retrieval across multiple dimensions (time, frequency, adjustment) and includes utility functions for code normalization and constant listing, leaving no obvious gaps for the stated purpose.