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