MCP Server
MCP
IBKR Portfolio Builder
Top-down IBKR research: 468 typed screeners tagged by strategy intent, news, account access.
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://{ibkr_mcp_host}/mcp",
"headers": [
{
"description": "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).",
"isSecret": true,
"name": "Authorization"
}
],
"variables": {
"ibkr_mcp_host": {
"description": "Hostname of your self-hosted deployment, e.g. 'ibkr-mcp.example.com'. The server runs as a Docker compose stack; see the repo for setup. Claude.ai requires HTTPS.",
"isRequired": true
}
}
}
],
"packages": []
}
mcp
model-context-protocol
streamable-http
By
Comments
Sign in to leave a comment