Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Ibkr Mcp Server

    MCP Server for IBKR Client

    51 stars
    Python
    Updated Oct 30, 2025

    Table of Contents

    • Project Structure
    • Setup Instructions
    • Usage
    • License

    Table of Contents

    • Project Structure
    • Setup Instructions
    • Usage
    • License

    Documentation

    IBKR MCP Server

    This project is a FastAPI application that interacts with the Interactive Brokers (IBKR) API to fetch portfolio details.

    Project Structure

    code
    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

    1. Clone the repository:

    bash
    git clone 
       cd ibkr-mcp-server

    2. Create a virtual environment:

    bash
    python -m venv venv
       source venv/bin/activate  # On Windows use `venv\Scripts\activate`

    3. Install dependencies:

    bash
    pip install -r requirements.txt

    4. Set up environment variables:

    Create a .env file in the root directory and add your IBKR API credentials.

    5. Run the application:

    bash
    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.

    Similar MCP

    Based on tags & features

    • AS

      Aseprite Mcp

      Python·
      92
    • IS

      Isaac Sim Mcp

      Python·
      83
    • MA

      Mayamcp

      Python·
      27
    • FH

      Fhir Mcp Server

      Python·
      55

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • AS

      Aseprite Mcp

      Python·
      92
    • IS

      Isaac Sim Mcp

      Python·
      83
    • MA

      Mayamcp

      Python·
      27
    • FH

      Fhir Mcp Server

      Python·
      55

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k