indstocks-mcp
Related Servers
Alternatives to indstocks-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityBmaintenanceMCP Server for publicly available real-time Indian Mutual Funds data128MIT
- AlicenseAqualityBmaintenanceAn MCP server exposing Indian market and regulatory data from official sources (NSE, NIFTY, AMFI, SEBI), providing tools for end-of-day quotes, index constituents, mutual fund NAVs, and SEBI order searches with a focus on primary sources and no fabricated data.8MIT
- AlicenseBqualityBmaintenanceComprehensive MCP server for Indian stock market with 60 tools covering NSE/BSE, derivatives, mutual funds, technicals, and more, requiring no API keys. Enables users to access live market data, analyze indicators, and manage investments through natural language.601MIT
- AlicenseAqualityBmaintenanceOfficial MCP Server for Indian Stock Market (NSE & BSE) equities, futures context, and option chains.6MIT
- AlicenseBqualityDmaintenanceMCP server for Angel One SmartAPI. Lets AI clients trade Indian stocks, manage orders and GTT rules, read holdings/positions/funds, fetch quotes/candles/OI/Greeks, and estimate margin/brokerage with TOTP login and built-in safety guards.3235 npmMIT
- AlicenseNot gradedqualityCmaintenanceA local-first MCP server that provides read-only access to uSMART Singapore account, positions, orders, market quotes, historical K-lines, and health checks.1Apache 2.0
TDQS
Scored across 23 tools
Tools are mostly distinct, but the price-related set (get_quotes, watch_prices, stream_quotes, stream_subscribe, stream_unsubscribe) could be confused if not read carefully. However, each has a clear behavioral difference (one-off, time-bounded, cache read, subscription management), and descriptions explicitly differentiate them. Overall, tool purposes are well-separated.
All tool names follow a consistent verb_noun pattern: get_, search_, analyze_, compute_, parse_, classify_, watch_, stream_, refresh_, diagnose_. Even compound names like analyze_cas_portfolio and compute_cas_xirr adhere to the same convention. No mixed styles or vague verbs.
23 tools is on the heavier side but justified by the broad domain: trading data (holdings, orders, positions, funds, quotes, historical), mutual funds (search, NAV), analytics (allocation, XIRR, expense ratio), CAS parsing, streaming, and token management. Each tool serves a distinct purpose, though a few could be consolidated (e.g., stream_subscribe/unsubscribe).
The tool surface covers the main lifecycle: data retrieval (holdings, orders, positions, quotes, historical), account info (profile, funds), mutual funds via AMFI, CAS parsing for real holdings, and analytics. Read-only order operations are explicitly scoped out, and the server fills the mutual fund gap with AMFI and CAS. Minor gaps exist (e.g., no market depth or order history), but they are not showstoppers for the server's purpose.