hood mcp for Claude Desktop
io.github.nirholas/hood-mcp
Robinhood Chain data + guarded trading for AI agents: Stock Token quotes, portfolios, launches
client:Claude Desktop
transport:stdio
runtime:npm
Install hood mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"hood-mcp": {
"command": "npx",
"args": [
"-y",
"hood-mcp"
],
"env": {
"HOOD_MCP_NETWORK": "<HOOD_MCP_NETWORK>",
"ALCHEMY_KEY": "<ALCHEMY_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs