30
GitHub Stars

The Robinhood MCP Server provides a comprehensive interface to the Robinhood Crypto API. This server handles authentication, account management, market data retrieval, and trading operations through both REST API and WebSocket interfaces.

Installation

⭐ RecommendedDocker
docker run -i --rm -p 8000:8000 -p 8001:8001 -e ROBINHOOD_API_KEY -e ROBINHOOD_PRIVATE_KEY -e HOST=0.0.0.0 -e PORT=8000 -e DEBUG=False -e LOG_LEVEL=INFO -e RATE_LIMIT_ENABLED=True -e RATE_LIMIT_REQUESTS=100 -e RATE_LIMIT_PERIOD=60 robinhood-mcp-server
View configuration snippet
{
  "mcpServers": {
    "robinhood": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-p",
        "8000:8000",
        "-p",
        "8001:8001",
        "-e",
        "ROBINHOOD_API_KEY",
        "-e",
        "ROBINHOOD_PRIVATE_KEY",
        "-e",
        "HOST=0.0.0.0",
        "-e",
        "PORT=8000",
        "-e",
        "DEBUG=False",
        "-e",
        "LOG_LEVEL=INFO",
        "-e",
        "RATE_LIMIT_ENABLED=True",
        "-e",
        "RATE_LIMIT_REQUESTS=100",
        "-e",
        "RATE_LIMIT_PERIOD=60",
        "robinhood-mcp-server"
      ],
      "env": {
        "ROBINHOOD_API_KEY": "<YOUR_API_KEY>",
        "ROBINHOOD_PRIVATE_KEY": "<YOUR_BASE64_ENCODED_PRIVATE_KEY>"
      }
    }
  }
}

💡 Tip: Make sure you have the appropriate package manager installed. Refer to the official documentation for detailed installation instructions.

Compatibility Matrix

Filter:

Cursor

STDIO
stdio:From mcp.so (unverified)

Claude Desktop

STDIO
stdio:From mcp.so (unverified)

MCP Compatible

STDIO
stdio:From mcp.so (unverified)
Verified - Tested by community
Unverified - Not yet tested
⚡ STDIO🌊 SSE🌐 HTTP

Server Information

License:unknown
Classification:active
Source:Data aggregated from public MCP directories

Quick Stats

Transports:
STDIO
Compatible Clients:3
Install Methods:1

Like this server?

Discover more MCP servers or submit your own to directory.