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).
Run
npx -y pumpclaw-mcp
MCP client config
{
"mcpServers": {
"pumpclaw": {
"command": "npx",
"args": [
"-y",
"pumpclaw-mcp"
]
}
}
}