IBKR Portfolio Builder MCP Server
io.github.adwiteeymauriya/ibkr-portfolio-builder-mcp
What is the IBKR Portfolio Builder MCP server?
Top-down IBKR research: 468 typed screeners tagged by strategy intent, news, account access.
How to install IBKR Portfolio Builder
Copy-paste configuration for popular MCP clients.
AuthorizationsecretOptional. 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).
{
"mcpServers": {
"ibkr-portfolio-builder-mcp": {
"url": "https://{ibkr_mcp_host}/mcp"
}
}
}{
"mcpServers": {
"ibkr-portfolio-builder-mcp": {
"serverUrl": "https://{ibkr_mcp_host}/mcp"
}
}
}{
"servers": {
"ibkr-portfolio-builder-mcp": {
"type": "http",
"url": "https://{ibkr_mcp_host}/mcp"
}
}
}{
"mcpServers": {
"ibkr-portfolio-builder-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://{ibkr_mcp_host}/mcp"
]
}
}
}claude mcp add --transport http ibkr-portfolio-builder-mcp https://{ibkr_mcp_host}/mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.