Back to the catalog

io.github.CSOAI-ORG/iso20022-bridge-mcp

ISO 20022 / SWIFT finance bridge — parse, validate, modernise, govern (DORA/NIS2/AML).

Open source Open in the app JSON README (API)

About

ISO 20022 / SWIFT finance bridge — parse, validate, modernise, govern (DORA/NIS2/AML).

Details

Kind
MCP servers
Topic
No topic detected
Publisher
csoai-org
Origin
official
Category
ferramentas
Transport
local
Version
0.1.2
Open pull requests
4
Last push
2026-07-30T01:43:54Z
Repository state
ativo
Language
Python
License
NOASSERTION
Added
2026-09-05 18:00:13
Updated
2026-09-05 18:00:13
Origin id
io.github.CSOAI-ORG/iso20022-bridge-mcp

README

# ISO 20022 / SWIFT Bridge MCP

mcp-name: io.github.CSOAI-ORG/iso20022-bridge-mcp

Part of the **CSOAI Layer-0 legacy-bridge family** (sibling of `cobol-bridge-mcp`). Bridges the financial-messaging legacy world — ISO 20022 (`pacs`/`pain`/`camt`) and SWIFT MT — to ONE OS / CSOAI, and **governs every payment**.

## Tools
- `parse_iso20022(xml)` — message type + key payment fields (amount, currency, debtor/creditor, agents, EndToEndId).
- `validate_iso20022(xml)` — well-formedness + required-field checks.
- `map_to_modern(xml)` — flat modern JSON for downstream systems.
- `govern_payment(xml)` — AML/sanctions surface, large-value thresholds, frameworks (ISO 20022 · DORA · NIS2 · FATF · PSD2); attestable on the CSOAI ledger.

## Run
```bash
pip install -e .
python server.py        # stdio MCP server
```

The win: legacy payment message → CSOAI governance/attestation → ONE OS, without disruption. Pairs with `dora-compliance-mcp` + `dora-nis2-crosswalk-mcp`.

More