feat(third_party): add Interactive Brokers plugin - #350
Merged
Conversation
This was referenced Sep 10, 2026
minupalaniappan
force-pushed
the
minu/plugin-sp-global
branch
from
September 10, 2026 17:55
fa3fd73 to
a38f7ed
Compare
minupalaniappan
force-pushed
the
minu/plugin-interactive-brokers
branch
from
September 10, 2026 17:55
7b2f4c0 to
078f568
Compare
minupalaniappan
force-pushed
the
minu/plugin-sp-global
branch
from
September 10, 2026 20:14
a38f7ed to
92a8cda
Compare
minupalaniappan
force-pushed
the
minu/plugin-interactive-brokers
branch
from
September 10, 2026 20:14
078f568 to
7afdff5
Compare
minupalaniappan
force-pushed
the
minu/plugin-sp-global
branch
from
September 10, 2026 21:18
92a8cda to
06004ec
Compare
minupalaniappan
force-pushed
the
minu/plugin-interactive-brokers
branch
from
September 10, 2026 21:18
7afdff5 to
e57a217
Compare
minupalaniappan
force-pushed
the
minu/plugin-interactive-brokers
branch
from
September 10, 2026 21:36
e57a217 to
005f189
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
third_party/marketplace plugin, in the Attio (Add Attio third-party MCP plugin #339) / Hunter (Add Hunter third-party MCP plugin (API key header auth) #340) shape.all) and the Cursor marketplace does not. The server URL matches Grok's productionconnector_catalog.mcp_server_url(see Notes for the one deliberate deviation)..cursor-plugin/marketplace.jsonand the root README table.main; bottom of the stack now that feat(third_party): add Gamma plugin #347 (Gamma), feat(third_party): add Webull plugin #348 (Webull), and feat(third_party): add S&P Global plugin #349 (S&P Global) have merged.https://api.ibkr.com/v1/api/mcp-public401→api.ibkr.com,registration_endpointpresent.allMCP
{ "mcpServers": { "interactive-brokers": { "type": "http", "url": "https://api.ibkr.com/v1/api/mcp-public" } } }Stack
Split from #345 into one PR per plugin. Independent plugins come first; the two with external prerequisites (Coinbase, BigQuery) are last so they never block the others.
gammafeat(third_party): add Gamma plugin #347 ✅ mergedwebullfeat(third_party): add Webull plugin #348 ✅ mergedsp-globalfeat(third_party): add S&P Global plugin #349 ✅ merged4.
interactive-brokersfeat(third_party): add Interactive Brokers plugin #350 ← this PRmeltwaterfeat(third_party): add Meltwater plugin #351daloopafeat(third_party): add Daloopa plugin #352excalidrawfeat(third_party): add Excalidraw plugin #353coinbasefeat(third_party): add Coinbase plugin #354google-cloud-bigqueryfeat(third_party): add Google Cloud BigQuery plugin #355Test plan
node scripts/validate-plugins.mjspasses on this branchmarketplace.json,plugin.json, and README table descriptions are identicalNotes
/mcp; IBKR documents/mcp-publicfor custom clients. Both share the same authorization server and behaved identically when probed.Note
Medium Risk
Introduces a brokerage OAuth MCP integration (positions, balances, draft trades); risk is mainly user consent and agent use of financial tools, though this PR only adds manifests and docs, not Cursor runtime logic.
Overview
Adds a new
interactive-brokersthird-party Cursor plugin so agents can use Interactive Brokers’s hosted MCP server for portfolio and trading workflows.The change registers the plugin in
.cursor-plugin/marketplace.jsonand the root README table, and addsthird_party/interactive-brokers/with manifest,mcp.json(HTTP →https://api.ibkr.com/v1/api/mcp-public), install/docs README, changelog, and MIT license. Auth is documented as OAuth at connect time (no API keys in the plugin). Capabilities cover accounts, activity, market data, and draft trade instructions reviewed in IBKR—not auto-submitted orders.Reviewed by Cursor Bugbot for commit 005f189. Bugbot is set up for automated code reviews on this repo. Configure here.