PluginBench
MCP Server
Active

io.github.nirholas/hood-mcp MCP Server

io.github.nirholas/hood-mcp

What is the io.github.nirholas/hood-mcp MCP server?

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

How to install io.github.nirholas/hood-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • HOOD_MCP_NETWORK

    Target network: "mainnet" (chain 4663, default) or "testnet" (chain 46630).

  • ALCHEMY_KEY
    secret

    Optional Alchemy API key for a faster, private RPC instead of the public endpoint.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "hood-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "hood-mcp"
      ],
      "env": {
        "HOOD_MCP_NETWORK": "<YOUR_HOOD_MCP_NETWORK>",
        "ALCHEMY_KEY": "<YOUR_ALCHEMY_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "hood-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "hood-mcp"
      ],
      "env": {
        "HOOD_MCP_NETWORK": "<YOUR_HOOD_MCP_NETWORK>",
        "ALCHEMY_KEY": "<YOUR_ALCHEMY_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "hood-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "hood-mcp"
      ],
      "env": {
        "HOOD_MCP_NETWORK": "<YOUR_HOOD_MCP_NETWORK>",
        "ALCHEMY_KEY": "<YOUR_ALCHEMY_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "hood-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "hood-mcp"
      ],
      "env": {
        "HOOD_MCP_NETWORK": "<YOUR_HOOD_MCP_NETWORK>",
        "ALCHEMY_KEY": "<YOUR_ALCHEMY_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add hood-mcp --env HOOD_MCP_NETWORK=<YOUR_HOOD_MCP_NETWORK> --env ALCHEMY_KEY=<YOUR_ALCHEMY_KEY> -- npx -y hood-mcp

Related MCP servers

Historical documentation of the Claude Code source leak and its aftermath—not a functional MCP server.

6.2k
View repository →

XActions

Active

X/Twitter automation without API keys—scrape, post, schedule, analyze, and engage via CLI, MCP server, or browser scripts.

458
HTML
Apache-2.0
View repository →

Free crypto news from 200+ sources with 38 AI tools, market data, sentiment analysis, and whale alerts—no auth required.

294
TypeScript
View repository →

TypeScript SDK for Pump.fun protocol on Solana — token creation, bonding curves, trading, and fee sharing.

115
Rust
View repository →

Render 3D GLB avatars with Solana wallets, voice, and pump.fun token integration for AI agents.

98
JavaScript
View repository →

Free + paid text-to-3D generation, rigging, and agent tools for AI-powered 3D model creation.

98
JavaScript
View repository →