mcpbeat Sign in

Robinhood Crypto MCP Server

local only

Robinhood Crypto runs on your own machine — the client starts it, so there is no endpoint to ping. 41 installs a week from npm. Last commit 15 Sep 2026.

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

Installs per day peak 14 · avg 6 · -73% w/w
a month agotoday
41
Installs / week
npm · robinhood-mcp
8
Stars
0 open issues
15 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

Nothing serious here today

Today is the operative word: we check Robinhood Crypto every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add robinhood-mcp -- npx -y robinhood-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "robinhood-mcp": {
      "args": [
        "-y",
        "robinhood-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.robinhood-mcp]
command = "npx"
args = ["-y", "robinhood-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "robinhood-mcp": {
      "args": [
        "-y",
        "robinhood-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "robinhood-mcp": {
      "args": [
        "-y",
        "robinhood-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ROBINHOOD_CRYPTO_API_KEY (API key from your Robinhood crypto account settings (robinhood.com/account/crypto, web classic only).), ROBINHOOD_CRYPTO_PRIVATE_KEY (Base64-encoded 32-byte Ed25519 private seed whose public key is registered with Robinhood. Generate one with `npx robinhood-keygen`.), ROBINHOOD_CRYPTO_API_VERSION (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.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Robinhood Crypto

same job, measured the same way
Hood MCP
by nirholas

Robinhood Chain data + guarded trading for AI agents: Stock Token quotes, portfolios, launches

48 installs/wk local only
Horus Flow MCP
by horustechltd

Institutional crypto & equity orderflow intelligence for AI trading agents.

local only
Trading Signals
by roman-rr

Live AI crypto trading signals for agents. No API key needed to try — 3 signals + hit rate.

5 tools answering
Epsilon
by alienbase-xyz

Non-custodial limit, stop-loss and DCA trading on Epsilon (Robinhood Chain) for AI agents

26 installs/wk 15 tools answering
Synci
by synci

Read-only access to your bank, investment, and crypto accounts: balances, transactions, holdings.

answering
Agentic Prompt
by kunanigaming

1,177 free agentic trading prompts for Claude and Robinhood MCP.

4 tools answering
Nigeria Quidax Crypto
by braynexservices

Live crypto tickers in Naira (BTC/NGN etc.) from Quidax. Read-only, keyless, no trading.

58 installs/wk local only
X402 Services
by firmbrain

The only x402 MCP server for Robinhood Chain (chainId 4663) - 147 onchain, trading & AI tools.

159 tools answering

Robinhood Crypto — questions

Answers built from our own checks of this server.

Why is there no uptime for Robinhood Crypto?
Robinhood Crypto runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package robinhood-mcp was installed 41 times last week.
How do I connect Robinhood Crypto?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls robinhood-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Robinhood Crypto?
The npm package robinhood-mcp was installed 41 times in the last week. Week over week that is -73%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Robinhood Crypto open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 8 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.