Skip to content
Windsurf

Robinhood Crypto for Windsurf

io.github.nirholas/robinhood-mcp

Robinhood Crypto Trading API for AI agents: quotes, holdings, orders read-only; opt-in trading.

client:Windsurf transport:stdio runtime:npm

Install Robinhood Crypto in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "robinhood-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "robinhood-mcp"
      ],
      "env": {
        "ROBINHOOD_CRYPTO_API_KEY": "<ROBINHOOD_CRYPTO_API_KEY>",
        "ROBINHOOD_CRYPTO_PRIVATE_KEY": "<ROBINHOOD_CRYPTO_PRIVATE_KEY>",
        "ROBINHOOD_CRYPTO_API_VERSION": "<ROBINHOOD_CRYPTO_API_VERSION>",
        "ROBINHOOD_CRYPTO_BASE_URL": "<ROBINHOOD_CRYPTO_BASE_URL>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Robinhood Crypto in other clients