
Ponzu
Let your agent deploy ERC-20 tokens, run presales, swaps, and farming flows on Ethereum through a stdio MCP package.
Overview
Ponzu is a MCP server for the Build phase that lets AI agents deploy ERC-20 tokens and run presale, swap, and farm actions on Ethereum through @ponzu_app/mcp.
What is this MCP server?
- stdio MCP via npm package @ponzu_app/mcp (v1.1.0)
- ERC-20 deploy, presale, swap, and farm operations aimed at AI agents
- Optional PONZU_PRIVATE_KEY enables signed write transactions
- PONZU_NETWORK mainnet or sepolia with configurable PONZU_RPC_URL
- Ethereum token launchpad workflow, not a generic wallet UI
- Package @ponzu_app/mcp version 1.1.0
- Networks: mainnet and sepolia
- Transport: stdio
What problem does it solve?
You want repeatable token-launch and DeFi steps from your agent without maintaining a pile of one-off Ethereum scripts and RPC clients.
Who is it for?
Advanced solo builders shipping agent or CLI crypto experiments who already understand wallet security and testnet discipline.
Skip if: Beginners seeking regulated fundraising advice, non-crypto SaaS teams, or anyone unwilling to custody a signing key.
What do I get? / Deliverables
After configuring the npm MCP server and RPC (plus optional private key), your agent can orchestrate Ponzu launchpad operations on mainnet or Sepolia.
- MCP-driven token deploy and launchpad actions on configured network
- Agent-callable swap and farm operations when server tools expose them
- Repeatable Sepolia test runs before mainnet signing
Recommended MCP Servers
Journey fit
Canonical shelf is Build because on-chain deploy and DeFi interactions are implementation work, not landing-page validation. Integrations subphase matches npm MCP wiring to Ethereum RPC and optional signing for write operations.
How it compares
On-chain finance MCP integration, not a product-analytics or code-review agent skill.
Common Questions / FAQ
Who is Ponzu for?
Developers and agent builders automating ERC-20 launchpad tasks on Ethereum who are comfortable with private keys and RPC setup.
When should I use Ponzu?
Use it in Build when you are wiring blockchain integrations for token deploy, presale, swap, or farm flows via MCP.
How do I add Ponzu to my agent?
Install and run the @ponzu_app/mcp npm package with stdio transport, set PONZU_RPC_URL and PONZU_NETWORK, add PONZU_PRIVATE_KEY only if you need writes, then register the server in Claude Code, Cursor, or another MCP client.