Home › Other › PumpFun Claims Bot

PumpFun Claims Bot

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

TypeScript
★ 22 stars Last pushed 2026-09-15 License: NOASSERTION

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.1)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "pumpfun-claims-bot": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "GITHUB_TOKEN": "<YOUR_VALUE>",
        "SOLANA_RPC_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • GITHUB_TOKEN secret — GitHub personal access token — raises API rate limit from 60 to 5000 req/hr
  • SOLANA_RPC_URL — Solana RPC HTTP URL for on-chain queries (defaults to public mainnet)

Related servers

Data from the Official MCP Registry