74
/ 100
10 days ago
glama

hoodr MCP Server

Enables AI agents to trade tokenized stocks (e.g., NVDA, TSLA) on Robinhood Chain via MCP, with non-custodial keys and spending caps.

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 5 credentials: HOODR_API_TOKEN, HOODR_KEYSTORE_PASSWORD, HOODR_PRIVATE_KEY, TURNKEY_BOT_DELEGATED_PRIVATE_KEY, TURNKEY_BOT_DELEGATED_PUBLIC_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configAPPROVE_URL_BASE
configHOODR_ALLOW_SEND
🔐 secretHOODR_API_TOKENexport HOODR_PRIVATE_KEY=0x… =$(openssl rand -hex 24)
configHOODR_CHAIN_ID
configHOODR_DAILY_CAP_ETH2 # max ETH per UTC day
configHOODR_ETH_USD_POOL
configHOODR_EXPLORER
configHOODR_HOME
configHOODR_JSONexport =1 # JSON on stdout
🔐 secretHOODR_KEYSTORE_PASSWORDOr keep the encrypted keystore and just supply its password: =….
configHOODR_MAX_MARGIN_USD100 # max USDG margin per perp
configHOODR_MAX_TRADE_ETH0.5 # max ETH per buy/send
configHOODR_MULTI_TENANT
configHOODR_PERP_ORACLE
configHOODR_PERP_PM
configHOODR_PERP_REGISTRY
configHOODR_PERP_USDG
configHOODR_PRIME_URL
🔐 secretHOODR_PRIVATE_KEYexport =0x… HOODR_API_TOKEN=$(openssl rand -hex 24)
configHOODR_RPC_URL
configHOODR_SLIPPAGE_BPS
configHOODR_STOCK_ROUTER
configHOODR_TENANTS_FILE
configHOODR_TENANT_CAP_ETH
configHOODR_TENANT_DAILY_ETH
configHOODR_TENANT_MARGIN_USD
configHOODR_USDG
configHOODR_USDG_WETH_FEE
configHOODR_V3_ROUTER
configHOODR_WETH
configHOODR_YESexport =1 # no prompts
configPORT
configTURNKEY_API_BASE_URL
🔐 secretTURNKEY_BOT_DELEGATED_PRIVATE_KEY
🔐 secretTURNKEY_BOT_DELEGATED_PUBLIC_KEY
// 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 5 concrete improvements 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/hoodrhq-hoodr-cli-1mnbdq)](https://m8ven.ai/mcp/hoodrhq-hoodr-cli-1mnbdq)
commit: 395c12664f148777a1c2da48fa45374dbd2dcf4c
code hash: 82adf640ea41cad441ccc3d98ad707dc52f214bcd6e0bff8040b8430ca7fc693
verified: 7/21/2026, 9:21:26 AM
view raw JSON →