IG Integration
FreeNot checkedMCP server for IG's REST Trading API and Lightstreamer streaming API. Provides tools for accounts, markets, positions, orders, watchlists, sentiment, OTC trades
About
MCP server for IG's REST Trading API and Lightstreamer streaming API. Provides tools for accounts, markets, positions, orders, watchlists, sentiment, OTC trades, and streaming price/account/trade/chart data.
README
MCP server for IG's REST Trading API and Lightstreamer streaming API. It uses stdio, so it works with MCP clients such as Claude Desktop and OpenCode.
Release 0.2.0
- Use the IG v2
CSTandX-SECURITY-TOKENsession required by Lightstreamer while retaining v3 OAuth for REST requests. - Add
stream_ohlc_snapshotto seed an in-progress OHLC candle from REST and update it from 5-minute chart stream data. - Log MCP startup to the configured rotating file without writing to the stdio protocol stream.
- Validate REST and price-streaming behavior against the demo API.
Setup
- Use Python 3.10 or newer and install the project:
python3 -m pip install -e '.[dev]'. - Copy
.env.exampleto.envand set a separately generated IG API key, identifier, password, andIG_ENVIRONMENT=demoorlive. Do not commit.envor.env.demo. - Start the server with
ig-mcp.
Example MCP configuration:
{
"mcpServers": {
"ig": {
"command": "ig-mcp",
"cwd": "/absolute/path/to/ig_integration_mcp_v4"
}
}
}
Tools
Focused tools cover accounts, preferences, sessions, markets, historical prices, positions, working orders, confirmations, watchlists, sentiment, OTC trades, bounded Lightstreamer PRICE, ACCOUNT, TRADE, and CHART subscriptions, and in-progress OHLC snapshots. ig_request provides access to the complete documented REST API where no focused tool exists.
Every POST, PUT, and DELETE request requires confirm=true. This includes deals, position/order changes, watchlist mutations, account preferences, session account switches, and all generic mutation calls. Check the configured environment before confirming a state-changing operation.
Authentication
The server logs in with IG REST API v3. Current IG sessions return an OAuth access token and selected account ID, which are sent as Authorization: Bearer ... and IG-ACCOUNT-ID on REST requests. Older IG sessions using CST and X-SECURITY-TOKEN remain supported. All credentials and tokens are redacted from logs and MCP results.
Logging And Secrets
MCP startup plus every REST request and response are logged to a rotating file specified by IG_LOG_PATH, defaulting to ~/.cache/ig-mcp/ig-mcp.log. MCP uses stdout for its protocol and no operational logs are written there. Passwords, API keys, session tokens, OAuth tokens, and encryption material are recursively redacted in logs and MCP REST results.
In-Progress OHLC Snapshots
stream_ohlc_snapshot seeds the current candle from one REST historical-price bar, then merges bounded CHART:{epic}:5MINUTE updates into bid and ask OHLC values. It supports 15MINUTE, 1HOUR, 4HOUR, and 1DAY timeframes and returns the in-progress candle after each received update. Use historical_prices for completed candles.
For example, collect the current 4-hour EUR/USD candle after a single 5-minute update:
stream_ohlc_snapshot(
epic="CS.D.EURUSD.CFD.IP",
timeframe="4HOUR",
updates=1,
timeout_seconds=15
)
Tests
Run uv run --extra dev pytest. Demo validation should use only read-only tools such as accounts, search_markets, market_details, historical_prices, and short price or OHLC stream collections. Version 0.2.0 was validated against the demo API for login, accounts, market search, historical prices, price streaming, and a 4-hour in-progress OHLC snapshot.
Installing IG Integration
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/MarkHorwell/ig-integration-mcp-simpleFAQ
Is IG Integration MCP free?
Yes, IG Integration MCP is free — one-click install via Unyly at no cost.
Does IG Integration need an API key?
No, IG Integration runs without API keys or environment variables.
Is IG Integration hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install IG Integration in Claude Desktop, Claude Code or Cursor?
Open IG Integration on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
by duxiaohuiSupabase
Database, auth and storage
by SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
Compare IG Integration with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
