feat(third_party): add Robinhood plugin - #409
Merged
Merged
Conversation
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
Adds a
robinhoodthird-party plugin for Robinhood's official remote MCP server, the Robinhood Trading MCP (https://agent.robinhood.com/mcp/trading). Same URL-only OAuth shape as the other hosted-MCP ports (webull, interactive-brokers, meltwater, daloopa, coinbase).third_party/robinhood/—plugin.json(v1.0.0,minClientVersions.cursor3.13.0),mcp.json, README, CHANGELOG, MIT LICENSE, 192×192 logo from Robinhood's official icon..cursor-plugin/marketplace.jsonand the root README plugin table.Auth readiness
Probed with the same recipe used for the earlier finance ports:
initializeWWW-Authenticate resource_metadatahttps://agent.robinhood.com/mcp/trading,scopes_supported: ["internal"]/.well-known/oauth-authorization-server/mcp/trading— PKCE S256,token_endpoint_auth_methods_supported: ["none"],authorization_code+refresh_tokenhttps://www.cursor.com/agents/mcp/oauth/callbackandhttp://localhost:8787/callbackRobinhood's docs list Cursor as a supported platform: https://robinhood.com/us/en/support/articles/agentic-trading-overview/
Notes for reviewers
place_*_order/cancel_*_ordertools, scoped by Robinhood to a separately funded Agentic account that the user opens on first sign-in (desktop browser only). The README calls this out along with Robinhood's responsibility disclosure.Testing
node scripts/validate-plugins.mjs→All plugins validated successfully.Note
Medium Risk
New write-capable brokerage MCP exposure (order placement/cancellation) increases user financial risk if misused, though scope is limited to Robinhood’s Agentic account and auth is OAuth-hosted.
Overview
Adds a new
robinhoodmarketplace integration that wires Cursor agents to Robinhood’s hosted Trading MCP athttps://agent.robinhood.com/mcp/tradingvia URL-only HTTPmcp.jsonand OAuth (PKCE / dynamic client registration), matching other hosted finance plugins.The PR introduces
third_party/robinhood/(manifest v1.0.0,minClientVersions.cursor3.13.0, README, CHANGELOG, MIT license) and registers the plugin in.cursor-plugin/marketplace.jsonand the root README plugin table. Docs stress that agents can place and cancel trades only in a separately funded Agentic account, with broader read access across accounts.Reviewed by Cursor Bugbot for commit c0e9cfc. Bugbot is set up for automated code reviews on this repo. Configure here.