
Pumpclaw
Deploy ERC-20 tokens on Base with Uniswap V4 liquidity and creator-fee routing from your coding agent.
Overview
pumpclaw is a MCP server for the Build phase that deploys ERC-20 tokens on Base through Uniswap V4 with agent-driven wallet and RPC configuration.
What is this MCP server?
- Deploy ERC-20 tokens on Base via agent-callable MCP tools
- Uniswap V4 pool setup with 80% creator fee share described in the catalog
- stdio npm package pumpclaw-mcp v1.0.1
- Configurable BASE_RPC_URL with public-node default
- BASE_PRIVATE_KEY required only for deploy_token flows
- Server schema version 1.0.1
- 80% creator fees cited in catalog description
- Uniswap V4 integration stated in README
Community signal: 5 GitHub stars.
What problem does it solve?
Manually launching tokens on Base from an agent workflow means juggling RPC URLs, private keys, and DEX setup outside your IDE.
Who is it for?
Indie Web3 builders who want Claude or Cursor to run Base token deploys during integration sprints.
Skip if: Teams that need regulated launch compliance, custodial key management, or non-Base chains.
What do I get? / Deliverables
Your agent can trigger standardized Base token deploy flows with documented fee routing while keeping secrets in environment variables.
- Agent-invoked ERC-20 deployment on Base
- Uniswap V4-oriented launch path per server description
- Repeatable MCP tool calls instead of manual CLI scripts
Recommended MCP Servers
Journey fit
Token deployment is an on-chain integration step once you are building or shipping a crypto product, not early discovery research. Fits integrations because the MCP wraps wallet RPC, contract deploy, and DEX wiring rather than ideation or growth analytics.
How it compares
On-chain deploy MCP integration, not a token marketing or analytics skill.
Common Questions / FAQ
Who is pumpclaw for?
Solo and indie builders shipping Base ERC-20 experiments who already manage their own hot wallet and want agent-callable deploy tools.
When should I use pumpclaw?
Use it in the build integrations phase when you are wiring Uniswap V4 liquidity and creator fees into a product you are actively shipping on Base.
How do I add pumpclaw to my agent?
Install the pumpclaw-mcp npm stdio package, set BASE_PRIVATE_KEY for deploy_token and optional BASE_RPC_URL, then register the server in your MCP-capable client config.