dse-mcp
Related Servers
Alternatives to dse-mcp
No user-submitted related servers found.
Related Servers
- AlicenseCqualityCmaintenanceEnables querying real-time and historical financial market data for stocks, options, forex, and crypto, including quotes, trades, technical indicators, and reference data through a set of MCP tools.713MIT
- AlicenseAqualityDmaintenanceProvides structured financial market data (stocks, ETFs, mutual funds, fundamentals, market indicators) to AI systems via MCP, enabling natural language access to financial datasets with both hosted and local deployment options.316 npmISC
- FlicenseNot gradedqualityDmaintenanceProvides real-time stock analysis tools including price lookup, comprehensive investment scoring, and company-to-ticker conversion through a MCP interface.1-
- AlicenseAqualityCmaintenanceProvides live stock data and market news for financial analysis via any MCP-compatible AI app.2MIT
- AlicenseAqualityFmaintenanceProvides comprehensive stock market data (A-shares, Hong Kong, US) including real-time quotes, K-lines, technical indicators, sectors, futures, and options, with built-in AI Skills and MCP Prompts for financial analysis.69126 npm102ISC
- FlicenseNot gradedqualityBmaintenanceProvides real-time stock data, technical indicators, and market analysis via MCP protocol to enable AI-driven quantitative trading.1-
TDQS
Scored across 16 tools
Each tool targets a distinct data aspect (quotes, history, fundamentals, news, technicals), so most boundaries are clear. However, get_company_profile, get_fundamentals, and get_pe_ratios share overlapping metrics like EPS and P/E, which could cause confusion if an agent relies on descriptions alone.
The naming pattern is mostly get_ for retrievals and noun phrases for snapshots (market_summary, top_movers), which is readable and predictable. Minor deviations like search_symbols versus get_index_history and compute_indicators versus technical_summary keep it from being fully uniform.
With 16 tools, the server is on the upper end but still well-scoped for a stock exchange data platform. Each tool earns its place by covering a meaningful query type—pricing, fundamentals, news, technicals—without unnecessary fragmentation or duplication.
The surface covers the core domain well: market state, indices, quotes, history, fundamentals, news, screening, and technical analysis. Minor omissions like a direct list-all-instruments endpoint or corporate actions beyond dividends are workable through search_symbols and screen_stocks, so no severe dead ends exist.