Skip to content
Gemini CLI

ap2 iso20022 for Gemini CLI

io.github.sebastienrousseau/ap2-iso20022

Bridge AP2 / x402 agent-payment mandates into wire-valid ISO 20022 pain.001 / pacs.008 records.

client:Gemini CLI transport:stdio runtime:pypi

Install ap2 iso20022 in Gemini CLI

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

{
  "mcpServers": {
    "ap2-iso20022": {
      "command": "uvx",
      "args": [
        "ap2-iso20022"
      ]
    }
  }
}

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

ap2 iso20022 in other clients