Robinhood Crypto Trading API for AI agents: quotes, holdings, orders read-only; opt-in trading.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
robinhood-mcp · npm · 0.1.1
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.nirholas/robinhood-mcp",
"description": "Robinhood Crypto Trading API for AI agents: quotes, holdings, orders read-only; opt-in trading.",
"title": "Robinhood Crypto",
"repository": {
"url": "https://github.com/nirholas/robinhood-mcp",
"source": "github"
},
"version": "0.1.1",
"websiteUrl": "https://github.com/nirholas/robinhood-mcp#readme",
"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"
}
]
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"categories": [
"finance",
"trading",
"market-data",
"crypto"
],
"notRobinhoodChain": "This server targets the Robinhood brokerage Crypto Trading API (trading.robinhood.com). For Robinhood Chain (L2, chain ID 4663), see io.github.nirholas/hood-mcp.",
"productName": "robinhood-mcp (data server)",
"tradingServer": {
"docs": "https://github.com/nirholas/robinhood-mcp#safety",
"note": "A second, explicitly opt-in server ships in the same package as bin `robinhood-mcp-trading`. MCP clients do not launch it by default. It requires ROBINHOOD_CRYPTO_ENABLE_TRADING=1 and enforces a per-order USD cap (ROBINHOOD_CRYPTO_MAX_ORDER_USD, default 100), an optional symbol allowlist, and a per-call confirm gate. Robinhood publishes no sandbox: every order is real money."
}
}
}
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-07-20T22:08:38.563461Z",
"publishedAt": "2026-07-20T22:08:38.563461Z",
"updatedAt": "2026-07-20T22:08:38.563461Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.1.1last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.