IG Trading MCP
Related Servers
Alternatives to IG Trading MCP
No user-submitted related servers found.
Related Servers
- AlicenseAqualityDmaintenanceEnables AI assistants to interact with Trading 212 investment accounts for portfolio tracking, account management, and real-time order execution. It supports managing investment pies, analyzing historical data, and monitoring market performance across multiple instrument types.232MIT
- AlicenseAqualityDmaintenanceEnables AI agents to trade forex, metals, indices, and cryptocurrencies via the Model Context Protocol using the XBTFX Trading API. It provides comprehensive tools for managing account balances, retrieving market data, and executing trade operations like opening, modifying, or closing positions.1510 npmMIT
- AlicenseBqualityBmaintenanceEnables AI assistants to interact with Interactive Brokers trading accounts to retrieve market data, check positions, and place trades. Includes pre-configured IB Gateway and handles OAuth authentication automatically.141,188 npm216MIT
- AlicenseBqualityDmaintenanceProvides tools for interacting with Interactive Brokers Gateway to access market data, account summaries, and portfolio positions. It enables users to perform contract lookups, retrieve historical OHLCV bars, and view real-time quotes through natural language interfaces.63PolyForm Noncommercial 1.0.0
- AlicenseBqualityDmaintenanceGives AI assistants real-time access to Interactive Brokers accounts via the Client Portal Web API, with 26 read-only tools for portfolio, market data, options, and scanner.327 npm2MIT
- AlicenseNot gradedqualityDmaintenanceProvides AI models with secure access to Interactive Brokers trading data and functionality, enabling account management, market data retrieval, and trading operations through natural language interactions.18MIT
TDQS
Scored across 21 tools
Each tool has a clearly distinct purpose targeting specific resources and actions in the IG Trading domain. For example, create_position vs. update_position vs. close_position handle different stages of position lifecycle, while get_watchlist vs. get_watchlists differentiate singular vs. plural operations. No tools appear to overlap or cause confusion.
All tools follow a consistent 'ig_verb_noun' pattern with snake_case throughout. The naming convention is highly predictable, making it easy to understand each tool's function at a glance. This uniformity supports clear agent selection and reduces cognitive load.
With 21 tools, the count is slightly high but reasonable for a comprehensive trading platform covering accounts, positions, watchlists, orders, markets, and authentication. It provides full coverage without being excessively bloated, though it borders on the upper limit of typical well-scoped servers.
The toolset offers complete CRUD/lifecycle coverage for all core trading domain entities: positions (create, update, close, get), watchlists (create, add to, get, list), working orders (create, delete, get), accounts (get, switch, activity), and markets (search, details, prices, sentiment). Authentication (login/logout) is also included, leaving no obvious gaps for agent workflows.