ISO20022Oracle
Provides DTI lookup, MiCA authorization status, and ISO 20022 integration profile information for Circle-issued stablecoins such as USDC and EURC.
Includes Ethereum network metadata in stablecoin DTI lookups and ISO 20022 stablecoin integration profiles.
Includes Polygon network metadata in stablecoin DTI lookups and ISO 20022 stablecoin integration profiles.
Provides DTI lookup, MiCA status, and ISO 20022 integration profile details for Ripple-issued stablecoins such as RLUSD, including XRPL settlement information.
Validates structured postal addresses and checks compliance against SEPA requirements for ISO 20022 payments.
Includes Solana network metadata in stablecoin DTI lookups and ISO 20022 stablecoin integration profiles.
Provides DTI lookup and MiCA cross-check for Tether's USDT stablecoin, including its not-authorized status for EU ISO 20022 payment flows.
Provides DTI lookup for XRP and supports XRP Ledger settlement details in generated pacs.008 messages.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ISO20022OracleGenerate a pacs.008 for a $50k USDC transfer to Santander UK"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ISO20022Oracle
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/Why this exists
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.
Related MCP server: iso20022-mcp
Tools
Tool | What it does |
| Validate ISO 20022 XML (pacs.008, camt.053, pain.001) for schema compliance and Nov 2026 address deadline |
| Check postal address against SWIFT/SEPA structured format requirements |
| Digital Token Identifier (ISO 24165) for USDC, USDT, EURC, RLUSD, DAI, XRP, XLM, PYUSD |
| Generate pacs.008 XML skeleton with optional stablecoin settlement via DTI |
| FATF Travel Rule compliance check mapped to ISO 20022 fields |
| Complete ISO 20022 integration profile: DTI, networks, MiCA status, XRPL details |
| Can this stablecoin be used in EU ISO 20022 payment flows? PASS/WARN/BLOCK |
| Screen originator/beneficiary from ISO 20022 messages against EU/OFAC/UN lists |
| MT→MX migration status (MT103→pacs.008, MT940→camt.053, etc.) |
| All SWIFT/ISO 20022 compliance deadlines with countdown and urgency levels |
| All ISO 20022 message types relevant to stablecoin/crypto payments |
| Service status |
Example: RLUSD settlement via XRPL
{
"name": "generate_pacs008",
"arguments": {
"debtor_name": "Deutsche Bank AG",
"debtor_bic": "DEUTDEFF",
"creditor_name": "Santander UK plc",
"creditor_bic": "ABBYGB2L",
"amount": "50000.00",
"currency": "USD",
"stablecoin": "RLUSD"
}
}Returns a complete pacs.008.001.10 XML with:
Settlement method:
INGA(Instructed Agent — on-chain)DTI reference:
DTI-RLUSD-RP01Network: XRPL
Structured addresses (Nov 2026 compliant)
DTI Registry
Token | DTI | Issuer | MiCA Status | Networks |
USDC | DTI-4GBB49K10 | Circle | ✅ AUTHORIZED | Ethereum, Polygon, Solana, Base, + |
EURC | DTI-EURC-CF01 | Circle | ✅ AUTHORIZED | Ethereum, Solana, Base, + |
USDT | DTI-X9DT2GCM0 | Tether | ❌ NOT AUTHORIZED | Ethereum, Tron, Solana, + |
RLUSD | DTI-RLUSD-RP01 | Ripple | ⏳ PENDING | XRPL, Ethereum |
DAI | DTI-DAI-MK01 | MakerDAO | ❓ UNKNOWN | Ethereum, Polygon, + |
Connect
Claude Desktop / Cursor / Windsurf:
{
"mcpServers": {
"iso20022": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.feedoracle.io/iso20022/mcp/"]
}
}
}Direct HTTP:
curl -X POST https://mcp.feedoracle.io/iso20022/mcp/ \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"dti_lookup","arguments":{"symbol":"RLUSD"}}}'Part of FeedOracle
ISO20022Oracle is part of the FeedOracle compliance evidence infrastructure and the ToolOracle MCP platform (50+ servers, 530+ tools).
Built with the FeedOracle Enterprise Trust Layer — ES256K signing, Evidence Registry, on-chain anchoring.
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityBmaintenanceKeyless, pay-per-call compliance & regulated-data tools for AI agents: OFAC wallet + sanctions/PEP + KYB screening, SEC filings, FRED economics, FDA recalls, federal awards, and continuous monitoring (watch a wallet/company/brand for status changes). USDC via x402 on Base/Solana, no API key, no signup.
- AlicenseAqualityAmaintenanceUnified gateway for ISO 20022 message families, providing meta-tools to search, describe, validate, generate, and parse financial messages.71Apache 2.0
- AlicenseBqualityBmaintenanceAutonomous M2M compliance and trust APIs for AI agents (KYB, OFAC, VAT, Sanctions checking).5MIT
- AlicenseNot gradedqualityBmaintenanceEnables AML/6AMLD compliance for AI systems, including obliged entity classification, KYC/CDD audits, and sanctions screening.MIT
Related MCP Connectors
Pre-payout IBAN screening for AI agents: validation, sanctions, Swiss clearing, risk scoring
Pay-per-call compliance via x402: wallet sanctions, OFAC name, UK + US company verification.
ReserveOracle - 11 stablecoin reserve tools: attestations, composition, MiCA Art.36/37.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ToolOracle/iso20022oracle'
If you have feedback or need assistance with the MCP directory API, please join our Discord server