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).
Run
uvx camt-exceptions
MCP client config
{
"mcpServers": {
"camt-exceptions": {
"command": "uvx",
"args": [
"camt-exceptions"
]
}
}
}