Repository hosting for the ibapi-mcp-server project, providing version control and collaboration capabilities
Interactive Brokers API FastMCP Server
A server implementation for Interactive Brokers' API that allows LLMs to interact with your IB account using the Model Context Protocol (MCP).
Overview
This project creates a middleware server that connects to Interactive Brokers Gateway and exposes its functionality through the FastMCP framework. This allows LLMs like Claude to interact with your IB account, retrieve portfolio information, and potentially execute trades.
Related MCP server: FastAPI-MCP
Features
Connect to Interactive Brokers Gateway via the official IB API
Support multiple simultaneous client connections through FastMCP
Expose IB functionality as MCP tools and resources
Connection status monitoring
Error handling and logging
Prerequisites
Python 3.11+
Interactive Brokers Gateway installed and running
IB account with API access enabled
Installation
Clone this repository:
Install dependencies:
Usage
Start your IB Gateway and log in
Run the server:
a. Using stdio transport (default):
python server.pyb. Using SSE transport:
python server.py ssec. Using SSE transport with custom port:
python server.py sse port=9000d. Using the FastMCP CLI:
fastmcp run server.pye. For development with an interactive testing environment:
fastmcp dev server.pyConnect client applications (like Claude Desktop) to the server
API Documentation
The FastMCP Server provides the following functionality:
Available Tools
get_portfolio_tool: Retrieve your current portfolio positions and account summary
Resources
ibgateway://{host}/{port}: Get the current status of the IB Gateway connection
License
MIT
Contribution
Contributions are welcome! Please feel free to submit a Pull Request.