Serversio.github.PonzuTech/ponzu
P

io.github.PonzuTech/ponzu

io.github.PonzuTech/ponzu · v1.1.0
▦ npm
v1.1.0npm npm: @ponzu_app/mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.PonzuTech/ponzu",
  "description": "ERC-20 token launchpad on Ethereum — deploy, presale, swap, and farm via AI agents",
  "repository": {
    "url": "https://github.com/PonzuTech/ponzu_mcp",
    "source": "github"
  },
  "version": "1.1.0",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@ponzu_app/mcp",
      "version": "1.1.0",
      "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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}