Skip to content
Gemini CLI

AgentUtility Prooflayer for Gemini CLI

ai.agentutility/mcp-prooflayer

MCP server for the @agentutility prooflayer cluster — pay-per-call x402 tools, no API keys, USDC…

client:Gemini CLI transport:stdio runtime:npm

Install AgentUtility Prooflayer in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "mcp-prooflayer": {
      "command": "npx",
      "args": [
        "-y",
        "@agentutility/mcp-prooflayer"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

AgentUtility Prooflayer in other clients