MCP Server
MCP
io.github.YuzuKyouma/ponzu
ERC-20 token launchpad on Ethereum — deploy, presale, swap, and farm via AI agents
Install
npx -y @ponzu_app/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@ponzu_app/mcp",
"version": "1.0.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Private key for signing transactions (optional, enables write operations)",
"format": "string",
"isSecret": true,
"name": "PONZU_PRIVATE_KEY"
},
{
"description": "Ethereum RPC URL (defaults to public RPCs)",
"format": "string",
"name": "PONZU_RPC_URL"
},
{
"description": "Network to use: mainnet or sepolia (default: mainnet)",
"format": "string",
"name": "PONZU_NETWORK"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment