Odel
camt053 mcp

camt053 mcp

Local
@sebastienrousseau1PythonUpdated 1w ago

MCP server for ISO 20022 camt.053 bank-to-customer statement parsing and reconciliation.

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).

PyPIcamt053-mcpv0.0.20

Run

uvx camt053-mcp

MCP client config

{
  "mcpServers": {
    "camt053-mcp": {
      "command": "uvx",
      "args": [
        "camt053-mcp"
      ]
    }
  }
}