← Back to Plugins
MCP Server MCP

io.github.clawd800/pumpclaw

github By github 👁 1 views ▲ 0 votes

Free token launcher on Base. Deploy ERC-20 tokens via Uniswap V4 with 80% creator fees.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "pumpclaw-mcp",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Private key for the Base wallet used to deploy tokens (only needed for deploy_token tool)",
          "format": "string",
          "isSecret": true,
          "name": "BASE_PRIVATE_KEY"
        },
        {
          "description": "Base RPC URL (defaults to https://base-rpc.publicnode.com)",
          "format": "string",
          "name": "BASE_RPC_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...