IB_MCP

This project provides an Interactive Brokers (IB) API interface using the Model Context Protocol (MCP).

GitHubスター

27

ユーザー評価

未評価

お気に入り

0

閲覧数

18

フォーク

3

イシュー

0

インストール方法
難易度
上級
推定所要時間
20-45

インストール方法

See a quick walkthrough in [YOUTUBE](https://www.youtube.com/watch?v=PyQz_kMQ9ek)
1Clone the repo, set env variables and build the images
bash
    # Clone the repository
    git clone https://github.com/rcontesti/IB_MCP.git
    # Navigate to the project directory
    cd IB_MCP
    # Copy the .env.example file to .env and edit as needed
    cp .env.example .env
    # Build the image
    docker compose up --build -d
    
2Auth with your IB account and credentials to:
After the image is up and running, navigate to https://{GATEWAY_BASE_URL}:{GATEWAY_PORT}⁠ (e.g.: https://localhost:5055/) to login. You will also find the login path in the logs of the API gateway container: ![Where to find the login path](./assets/LOGIN_URL.png) If successful you should be redirected to a URL that reads: "Client login succeeds".
3Add the MCP server config file to your VS Code settings.json.
Given the following environment parameters ```

追加リソース