Skip to content
Claude Desktop

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

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>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

hood mcp in other clients