iso20022-readiness-suite-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_profilesA | List the available clearing profiles (CBPR+, SEPA_Instant, ...). |
| run_readiness_checkA | Detect, validate, profile-lint, and score a payload's readiness. |
| remediate_payloadC | Apply automated remediation (e.g. Nov 2026 structured addresses). |
| simulate_bank_responseA | Emit a pacs.002 status report mocking a bank's response. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| readiness_review | Guide an agent through the end-to-end readiness workflow. Args: target_profile: The clearing profile the review should target (defaults to ``CBPR+``). |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| readiness_profiles_resource | Expose the full clearing-profile catalogue as a JSON resource. Reuses the :func:`list_profiles` tool so the resource and the tool never drift apart. |
TDQS
Scored across 4 tools
Each tool has a clear and distinct purpose: profile discovery, readiness check, remediation, and response simulation. No overlapping functionality.
All four tool names follow a consistent snake_case verb_noun pattern (list_profiles, run_readiness_check, remediate_payload, simulate_bank_response).
Four tools is well-scoped for the domain of ISO 20022 readiness, covering the essential workflows without unnecessary complexity.
The set covers the full lifecycle: discovery, validation, automated remediation, and simulated bank response. No obvious gaps for the stated purpose.