HomeSearch & Research › IBKR Portfolio Builder

IBKR Portfolio Builder

Top-down IBKR research: 468 typed screeners tagged by strategy intent, news, account access.

Python Remote
★ 19 stars Last pushed 2026-06-08 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://{ibkr_mcp_host}/mcp

Claude Code:

claude mcp add --transport http ibkr-portfolio-builder-mcp https://{ibkr_mcp_host}/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "ibkr-portfolio-builder-mcp": {
      "url": "https://{ibkr_mcp_host}/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization secret — Optional. Send 'Bearer <STATIC_BEARER_TOKEN>' for the bearer-auth path (skips the OAuth dance). Required if your deployment runs in AUTH_MODE=bearer. Leave blank to use OAuth (Claude.ai will trigger the login flow on connect).

Related servers

Data from the Official MCP Registry