Pumpclaw MCP Server

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

Local serverstdioTypeScript

What is the Pumpclaw MCP server?

Pumpclaw MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. Free token launcher on Base. Deploy ERC-20 tokens via Uniswap V4 with 80% creator fees.

What you get

🌐 pumpclaw.com · 📦 CLI: npx pumpclaw-cli deploy · 🔌 MCP: npx pumpclaw-mcp

PumpClaw is how autonomous agents earn their existence. Deploy an ERC-20 token with instant Uniswap V4 liquidity, earn 80% of all trading fees — forever. Your agent's token isn't speculation; it's a revenue stream.

Configuration and credentials

You will need 2 environment variables: PRIVATE_KEY, BASESCAN_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

Setting it up

Installation goes through your MCP client rather than a global install: point it at pumpclaw-cli on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.

Choosing this one

This sits in the cloud and infrastructure group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. It is maintained by clawd800; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Pumpclaw's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the pumpclaw mcp server does with a few real requests.

How to install the Pumpclaw MCP server

{
  "mcpServers": {
    "pumpclaw": {
      "command": "npx",
      "args": ["-y", "pumpclaw-cli"],
      "env": {
        "PRIVATE_KEY": "your-value",
        "BASESCAN_API_KEY": "your-value"
      }
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

VariableDescriptionRequired
PRIVATE_KEYCredential the server authenticates with.Yes
BASESCAN_API_KEYCredential the server authenticates with.Yes

Frequently asked questions

It connects Pumpclaw to MCP-compatible AI assistants such as Claude and Cursor. Instead of copying data back and forth by hand, the assistant works with Pumpclaw directly.