The ibkr MCP server provides a FastAPI interface for interacting with Interactive Brokers (IBKR) accounts. It exposes endpoints for retrieving portfolio details, account balances, and trade history. The server connects to IBKR's API to fetch real-time market data and execute trades. Developers use it to build applications that monitor and manage IBKR portfolios, automate trading strategies, and analyze market trends.
The ibkr MCP server provides a FastAPI interface for interacting with Interactive Brokers (IBKR) accounts. It exposes endpoints for retrieving portfolio details, account balances, and trade history. The server connects to IBKR's API to fetch real-time market data and execute trades. Developers use it to build applications that monitor and manage IBKR portfolios, automate trading strategies, and analyze market trends.
pip install ibkr-mcp-serverAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"seriallazer-ibkr-mcp-server-github": {
"command": "uvx",
"args": [
"pip install ibkr-mcp-server"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from ibkr?"
API Key Required
This server requires an API key from ibkr. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| IBKR_API_KEY | Yes | Your ibkr API key |
"What resources are available in ibkr?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in ibkr"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in ibkr with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
See what tools in your stack can connect to AI.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.