Ibkr Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Ibkr Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
MCP server for Interactive Brokers Gateway — 6 tools for market data and account access via Claude.
| Tool | Description |
|---|---|
get_ibkr_market_data | Historical OHLCV bars for any contract |
get_ibkr_positions | Current portfolio positions and P&L |
get_ibkr_account | Account summary (balances, margin, NAV) |
get_ibkr_contract | Contract lookup and details |
get_ibkr_option_prices | Option chain pricing |
get_ibkr_snapshot | Real-time quote snapshot |
pip install interactive-brokers-mcp| Variable | Default | Description |
|---|---|---|
IBKR_GATEWAY_HOST | 127.0.0.1 | Gateway hostname |
IBKR_GATEWAY_PORT | 7496 | Gateway port |
IBKR_CLIENT_ID | 1 | API client ID |
IBKR_TIMEOUT | 10 | Connection timeout (seconds) |
IBKR_READONLY | false | Read-only mode |
IBKR_AUTHORIZED_ACCOUNTS | Comma-separated account whitelist | |
IBKR_CACHE_DIR | Optional cache directory override |
The package auto-loads .env from the package directory and parent.
claude mcp add ibkr-mcp -- ibkr-mcpOr in ~/.claude.json:
{
"mcpServers": {
"ibkr-mcp": {
"type": "stdio",
"command": "ibkr-mcp"
}
}
}ibkr-mcp # via installed entry point
python -m ibkr.server # via moduleMIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.