IBKR MCP Server
This project is a FastAPI application that interacts with the Interactive Brokers (IBKR) API to fetch portfolio details.
Project Structure
ibkr-mcp-server
├── app
│ ├── __init__.py
│ ├── main.py
│ ├── api
│ │ ├── __init__.py
│ │ └── endpoints
│ │ ├── __init__.py
│ │ └── portfolio.py
│ ├── core
│ │ ├── __init__.py
│ │ └── config.py
│ ├── models
│ │ ├── __init__.py
│ │ └── portfolio.py
│ └── services
│ ├── __init__.py
│ └── ibkr_service.py
├── requirements.txt
├── .env
└── README.md
Setup Instructions
Clone the repository:
git clone <repository-url> cd ibkr-mcp-serverCreate a virtual environment:
python -m venv venv source venv/bin/activate # On Windows use `venvScriptsactivate`Install dependencies:
pip install -r requirements.txtSet up environment variables: Create a
.envfile in the root directory and add your IBKR API credentials.Run the application:
uvicorn app.main:app --reload
Usage
Once the server is running, you can access the API endpoints to fetch portfolio details. The API documentation will be available at http://localhost:8000/docs.
License
This project is licensed under the MIT License.
IBKR Server
Project Details
- seriallazer/ibkr-mcp-server
- Last Updated: 5/6/2025
Recomended MCP Servers
Bluesky MCP server
RocketMQ Mcp Server
Model Context Protocol (MCP) server that provides tools for accessing the Korea Tourism API
OpenDify 是一个将 Dify API 转换为 OpenAI API 格式的代理服务器。它允许使用 OpenAI API 客户端直接与 Dify 服务进行交互。
A Mattermost integration that connects to Model Context Protocol (MCP) servers, leveraging a LangGraph-based Agent.
MCP-enabled server for natural language interaction with Fujitsu's Social Digital Twin API. Execute economic and social simulations directly...





