IBKR Portfolio Builder
Rank #8,286io.github.adwiteeymauriya/ibkr-portfolio-builder-mcp
Top-down IBKR research: 468 typed screeners tagged by strategy intent, news, account access.
IBKR Portfolio Builder is a Model Context Protocol (MCP) server published by adwiteeymauriya. It ranks #8,286 of 115,591 servers tracked on MCP Toplist, and its repository has 19 GitHub stars. IBKR Portfolio Builder is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jun 6, 2026 and most recently updated on Jun 8, 2026.
Ranks ahead of 107,305 of 115,591 servers on MCP Toplist.
Use IBKR Portfolio Builder
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http ibkr-portfolio-builder-mcp https://{ibkr_mcp_host}/mcp[mcp_servers.ibkr-portfolio-builder-mcp]
url = "https://{ibkr_mcp_host}/mcp"Add to ~/.codex/config.toml.
https://{ibkr_mcp_host}/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"ibkr-portfolio-builder-mcp": {
"url": "https://{ibkr_mcp_host}/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"ibkr-portfolio-builder-mcp": {
"type": "http",
"url": "https://{ibkr_mcp_host}/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"ibkr-portfolio-builder-mcp": {
"serverUrl": "https://{ibkr_mcp_host}/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"ibkr-portfolio-builder-mcp": {
"url": "https://{ibkr_mcp_host}/mcp"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.adwiteeymauriya%2Fibkr-portfolio-builder-mcp)<a href="https://mcptoplist.com/server/io.github.adwiteeymauriya%2Fibkr-portfolio-builder-mcp"><img src="https://mcptoplist.com/badge/io.github.adwiteeymauriya%2Fibkr-portfolio-builder-mcp.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
adwiteeymauriya
Available versions (1)
| Version | Published |
|---|---|
| 0.1.4 | Jun 8, 2026 |
Frequently asked questions
- Who maintains IBKR Portfolio Builder?
- IBKR Portfolio Builder is maintained by adwiteeymauriya, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is IBKR Portfolio Builder listed on the Official MCP Registry?
- Yes — IBKR Portfolio Builder is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does IBKR Portfolio Builder have?
- MCP Toplist tracks 1 version of IBKR Portfolio Builder, most recently published on Jun 8, 2026.
- Where can I find the source code for IBKR Portfolio Builder?
- The source code for IBKR Portfolio Builder is hosted at github.com/adwiteeymauriya/ibkr-portfolio-builder-mcp.