Back to Home
patrickpxp icon

ibkr-mcp-server

by patrickpxp

Overview

Exposes Interactive Brokers portfolio, account, and trading data as MCP tools for AI agents like Claude or Codex.

Installation

Run Command
docker compose up -d --build

Environment Variables

  • IBKR_HOST
  • IBKR_PORT
  • IBKR_CLIENT_ID
  • IBKR_ACCOUNT
  • IBKR_TIMEOUT_SECONDS
  • MCP_BIND_HOST
  • MCP_PORT
  • MCP_JSON_RESPONSE
  • MCP_STATELESS_HTTP
  • TZ

Security Notes

The server explicitly states 'No authentication is implemented yet'. This is a critical security risk if the server is exposed publicly, allowing unauthorized access to real-money trading accounts. The README also contains a warning: 'You can lose real money if you do not understand what you are doing.' The code itself does not contain obvious malicious patterns or hardcoded secrets, but the lack of authentication for a financial trading interface makes it highly dangerous if not strictly confined to a secure, private network.

Similar Servers

Stats

Interest Score0
Security Score6
Cost ClassLow
Avg Tokens200
Stars0
Forks0
Last Update2026-01-19

Tags

Financial TradingAPIAI ToolingInteractive BrokersPortfolio Management