
Ponzu
Prototype and operate Ethereum ERC-20 launchpad flows—deploy token, presale, swap, and farm—via agent-callable MCP tools.
Overview
Ponzu is a MCP server for the Validate phase that lets agents deploy and manage ERC-20 launchpad actions—presale, swap, and farm—on Ethereum.
What is this MCP server?
- ERC-20 token launchpad tooling on Ethereum for agent-driven workflows
- Deploy, presale, swap, and farm operations exposed as MCP tools
- Optional PONZU_PRIVATE_KEY enables signed write transactions
- PONZU_NETWORK mainnet or sepolia; configurable PONZU_RPC_URL
- npm package @ponzu_app/mcp at registry version 1.0.3
- Transport: stdio
- npm identifier @ponzu_app/mcp
What problem does it solve?
Shipping token launchpad steps from an agent means brittle manual RPC calls, wallet scripts, and easy costly mistakes on mainnet.
Who is it for?
Experienced solo builders prototyping on-chain token products on Ethereum or Sepolia with explicit key hygiene.
Skip if: Beginners, regulated offerings without counsel, or teams that refuse to handle private keys in local env vars.
What do I get? / Deliverables
Your agent can invoke structured launchpad tools against your chosen network and RPC, with writes gated on an optional private key you supply.
- Agent-invoked deploy/presale/swap/farm tool calls on configured network
- Network-scoped configuration via PONZU_NETWORK and PONZU_RPC_URL
- Prototype-ready on-chain workflow scripts replaced by MCP tools
Recommended MCP Servers
Journey fit
Token launchpads are exercised first in Validate when you prototype economics and on-chain mechanics before scaling the product. Presale and swap experiments are prototype-grade validation on testnet or mainnet, not full production ops tooling.
How it compares
On-chain finance MCP, not a generic smart-contract audit or Terraform deploy skill.
Common Questions / FAQ
Who is Ponzu for?
Indie and web3-native builders using AI agents to prototype ERC-20 launchpad flows on Ethereum who understand wallet and RPC risks.
When should I use Ponzu?
Use it in Validate to prototype token deploy, presale, swap, and farm mechanics—or in Build/Launch when hardening integrations and distribution—always with appropriate network and key controls.
How do I add Ponzu to my agent?
Add the npm MCP server @ponzu_app/mcp (stdio), set PONZU_NETWORK and PONZU_RPC_URL as needed, and only set PONZU_PRIVATE_KEY on a machine you trust when you need write operations.