Skip to content
Grok

Robinhood Crypto for Grok

io.github.nirholas/robinhood-mcp

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

client:Grok transport:stdio runtime:npm

Install Robinhood Crypto in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "robinhood-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Robinhood Crypto in other clients