ctbcsec-api-mcp-server
Related Servers
Alternatives to ctbcsec-api-mcp-server
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityDmaintenanceEnables interaction with the Korea Investment & Securities (KIS) Open API for domestic and overseas stock trading, real-time market data, and automated strategy execution. It provides a structured interface for LLMs to perform trading operations, manage portfolios, and conduct backtesting.-
- FlicenseNot gradedqualityBmaintenanceWraps the miniQMT interface to enable AI assistants to query A-share market data, account information, and place/cancel orders.1-
- AlicenseAqualityCmaintenanceEnables LLM hosts to read and manage a Firstrade brokerage account, including positions, balances, quotes, option chains/greeks, order history, and safe order placement with enforced preview-before-trade confirmation.154MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to automate simulated stock trading on the Tonghuashun trading system, including checking account balances and positions, viewing orders and deals, placing market orders, and canceling pending orders via the MCP protocol.1MIT
- FlicenseNot gradedqualityDmaintenanceEnables LLM clients to interact with Interactive Brokers Trader Workstation for automated trading workflows. Supports market data retrieval, portfolio management, and order execution through the TWS API.5-
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to access real-time market data, manage Moomoo trading accounts, and execute trades via the Moomoo platform.35 PyPI29Apache 2.0
TDQS
Scored across 21 tools
Each tool has a clearly distinct purpose, grouped by asset class (stocks vs. futures/options) and action (new, modify, cancel, query). Connection/login/logout and account tools are separate from trading operations. No two tools appear to do the same thing.
Tool names follow a consistent pattern: connection verbs (connect, login, disconnect) and asset-specific prefixes (stock_, futopt_) with action verbs (new, modify, cancel, query). Underscore-separated and lowercase throughout, making it easy to infer functionality.
21 tools is well-scoped for a trading API covering connection lifecycle, account management, and full order lifecycle for both stocks and futures/options. Each tool adds distinct value and the count is appropriate for the breadth of functionality.
The tool surface covers the full trading workflow: connect, authenticate, manage orders (new/modify/cancel/query), view matches, and check positions/equity for both asset classes. No obvious dead ends or missing core operations that would impede an agent.