← Back to Plugins
MCP Server MCP

Robinhood Crypto

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "robinhood-mcp",
      "version": "0.1.1",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API key from your Robinhood crypto account settings (robinhood.com/account/crypto, web classic only).",
          "isRequired": true,
          "isSecret": true,
          "name": "ROBINHOOD_CRYPTO_API_KEY"
        },
        {
          "description": "Base64-encoded 32-byte Ed25519 private seed whose public key is registered with Robinhood. Generate one with `npx robinhood-keygen`.",
          "isRequired": true,
          "isSecret": true,
          "name": "ROBINHOOD_CRYPTO_PRIVATE_KEY"
        },
        {
          "description": "API version: \"v1\" (default) or \"v2\". v2 adds fee-tier data to accounts and orders.",
          "default": "v1",
          "name": "ROBINHOOD_CRYPTO_API_VERSION"
        },
        {
          "description": "Override the API host. Defaults to https://trading.robinhood.com.",
          "name": "ROBINHOOD_CRYPTO_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...