← Back to Plugins
MCP Server MCP

PumpFun Claims Bot

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "pumpfun-claims-bot",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "GitHub personal access token — raises API rate limit from 60 to 5000 req/hr",
          "isSecret": true,
          "name": "GITHUB_TOKEN"
        },
        {
          "description": "Solana RPC HTTP URL for on-chain queries (defaults to public mainnet)",
          "name": "SOLANA_RPC_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...