Back to Home
jinyiabc icon

ibkr-mcp

Verified Safe

by jinyiabc

Overview

An MCP server that enables Claude AI to interact with Interactive Brokers trading accounts for market data, account management, and trade execution.

Installation

Run Command
python server.py

Environment Variables

  • IBKR_HOST
  • IBKR_PORT
  • IBKR_CLIENT_ID

Security Notes

The server uses a local-only Model Context Protocol (MCP) server, communicating via standard I/O (stdio), which limits network exposure. The connection to Interactive Brokers TWS/Gateway is also configured for localhost (127.0.0.1) by default, further enhancing local security. No hardcoded credentials or API keys were found. The project strongly emphasizes starting with paper trading, understanding the risks of live trading, and securely configuring TWS/Gateway API access (e.g., unchecking 'Read-Only API' for order placement). The primary security risk lies in the user's operational choices, particularly enabling live trading for automated order placement without sufficient caution, which is clearly warned against in the documentation.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens500
Stars0
Forks0
Last Update2026-01-19

Tags

FinancialTradingIBKRAPIPython