ToolOracle/iso20022oracle
ISO20022Oracle — The first MCP server for ISO 20022 stablecoin compliance. 12 tools: DTI lookup (ISO 24165), pacs.008 generation with RLUSD/USDC settlement, SWIFT deadline monitoring, MiCA cross-check, Travel Rule, structured address validation. Covers SWIFT MT retirement, Nov 2026 address deadline, MiCA July 2026.
Platform-specific configuration:
{
"mcpServers": {
"iso20022oracle": {
"command": "npx",
"args": [
"-y",
"iso20022oracle"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
The first MCP server for ISO 20022 stablecoin compliance.
12 tools covering SWIFT MT→MX migration, Digital Token Identifiers (ISO 24165), structured address validation, MiCA cross-checks, and Travel Rule compliance.
npx -y mcp-remote https://mcp.feedoracle.io/iso20022/mcp/Three deadlines are converging:
| Deadline | What | Impact | |----------|------|--------| | Nov 2025 | SWIFT MT retired | All cross-border payments must use MX (ISO 20022) | | Jul 2026 | MiCA enforcement | Unauthorized stablecoins blocked in EU | | Nov 2026 | Structured addresses | Unstructured postal addresses rejected by SWIFT/SEPA/CHAPS |
Banks, payment providers, and compliance teams need to verify that stablecoin settlement references, address formats, and authorization status are correct *before* sending an ISO 20022 message. This MCP automates those checks.
| Tool | What it does | |------|-------------| | validate_message | Validate ISO 20022 XML (pacs.008, camt.053, pain.001) for schema compliance and Nov 2026 address deadline | | check_structured_address | Check postal address against SWIFT/SEPA structured format requirements | | dti_lookup | Digital Token Identifier (ISO 24165) for USDC, USDT, EURC, RLUSD, DAI, XRP, XLM, PYUSD | | generate_pacs008 | Generate pacs.008 XML skeleton with optional stablecoin settlement via DTI | | travel_rule_check | FATF Travel Rule compliance check mapped to ISO 20022 fields | | stablecoin_iso_profile | Complete ISO 20022 integration profile: DTI, networks, MiCA status, XRPL details | | mica_cross_check | Can this stablecoin be used in EU ISO 20022 payment flows? PASS/WARN/BLOCK | | sanctions_screen_iso | Screen originator/beneficiary from ISO 20022 messages against EU/OFAC/UN lists | | message_convert_check | MT→MX migration status (MT103→pacs.008, MT940→camt.053, etc.) | | swift_deadlines | All SWIFT/ISO 20022 compliance deadlines with countdown and urgency
Loading reviews...