KSEI MCP
Related Servers
Alternatives to KSEI MCP
No user-submitted related servers found.
Related Servers
- AlicenseAqualityCmaintenanceRead-only MCP server for INDmoney portfolio and Indian market data, using official REST and WebSocket APIs. Provides tools for account info, quotes, holdings, mutual funds, CAS parsing, and analytics.2311 npmMIT
- AlicenseAqualityCmaintenanceMCP Server for publicly available real-time Indian Mutual Funds data127MIT
- AlicenseBqualityAmaintenanceRead-only MCP server for Stockbit (IDX market data) providing broker summary/bandarmology, quotes, top movers, orderbook, fundamentals, and sentiment using your own session. Unofficial and does not place orders.1241238 npm37MIT
- AlicenseBqualityBmaintenanceUnofficial MCP server for querying and managing financial data from Despezzas.351MIT
- AlicenseNot gradedqualityCmaintenanceA read-only MCP server for Trade Republic that provides portfolio, cash balance, real-time quotes, and instrument search via an unofficial API.MIT
- AlicenseNot gradedqualityBmaintenanceA read-only MCP server that provides filtered account and portfolio data from Portfolio Performance .portfolio files to generate reports.6MIT
TDQS
Scored across 8 tools
Each tool targets a distinct aspect of the KSEI account: identity, summary, specific asset classes (cash, equity, mutual funds, bonds, other), and an aggregate fetch. No overlap between tools, and get_all_portfolios is explicitly a parallel convenience.
All tools follow the same get_<object>_<detail> pattern with snake_case. Names are uniform and predictable, making it easy for an agent to infer function from name alone.
8 tools is well-scoped for a read-only portfolio information server. Each tool covers a meaningful scope, and the count is neither too thin nor excessive.
The server covers all major asset classes and provides identity, summary, and full portfolio retrieval. Minor gaps like transaction history or historical performance exist, but the core read-only portfolio surface is well covered.