Odel
pumpclaw

pumpclaw

Local
@clawd8007TypeScriptUpdated 4mo ago

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

Runs locally over stdio

This server isn't hosted โ€” your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmpumpclaw-mcpv1.0.1

Run

npx -y pumpclaw-mcp

MCP client config

{
  "mcpServers": {
    "pumpclaw": {
      "command": "npx",
      "args": [
        "-y",
        "pumpclaw-mcp"
      ]
    }
  }
}