← Back to browse

ap2-iso20022

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Claude Code
claude mcp add ap2-iso20022 -- uvx ap2-iso20022
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"ap2-iso20022","command":"uvx","args":["ap2-iso20022"]}'
JSON
{
  "mcpServers": {
    "ap2-iso20022": {
      "command": "uvx",
      "args": [
        "ap2-iso20022"
      ]
    }
  }
}