io.github.nirholas

robinhood-mcp

Robinhood Crypto

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

stdiocommunityservice

Package Details

Transportstdio
Runtimenpx

Environment Variables

ROBINHOOD_CRYPTO_API_KEY
RequiredSecret

API key from your Robinhood crypto account settings (robinhood.com/account/crypto, web classic only).

ROBINHOOD_CRYPTO_PRIVATE_KEY
RequiredSecret

Base64-encoded 32-byte Ed25519 private seed whose public key is registered with Robinhood. Generate one with `npx robinhood-keygen`.

ROBINHOOD_CRYPTO_API_VERSION
Default:v1

API version: "v1" (default) or "v2". v2 adds fee-tier data to accounts and orders.

ROBINHOOD_CRYPTO_BASE_URL

Override the API host. Defaults to https://trading.robinhood.com.