Odel
structured address fix mcp

structured address fix mcp

Local
@sebastienrousseau1PythonUpdated 1w ago

MCP server for ISO 20022 postal-address remediation ahead of the Nov 2026 CBPR+ cliff.

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

PyPIstructured-address-fix-mcpv0.0.4

Run

uvx structured-address-fix-mcp

MCP client config

{
  "mcpServers": {
    "structured-address-fix-mcp": {
      "command": "uvx",
      "args": [
        "structured-address-fix-mcp"
      ]
    }
  }
}