PluginBench
MCP Server
Maintained

Hoodly GMGN Robinhood Research MCP Server

io.github.hoodly-agent/hoodly-gmgn-robinhood-mcp

What is the Hoodly GMGN Robinhood Research MCP server?

Read-only MCP server for Robinhood Chain token discovery, research, and due diligence via GMGN.

How to install Hoodly GMGN Robinhood Research

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "hoodly-gmgn-robinhood-mcp": {
      "url": "https://gmgn.hoodly.io/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "hoodly-gmgn-robinhood-mcp": {
      "serverUrl": "https://gmgn.hoodly.io/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "hoodly-gmgn-robinhood-mcp": {
      "type": "http",
      "url": "https://gmgn.hoodly.io/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "hoodly-gmgn-robinhood-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://gmgn.hoodly.io/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http hoodly-gmgn-robinhood-mcp https://gmgn.hoodly.io/mcp

Related MCP servers

Dual-version MCP for pons token launches on Robinhood Chain: v1 trading, v2 curve reads (plan-only).

0
JavaScript
View repository →

Read-only MCP for Rialto quotes and swap preflight on Robinhood Chain. No signing or broadcast.

View repository →