From 82718c8d5adb7bd6d7e477fb0b1a2fd3adb8c11b Mon Sep 17 00:00:00 2001 From: srivastsh <76992595+srivastsh@users.noreply.github.com> Date: Mon, 1 Jun 2026 15:37:55 -0700 Subject: [PATCH] Add Robinhood agentic trading MCP note --- domain-skills/robinhood/agentic-trading.md | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 domain-skills/robinhood/agentic-trading.md diff --git a/domain-skills/robinhood/agentic-trading.md b/domain-skills/robinhood/agentic-trading.md new file mode 100644 index 00000000..120c5fbc --- /dev/null +++ b/domain-skills/robinhood/agentic-trading.md @@ -0,0 +1,31 @@ +# Robinhood Agentic Trading MCP + +`https://robinhood.com/us/en/support/articles/agentic-trading-overview/#ConnectyourAIagent` + +Robinhood documents the Trading MCP as a Streamable HTTP endpoint: + +```bash +codex mcp add robinhood-trading --url https://agent.robinhood.com/mcp/trading +``` + +For Codex Desktop, use Settings -> MCP servers -> Streamable HTTP and the same URL: + +```text +https://agent.robinhood.com/mcp/trading +``` + +## OAuth and rollout behavior + +`codex mcp add` may detect OAuth and start a browser authorization flow. If the account is not yet in the Agentic Trading rollout, the OAuth URL redirects to: + +```text +https://robinhood.com/mcp/trading?...oauth params... +``` + +The page shows "Coming soon: Agentic trading" and "We'll email you once you have access." In that state, Robinhood does not redirect back to the localhost OAuth callback, so the Codex CLI remains waiting and the MCP entry stays configured but `Not logged in`. + +Stop the waiting CLI process after confirming the page state, then retry `codex mcp login robinhood-trading` later after access is granted. + +## Boundaries + +Do not enter Robinhood credentials, MFA codes, or accept financial/account disclosures for the user. Stop at login, MFA, OAuth authorization, or Agentic account onboarding steps and let the user complete those directly.