IG Integration MCP
Related Servers
Alternatives to IG Integration MCP
No user-submitted related servers found.
Related Servers
- AlicenseBqualityAmaintenanceA local MCP server for IG's REST Trading API, providing account/history, market data, position, working-order, and trade-confirmation tools with guarded OTC trade actions.20MIT
- AlicenseAqualityBmaintenanceMCP server for the Oanda v20 REST API enabling forex/CFD trading account management, market data retrieval, and order/trade operations with a read-first design and practice environment by default.221MIT
- FlicenseAqualityDmaintenanceMCP server for the tastytrade brokerage API, providing tools for account management, market data, and order execution.18-
- AlicenseBqualityCmaintenanceA read-only-by-default MCP server for Interactive Brokers that exposes account, positions, PnL, market data, and trade history from a local TWS/IB Gateway session, with optional trading capabilities.15MIT
- AlicenseAqualityBmaintenanceMCP server for the Trading 212 public API, enabling account, portfolio, order, pie, and history access with read tools always available and trading tools opt-in.131MIT
- AlicenseNot gradedqualityCmaintenanceLocal Streamable HTTP MCP server for Avanza that provides authentication, account data, instruments, market data, and order tools. Order tools can affect real money, so requires approval and safe configuration.MIT
TDQS
Scored across 22 tools
Most tools map unambiguously to a resource and action, and the descriptions clearly distinguish OTC positions from working orders and streaming variants. However, ig_request overlaps with every specific endpoint and stream_ohlc_snapshot vs stream_updates could be confused, so it is not a perfect 5.
The set mostly uses snake_case and commonly pairs verbs with resources for mutations, such as create_position, update_working_order, and close_position. Reads are inconsistent noun phrases like accounts, open_positions, and watchlists rather than list_* verbs, and ig_request, mutate_watchlist, and account_preferences break the action/resource pattern.
22 tools is on the heavy side for an MCP surface, falling in the borderline 16-25 range. For a broad IG REST integration, each tool covers a meaningful capability, but the generic ig_request means the surface could be trimmed without losing much functionality.
The toolset covers the core trading lifecycle: positions, working orders, watchlists, account preferences, market data, sentiment, deal confirmations, and streaming. It lacks a dedicated transaction/closed-trade history tool and a get-working-order-by-ID equivalent, but ig_request provides a workaround for those gaps.