pacs008-mcp
Related Servers
Alternatives to pacs008-mcp
- FlicenseAqualityAmaintenanceUnified gateway for ISO 20022 message families, providing meta-tools to search, describe, validate, generate, and parse financial messages.71-
Related Servers
- FlicenseAqualityAmaintenanceA Model Context Protocol server that exposes the pain001 ISO 20022 Customer Credit Transfer Initiation library as agent tools, enabling AI assistants to generate and validate standardized payment XML messages.211-
- AlicenseAqualityCmaintenanceAn MCP server that provides AI agents with tools to validate SWIFT MT and ISO 20022 MX payment messages, check BIC/IBAN correctness, and convert between MT and MX formats.72 npmMIT
- FlicenseAqualityAmaintenanceMCP server that enables AI agents to parse, validate, and reverse ISO 20022 bank statements, with tools for discovering message types and return reasons.241-
- AlicenseAqualityCmaintenancePactus is an MCP server for parsing and validating ISO 20022 payment messages directly from chat. It exposes nine tools that let AI assistants inspect or validate pacs.008, pacs.002, pain.001, and camt.053 messages — the message types at the centre of the CBPR+ migration — without leaving the conversation.92MIT
- FlicenseAqualityAmaintenanceA fully local, closed-world MCP server that manages, validates, and serves bank-specific ISO 20022 clearing profiles and rule packs, enabling AI agents to discover profiles, fetch them, lint payloads against them, and validate rule-pack definitions.41-
- AlicenseAqualityCmaintenanceAn MCP server that gives AI agents deterministic, verified access to ISO 8583 field specs, MTI decoding, jPOS packager XML generation, deploy descriptor validation, message building, and jPOS documentation search.74MIT
TDQS
Scored across 16 tools
Every tool targets a clearly distinct resource or action: address classification/validation/repair, schema discovery, record/scheme/XML validation, generation, parsing, and MT103 conversion are all cleanly separated. Even the multiple validate_* tools are disambiguated by their arguments and stated complementary purposes.
All tool names follow a consistent snake_case verb_noun pattern (validate_address, list_schemes, generate_message, parse_message, etc.). The few compound names like verify_bic_online and convert_mt103 still read predictably and do not break the overall convention.
At 16 tools, the server sits just above the typical well-scoped 3-15 range, but the count is justified by the breadth of the pacs.008 domain: discovery, schema, address, BIC, record, scheme, XML, and migration concerns. It is slightly heavy but each tool appears to earn its place.
The surface covers the full payment-message lifecycle: schema discovery, required-field lookup, record and scheme validation, address and BIC checks, message generation, XSD validation, inbound parsing, and MT103 migration. There are no obvious dead ends or missing core operations for the stated purpose.