Skip to content
Gemini CLI

hood mcp for Gemini CLI

io.github.nirholas/hood-mcp

Robinhood Chain data + guarded trading for AI agents: Stock Token quotes, portfolios, launches

client:Gemini CLI transport:stdio runtime:npm

Install hood mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "hood-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "hood-mcp"
      ],
      "env": {
        "HOOD_MCP_NETWORK": "<HOOD_MCP_NETWORK>",
        "ALCHEMY_KEY": "<ALCHEMY_KEY>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

hood mcp in other clients