sc-mcp
Related Servers
Alternatives to sc-mcp
No user-submitted related servers found.
Related Servers
- AlicenseBqualityCmaintenanceA read-only MCP server that wraps the Scalable Capital CLI to expose broker data (portfolio, holdings, transactions, analytics, quotes, news) to any MCP-capable client.8MIT
- AlicenseNot gradedqualityCmaintenanceConnects a brokerage account to AI assistants, enabling portfolio queries, order management, and market data access through natural language.MIT
- FlicenseNot gradedqualityDmaintenanceProvides secure access to Trading 212 Public API through MCP, enabling Claude Desktop users to manage portfolios, execute trades, and analyze market data using natural language commands.-
- AlicenseNot gradedqualityCmaintenanceEnables trading Indian stocks on ICICI Direct through natural conversation with any MCP-compatible AI assistant, featuring automated TOTP login and tools for portfolio monitoring, order placement, and market data.MIT
- FlicenseNot gradedqualityDmaintenanceEnables natural language access to Zerodha trading accounts for retrieving portfolio holdings, positions, orders, funds, and real-time market prices. Supports secure authentication for Indian stock market trading operations via Claude, Cursor, and other MCP-compatible AI tools.1-
- AlicenseNot gradedqualityAmaintenanceExposes Charles Schwab brokerage data to AI assistants via MCP, enabling natural language queries about positions, option chains, account balances, and trade audits with Lightning micropayment monetization.Apache 2.0
TDQS
Scored across 27 tools
Each tool targets a distinct resource and action: overview, holdings, transactions, watchlist, price alerts, portfolio groups, and market data are cleanly separated. Even similar-looking tools like sc_transactions and sc_transaction are clearly plural-list vs singular-detail.
All tools share the sc_ prefix and use snake_case. Reads are sc_<noun> and mutations are sc_<noun>_<verb> (add/remove/create/update/delete/assign), forming a predictable and uniform convention.
With 27 tools, the surface exceeds the point where an agent can easily select among options. Several related operations could be consolidated into compound tools, e.g., portfolio group CRUD or watchlist read/write/delete.
The read side is quite complete: portfolio, transactions, analytics, market data, overnight savings, and configuration are covered. Missing order placement and savings-plan write actions are notable gaps, but the given scope is mostly coherent.