Orchestration MCP server: ISO 20022 readiness scoring, remediation, bank-response simulation.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Iso20022 Readiness Suite MCP.
list_profilesList the available clearing profiles (CBPR+, SEPA_Instant, FedNow, Generic) with their market practice and rules. Fully local; no sub-servers needed.
run_readiness_checkDetect, structurally validate, profile-lint, and score an ISO 20022 payload's readiness against a target clearing profile. Reaches the foundational sub-servers.
remediate_payloadApply automated remediation (e.g. the Nov 2026 structured-address fixes) driven by a clearing profile, delegating to `structured-address-fix-mcp`. Reaches the foundational sub-servers.
simulate_bank_responseEmit a pacs.002 status report mocking a bank's ACCP / RJCT / PDNG response to an inbound initiation (a reason code is required for RJCT). Fully local; no sub-servers needed.
[![PyPI Version][pypi-badge]][07] [![Python Versions][python-versions-badge]][07] [![License][license-badge]][01] [![Tests][tests-badge]][tests-url] [![Quality][quality-badge]][quality-url] [![OpenSSF Scorecard][scorecard-badge]][scorecard-url] [![Documentation][docs-badge]][docs-url]
A high-level orchestration [Model Context Protocol][mcp] server β the White-Label ISO 20022 Readiness & Testing Gateway. It is an MCP server to your agent and an MCP client to the foundational servers of the ISO 20022 MCP Suite. It composes them into readiness scoring, automated remediation, clearing-profile linting (CBPR+, SEPA_Instant, FedNow, Generic), and bank-response simulation β one gateway an agent can drive to answer "is this payment ready, and if not, fix it".
The November 2026 milestones. As the major schemes (CBPR+, HVPS+, T2, FedNow) tighten their ISO 20022 requirements β structured postal addresses chief among them β a payment that was fine yesterday can be rejected tomorrow.
iso20022-readiness-suite-mcpputs a single readiness gateway in front of your agent:run_readiness_checkscores a payload against a clearing profile,remediate_payloadproposes the compliant form, andsimulate_bank_responsemocks how a bank would answer. v0.0.2, stdio (default) or streamable HTTP, 4 tools, Python 3.10+.
The [Model Context Protocol][mcp] (MCP) is an open standard that lets AI agents and assistants discover and call external tools in a uniform way. iso20022-readiness-suite-mcp is the orchestration front door of the ISO 20022 MCP Suite: it presents four high-level tools to the outer agent, and underneath it acts as an MCP client that spawns the foundational suite servers over stdio and composes their results β the meta-client pattern.
The headline capability is the one-shot readiness workflow: hand it a raw ISO 20022 payload and a target clearing profile, and it detects the message type, routes it to the correct base validator, lints it against the profile's market-practice rules, and returns a single readiness score with the findings β then, on request, remediates the payload and simulates how a bank would respond.
Every tool returns typed, JSON-serialisable data; on any failure β a bad
input, an unparseable payload, a missing or erroring sub-server β it returns
an {"error": ...} payload rather than raising into the client transport.
The gateway is a server to the client above it and a client to the six
foundational servers below it. list_profiles and simulate_bank_response
are fully local and need none of them; run_readiness_check and
remediate_payload reach the sub-servers and therefore require them to be
installed and resolvable (see
Orchestration & the meta-client pattern).
iso20022-readiness-suite-mcp is the orchestration gateway that sits on
top of a set of coordinated, vendor-neutral MCP servers for the ISO 20022
migration. Dependency ranges are kept aligned across the suite, so the servers
co-install cleanly in a single Python environment: install the foundational
servers you need, then let this gateway compose them.
| Server | Scope | Install |
|---|---|---|
iso20022-mcp | Unified gateway meta-tools (search / describe / validate / generate / parse) across the ISO 20022 message catalogue | pip install iso20022-mcp |
camt053-mcp | ISO 20022 camt.05x bank statements: parse, validate, filter, reverse; MT94x migration; CBPR+ readiness | pip install camt053-mcp |
pain001-mcp | Generate & validate ISO 20022 pain.001 payment-initiation files (v03βv12, pain.008, SEPA) with rulebook checks | pip install pain001-mcp |
reconcile-mcp | Reconcile ISO 20022 payments and statements; match initiations to their bank-side outcomes | pip install reconcile-mcp |
bankstatementparser-mcp | Parse bank statements (MT940/MT942 and camt) into structured, agent-friendly data | pip install bankstatementparser-mcp |
structured-address-fix-mcp | ISO 20022 postal-address classification, assessment, and remediation for the Nov 2026 structured-address cliff | pip install structured-address-fix-mcp |
Where each foundational server does one job well, this gateway composes them: it detects and routes a payload to the right validator, lints it against a clearing profile, scores its readiness, remediates it, and simulates the bank's answer β all behind four agent tools.
iso20022-readiness-suite-mcp runs on macOS, Linux, and Windows and
requires Python 3.10+ and pip. It pulls in the MCP SDK, pydantic,
and defusedxml automatically.
To exercise run_readiness_check and remediate_payload end to end, also
make the foundational servers resolvable β the gateway launches them with
uvx, so installing uv is enough for a
zero-install spawn:
For the 10-minute install β MCP client config β first conversation tutorial,
see docs/quickstart.md.
Launch the server over stdio (the FastMCP default transport):
Register it with any MCP client (e.g. Claude Desktop) by adding it to the client's configuration:
The command speaks MCP on stdin/stdout β it is meant to be launched by an MCP client, not used interactively. The agent can then call the tools below.
You can also invoke the tools in-process β without a transport β straight
through the FastMCP instance. This mirrors what an agent receives over stdio.
The two local tools (list_profiles, simulate_bank_response) need no
sub-servers:
All tools return JSON-serialisable data; on a domain, validation, or
sub-server error they return an {"error": ...} payload rather than raising.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/iso20022-readiness-suite-mcp)<a href="https://allmcps.com/mcp/iso20022-readiness-suite-mcp"><img src="https://allmcps.com/api/badge/iso20022-readiness-suite-mcp?style=directory" alt="Iso20022 Readiness Suite MCP on AllMCPs" /></a>