hood mcp for Grok
io.github.nirholas/hood-mcp
Robinhood Chain data + guarded trading for AI agents: Stock Token quotes, portfolios, launches
client:Grok
transport:stdio
runtime:npm
Install hood mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"hood-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"hood-mcp"
],
"env": {
"HOOD_MCP_NETWORK": "<HOOD_MCP_NETWORK>",
"ALCHEMY_KEY": "<ALCHEMY_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs