Odel
pacs008 mcp

pacs008 mcp

Local
@sebastienrousseau1PythonUpdated 1w ago

ISO 20022 pacs.008 FI-to-FI credit transfers: generate, validate, parse, scheme + address checks.

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

PyPIpacs008-mcpv0.0.12

Run

uvx pacs008-mcp

MCP client config

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