← Back to Plugins
MCP Server MCP

io.github.YuzuKyouma/ponzu

github By github 👁 1 views ▲ 0 votes

ERC-20 token launchpad on Ethereum — deploy, presale, swap, and farm via AI agents

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...