← Index

io.github.clawd800/pumpclaw

io.github.clawd800/pumpclaw·v1.0.1·Other
Quality Score
81
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "pumpclaw": {
      "command": "npx",
      "args": [
        "-y",
        "pumpclaw-mcp"
      ],
      "env": {
        "BASE_PRIVATE_KEY": "<your-base_private_key>",
        "BASE_RPC_URL": "<base_rpc_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "pumpclaw": {
      "command": "npx",
      "args": [
        "-y",
        "pumpclaw-mcp"
      ],
      "env": {
        "BASE_PRIVATE_KEY": "<your-base_private_key>",
        "BASE_RPC_URL": "<base_rpc_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y pumpclaw-mcp
§02  Environment variables
BASE_PRIVATE_KEY
secret

Private key for the Base wallet used to deploy tokens (only needed for deploy_token tool)

BASE_RPC_URL

Base RPC URL (defaults to https://base-rpc.publicnode.com)

§03  MCP Quality Score  ·  methodology
freshness
21
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other