Skip to main content
Glama

Related Servers

Alternatives to pain001-mcp

  • F
    license
    A
    quality
    A
    maintenance
    An MCP server that exposes the pacs008 ISO 20022 FI-to-FI Customer Credit Transfer library as tools for AI agents and assistants, enabling generation, validation, and parsing of pacs.008 credit transfer XML messages.
    16
    1
    -

Related Servers

  • F
    license
    A
    quality
    A
    maintenance
    MCP server that enables AI agents to parse, validate, and reverse ISO 20022 bank statements, with tools for discovering message types and return reasons.
    24
    1
    -
  • A
    license
    A
    quality
    C
    maintenance
    An 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.
    7
    15
    MIT
  • F
    license
    A
    quality
    A
    maintenance
    A 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.
    4
    1
    -
  • A
    license
    A
    quality
    C
    maintenance
    Pactus 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.
    9
    2
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    A Model Context Protocol server that advertises tools with JSON schemas and executes tool calls safely, enabling AI agents to perform actions on real systems.
    -

TDQS

A4.2/5.0

Scored across 21 tools

Disambiguation4/5

Most tools target clearly distinct resources or actions, and descriptions explicitly cross-reference alternatives such as validate_records vs validate_payment_scheme and parse_camt053 vs parse_pain002. Minor overlap remains between generate_message and generate_message_async (same operation with different execution context) and between get_required_fields and get_input_schema (subset vs full schema), so misselection is still possible but uncommon.

Naming Consistency5/5

Every tool uses snake_case with a leading verb (list_*, get_*, validate_*, generate_*, parse_*, convert_*, inspect_*, sanitize_*), and domain-specific names like parse_camt053 and convert_mt101 still fit the verb-noun pattern. There is no camelCase or mixed convention.

Tool Count3/5

21 tools is on the heavy side for a single server. While the ISO 20022 domain is broad, some tools are thin variants (generate_message_async) and several introspection tools could potentially be consolidated, placing this in the borderline 16-25 range.

Completeness4/5

The surface covers discovery, schema and required-field inspection, record and XML validation, scheme validation, generation from memory and CSV, migration, MT101 conversion, charset sanitisation, and parsing of camt.053 and pain.002 replies. Minor gaps remain: there is no parse_pain001 round-trip from XML back to records and no explicit listing of payment-scheme profiles, though agents can work around these.

Maintenance

ActivityActive
ResponsivenessNo issues