ibkr-mcp-server
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.
What is the primary function of the IBKR MCP Server?
The primary function of the IBKR MCP Server is to interact with the Interactive Brokers API to fetch and manage portfolio details.
How do I set up the IBKR MCP Server?
To set up the server, clone the repository, create a virtual environment, install dependencies, configure environment variables, and run the application using Uvicorn.
Where can I find the API documentation?
The API documentation is available at http://localhost:8000/docs once the server is running.
What are the prerequisites for running the server?
You need Python, a virtual environment, and the required dependencies listed in requirements.txt to run the server.
Can the server be deployed on cloud platforms?
Yes, the server can be deployed on cloud platforms like AWS using Docker or AWS Lambda for serverless deployment.