Stock SDK MCP Server
Related Servers
Alternatives to Stock SDK MCP Server
No user-submitted related servers found.
Related Servers
- FlicenseDqualityDmaintenanceProvides real-time stock data and AI-powered analysis for A-shares, Hong Kong stocks, and US stocks. Features sentiment analysis of financial news, deep research reports, and comprehensive market data through multiple integrated data sources.22176-

EasyQuote MCP Serverofficial
AlicenseNot gradedqualityAmaintenanceEnables AI agents to access real-time and historical stock market data for A-shares, Hong Kong, US, and global markets, including quotes, K-lines, fund flows, fundamentals, and board data, via a Python SDK and MCP protocol.1MIT- AlicenseNot gradedqualityCmaintenanceReal-time A-share stock data for AI assistants. Provides real-time stock prices, K-line data, financial indicators, and sector fund flow analysis for Chinese A-share market. Multi-source data validation ensures accuracy.4MIT
- AlicenseBqualityDmaintenanceProvides real-time market data for A-shares, Hong Kong, and US stocks using the Tencent Finance API. It enables users to manage stock positions and watchlists through an AI assistant.127 npm1ISC
- AlicenseNot gradedqualityDmaintenanceEnables querying financial data including stocks, indices, funds, and futures from Chinese, Hong Kong, and US markets. Provides real-time market information, financial indicators, news, and trading suggestions through Eastmoney and Sina data sources.6 npm3ISC
- AlicenseNot gradedqualityCmaintenanceEnables querying real-time stock data for A-shares, Hong Kong, and US markets, including search, price details, and market indices via natural language.85 npm6MIT
TDQS
Scored across 69 tools
Most tools have clearly distinct targets defined by market and data type. A few pairs like get_history_kline and get_kline_with_indicators could be confused, but descriptions clarify the difference. Overall, an agent can reliably select the right tool.
Almost all tools follow a consistent 'get_<market>_<data>' pattern, with a few action verbs like analyze_stock and scan_market that still fit a verb_noun structure. This makes the tool surface predictable and easy to navigate.
With 69 tools, the surface is far beyond the typical well-scoped server. Many tools are redundant variants (e.g., separate kline tools for A-share, HK, US, industry, concept, futures), which could be consolidated with parameters. This creates a heavy cognitive load for agents.
The server covers an extensive range of financial data: quotes, k-lines, sector data, fund flow, options, futures, margin, dragon tiger, and more. Missing niche features like fund NAV history or US-specific options are minor gaps. The core domain needs of a stock data API are well represented.