Back to Apps

ib-mcp
Supports UIby quantulab
High-frequency algorithmic trading research platform for Interactive Brokers with ML model integration.
0 stars
Works in:Codex
Exposes:Tools
What it does
Integrates Claude with Interactive Brokers (TWS/Gateway), providing real-time market data, order execution, and an advanced ML-driven research pipeline including sentiment analysis and time-series forecasting.
Tools
get_quote: Real-time price snapshot for any contractget_historical_bars: OHLCV data with configurable durationplace_bracket_order: Entry + stop loss + take profit executionanalyze_news_sentiment: FinBERT/DistilRoBERTa sentiment on headlinesforecast_scanner_rank: Chronos time series rank predictionclassify_market_regime: Zero-shot regime classification (rally/chop/selloff)
Installation
Add to claude_desktop_config.json:
{
"mcpServers": {
"ib": {
"command": "uv",
"args": ["run", "--directory", "/path/to/ib", "python", "main.py"]
}
}
}
Supported hosts
- Claude Desktop
- Claude Code
Quick install
uv run python main.pyInformation
- Pricing
- free
- Published
- 6/15/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Codex
claude mcp add ib -- uv run --directory /path/to/ib python main.pyClaude Desktop
uv run --directory /path/to/ib python main.py





