🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

pumpclaw-mcp

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pumpclaw-mcp

MCP server for PumpClaw - free token launcher on Base (Uniswap V4)

latest
Source
npmnpm
Version
1.0.3
Version published
Weekly downloads
38
90%
Maintainers
1
Weekly downloads
 
Created
Source

pumpclaw-mcp

MCP (Model Context Protocol) server for PumpClaw — the free token launcher on Base (Uniswap V4).

Connect any MCP-compatible AI agent (Claude, GPT, OpenClaw, etc.) to deploy and manage tokens on Base blockchain.

Traction: 54+ tokens launched · 39 unique creators · Uniswap V4 on Base · Active trading on DexScreener

Features

  • 🔍 list_tokens — Browse all tokens launched on PumpClaw
  • 📊 get_token — Get detailed info for any token (metadata, trade links)
  • 📈 get_stats — Protocol statistics (total tokens, unique creators, fees)
  • 🚀 deploy_token — Launch a new token (free, 0 ETH cost)

Quick Start

Claude Desktop

Add to your claude_desktop_config.json:

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

With private key (for deploying tokens)

{
  "mcpServers": {
    "pumpclaw": {
      "command": "npx",
      "args": ["-y", "pumpclaw-mcp"],
      "env": {
        "BASE_PRIVATE_KEY": "your-private-key-here"
      }
    }
  }
}

OpenClaw / Clawdbot

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

Tools

list_tokens

List all tokens launched on PumpClaw with trade links.

ParameterTypeDescription
limitnumberMax tokens to return (default: all)
offsetnumberStarting offset (default: 0)

get_token

Get detailed info about a specific token.

ParameterTypeDescription
addressstringToken contract address (0x...)

get_stats

Get protocol statistics. No parameters.

Returns: total tokens, unique creators, chain info, fee structure, contract addresses.

deploy_token

Deploy a new token on Base via Uniswap V4. Free — 0 ETH cost.

ParameterTypeDescription
namestringToken name (e.g. "My Cool Token")
symbolstringTicker symbol (e.g. "MCT")
imageUrlstring?Token logo URL
websiteUrlstring?Project website URL
totalSupplystring?Total supply in tokens (default: 1,000,000,000)
initialFdvstring?Initial FDV in ETH (default: 20)
creatorstring?Creator address for fee attribution

Requires BASE_PRIVATE_KEY environment variable.

Resources

The server also exposes a pumpclaw://info resource with protocol documentation.

Why PumpClaw?

FeaturePumpClawClanker
Launch costFreeFree
Creator fee share80%40%
DEXUniswap V4Uniswap V3
LP lockedForeverForever
Agent integrationMCP + CLI + APIFarcaster only
On-chain registry

License

MIT

Keywords

mcp

FAQs

Package last updated on 27 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts