Odel
camt exceptions

camt exceptions

Local
@sebastienrousseau1PythonUpdated 1w ago

Generate + XSD-validate ISO 20022 E&I camt messages (camt.056 cancellation, camt.029 resolution).

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIcamt-exceptionsv0.0.18

Run

uvx camt-exceptions

MCP client config

{
  "mcpServers": {
    "camt-exceptions": {
      "command": "uvx",
      "args": [
        "camt-exceptions"
      ]
    }
  }
}