43
/ 100
27 days ago
glama

Robinhood MCP Server

Provides a comprehensive interface to the Robinhood Crypto API for account management, market data retrieval, and trading operations via REST and WebSocket.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 2 credentials: ROBINHOOD_API_KEY, ROBINHOOD_PRIVATE_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// known CVEs in dependencies2 low

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

lowexpress@4.18.2GHSA-qw6h-vgh9-j6wx

express vulnerable to XSS via response.redirect()

lowexpress@4.18.2GHSA-rv95-896h-c2vc

Express.js Open Redirect in malformed URLs

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configENDPOINT
configPORTREST API server port (default: 8000)
🔐 secretROBINHOOD_API_KEYyour_api_key_here
🔐 secretROBINHOOD_PRIVATE_KEYyour_base64_encoded_private_key_here
configHOSTServer host (default: 0.0.0.0)
configLOG_LEVELLogging level (default: INFO)
configLOG_FILErobinhood_mcp_server.log
configRATE_LIMIT_ENABLEDEnable rate limiting (default: True)
configRATE_LIMIT_REQUESTSMaximum requests per period (default: 100)
configRATE_LIMIT_PERIODRate limit period in seconds (default: 60)
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 1 concrete improvement we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/rohitsingh-iitd-robinhood-mcp-server-1ki5mr)](https://m8ven.ai/mcp/rohitsingh-iitd-robinhood-mcp-server-1ki5mr)
commit: ce32b1672bff63b2a482aa3edea6afd06e72b206
code hash: a181d928a3fc113bc7dbd9e00f627ecc58339968f1dab501897a9b2582761093
verified: 6/17/2026, 11:39:11 AM
view raw JSON →