Skip to content
Gemini CLI

PumpFun Claims Bot for Gemini CLI

io.github.nirholas/pumpfun-claims-bot

MCP server for PumpFun on-chain intelligence — tokens, claims, holders, and bundles.

client:Gemini CLI transport:stdio runtime:npm

Install PumpFun Claims Bot 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": {
    "pumpfun-claims-bot": {
      "command": "npx",
      "args": [
        "-y",
        "pumpfun-claims-bot"
      ],
      "env": {
        "GITHUB_TOKEN": "<GITHUB_TOKEN>",
        "SOLANA_RPC_URL": "<SOLANA_RPC_URL>"
      }
    }
  }
}

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

PumpFun Claims Bot in other clients