← Back to browse

Robinhood Crypto

Indexed by io.github.nirholas

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsROBINHOOD_CRYPTO_API_KEY ROBINHOOD_CRYPTO_PRIVATE_KEY ROBINHOOD_CRYPTO_API_VERSION ROBINHOOD_CRYPTO_BASE_URL
Claude Code
claude mcp add --env ROBINHOOD_CRYPTO_API_KEY= --env ROBINHOOD_CRYPTO_PRIVATE_KEY= --env ROBINHOOD_CRYPTO_API_VERSION= --env ROBINHOOD_CRYPTO_BASE_URL= robinhood-mcp -- npx robinhood-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"robinhood-mcp","command":"npx","args":["robinhood-mcp"],"env":{"ROBINHOOD_CRYPTO_API_KEY":"","ROBINHOOD_CRYPTO_PRIVATE_KEY":"","ROBINHOOD_CRYPTO_API_VERSION":"","ROBINHOOD_CRYPTO_BASE_URL":""}}'
JSON
{
  "mcpServers": {
    "robinhood-mcp": {
      "command": "npx",
      "args": [
        "robinhood-mcp"
      ],
      "env": {
        "ROBINHOOD_CRYPTO_API_KEY": "",
        "ROBINHOOD_CRYPTO_PRIVATE_KEY": "",
        "ROBINHOOD_CRYPTO_API_VERSION": "",
        "ROBINHOOD_CRYPTO_BASE_URL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.