ERC-20 token launchpad on Ethereum — deploy, presale, swap, and farm via AI agents
Connect Ponzu to Claude, Cursor or any other MCP client and it stops being a tab you switch to. ERC-20 token launchpad on Ethereum — deploy, presale, swap, and farm via AI agents. The ponzu mcp server is what makes that connection.
MCP server for Ponzu — deploy tokens, buy presales, swap, and farm on Ethereum via AI agents.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
ponzu_get_skill — Fetch full Ponzu documentation (SKILL.md)ponzu_get_addresses — Get protocol contract addresses for configured networkponzu_calc_pricing — Calculate presale pricing curve from target ETH raiseponzu_deploy — Deploy full 9-contract token system in one transactionponzu_get_presale_info — Read presale state (tokens available, launched, etc.)ponzu_presale_buy — Buy tokens in a presaleponzu_presale_refund — Refund presale tokens (20% penalty)ponzu_trigger_launch — Trigger DEX launch when presale sells outponzu_claim_tokens — Claim vested tokens from presaleponzu_claim_eth — Claim ETH rewards from presaleponzu_swap_eth_for_tokens — Buy tokens on PonzuSwap DEXponzu_swap_tokens_for_eth — Sell tokens on PonzuSwap DEXConfiguration is passed through the environment: PONZU_PRIVATE_KEY, PONZU_RPC_URL, PONZU_NETWORK, YOUR_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
Plenty of cloud and infrastructure servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Ponzu's toolset — ponzu_get_skill, ponzu_get_addresses, ponzu_calc_pricing and 11 more — is a fair guide to whether it matches your workflow. It is maintained by PonzuTech; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| ponzu_get_skill | Fetch full Ponzu documentation (SKILL.md) |
| ponzu_get_addresses | Get protocol contract addresses for configured network |
| ponzu_calc_pricing | Calculate presale pricing curve from target ETH raise |
| ponzu_deploy | Deploy full 9-contract token system in one transaction |
| ponzu_get_presale_info | Read presale state (tokens available, launched, etc.) |
| ponzu_presale_buy | Buy tokens in a presale |
| ponzu_presale_refund | Refund presale tokens (20% penalty) |
| ponzu_trigger_launch | Trigger DEX launch when presale sells out |
| ponzu_claim_tokens | Claim vested tokens from presale |
| ponzu_claim_eth | Claim ETH rewards from presale |
| ponzu_swap_eth_for_tokens | Buy tokens on PonzuSwap DEX |
| ponzu_swap_tokens_for_eth | Sell tokens on PonzuSwap DEX |
| ponzu_zap_eth | Convert ETH into LP tokens in one transaction |
| ponzu_farm_stake | Stake LP tokens in a farm |
{
"mcpServers": {
"ponzu": {
"command": "npx",
"args": ["-y", "@ponzu_app/mcp"],
"env": {
"PONZU_PRIVATE_KEY": "0x...",
"PONZU_RPC_URL": "https://eth-mainnet.g.alchemy.com/v2/YOUR_KEY",
"PONZU_NETWORK": "mainnet"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| PONZU_PRIVATE_KEY | Credential the server authenticates with. | Yes |
| PONZU_RPC_URL | Endpoint or connection string the server talks to. | Yes |
| PONZU_NETWORK | Configuration value read at startup. | Optional |
| YOUR_KEY | Credential the server authenticates with. | Yes |
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.
AWS Labs' official server suite — current AWS docs, CDK guidance, cost analysis and service tools.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.
Workers, KV, R2 and D1 by conversation — Cloudflare's official remote servers for building and observability.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.