Skip to content
Cursor

hood mcp for Cursor

io.github.nirholas/hood-mcp

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

client:Cursor transport:stdio runtime:npm

Install hood mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

hood mcp in other clients