ibkr-mcp-server
20
The IBKR MCP Server is a FastAPI-based application designed to interact with the Interactive Brokers API to retrieve and manage portfolio information. It provides a RESTful API server with endpoints to access financial data securely and efficiently.
IBKR MCP Server
This project is a FastAPI application that interfaces with the Interactive Brokers (IBKR) API to retrieve portfolio details.
Setup Instructions
- Clone the repository and navigate to the project directory.
- Create and activate a virtual environment.
- Install the required dependencies provided in the
requirements.txt
file. - Set up environment variables with the IBKR API credentials in a
.env
file. - Run the application using UVicorn, after which API endpoints for fetching portfolio details can be accessed, and documentation is available at
http://localhost:8000/docs
.
License
This project is licensed under the MIT License.