iso20022oracle
Server Details
ISO20022Oracle - 12 ISO 20022 tools: pacs/pain/camt parsing, MX validation, MT migration.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- ToolOracle/iso20022oracle
- GitHub Stars
- 0
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 3.6/5 across 12 of 12 tools scored. Lowest: 2.9/5.
Each tool has a clearly distinct purpose, ranging from address checks to compliance and message generation. No two tools have overlapping functionality.
All names use lowercase with underscores, but there is a mix of verb-first and noun-first patterns. While readable, the inconsistency prevents a perfect score.
With 12 tools covering core aspects of ISO 20022 and stablecoin compliance, the set is well-scoped without being overwhelming or too sparse.
The tools cover a broad range of functionalities from validation to compliance checks. A minor gap is the lack of generation for message types beyond pacs.008.
Available Tools
12 toolscheck_structured_addressInspect
Check if postal address data meets SWIFT/SEPA/CHAPS structured address requirements (Nov 2026 deadline). Provide address as object with StrtNm, BldgNb, PstCd, TwnNm, Ctry fields.
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Address as object {StrtNm, BldgNb, PstCd, TwnNm, CtrySubDvsn, Ctry} or free-text string |
dti_lookupInspect
Look up Digital Token Identifier (ISO 24165/DTI) for stablecoins and crypto assets. Returns DTI code, ISIN mapping, networks, MiCA status, and how to reference in ISO 20022 messages.
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No | Token symbol (USDC, USDT, EURC, RLUSD, DAI, XRP, XLM, PYUSD) |
generate_pacs008Inspect
Generate a pacs.008 (FI to FI Customer Credit Transfer) ISO 20022 XML message skeleton. Optionally include stablecoin settlement reference with DTI.
| Name | Required | Description | Default |
|---|---|---|---|
| amount | No | ||
| currency | No | ||
| debtor_bic | No | ||
| stablecoin | No | Optional: USDC, RLUSD, EURC etc. for on-chain settlement ref | |
| debtor_name | No | ||
| creditor_bic | No | ||
| creditor_name | No | ||
| settlement_method | No | CLRG (default), INGA (on-chain), INDA |
health_checkInspect
ISO20022Oracle health and status check.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
message_catalogInspect
List all ISO 20022 message types relevant to stablecoin/crypto payments with required fields and stablecoin-specific extensions.
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | Filter by domain: payments, cash_management, payments_initiation |
message_convert_checkInspect
Check MT→MX migration status for a SWIFT legacy message type. Returns ISO 20022 equivalent, complexity, deadlines, and stablecoin advantages.
| Name | Required | Description | Default |
|---|---|---|---|
| mt_type | Yes | Legacy SWIFT message type (MT103, MT202, MT940, MT950, etc.) |
mica_cross_checkInspect
Cross-check: Can this stablecoin be legally used in EU ISO 20022 payment flows after MiCA enforcement? Returns PASS/WARN/BLOCK verdict with reasoning.
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Stablecoin symbol to check |
sanctions_screen_isoInspect
Screen originator/beneficiary data from ISO 20022 messages against sanctions lists (EU, OFAC, UN). Cross-references with FeedOracle AMLOracle.
| Name | Required | Description | Default |
|---|---|---|---|
| bic | No | ||
| name | No | ||
| country | No | ISO 3166-1 alpha-2 |
stablecoin_iso_profileInspect
Get complete ISO 20022 integration profile for a stablecoin: DTI, message references, settlement networks, MiCA status, XRPL details, live peg data.
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Token symbol (USDC, RLUSD, EURC, USDT, DAI, PYUSD) |
swift_deadlinesInspect
Get all SWIFT/ISO 20022 compliance deadlines with urgency levels, days remaining, and recommendations. Covers MT retirement, structured addresses, MiCA enforcement.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
travel_rule_checkInspect
Check FATF Travel Rule compliance for a payment. Validates originator/beneficiary data requirements against ISO 20022 field mappings.
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | ||
| currency | No | ||
| originator | No | Object with name, address, account, bic | |
| beneficiary | No | Object with name, account, bic |
validate_messageInspect
Validate an ISO 20022 XML message (pacs.008, camt.053, pain.001, etc.) for schema compliance, required fields, and Nov 2026 structured address deadline. Provide 'xml' for full validation or 'message_type' for schema info.
| Name | Required | Description | Default |
|---|---|---|---|
| xml | No | Raw ISO 20022 XML message to validate | |
| message_type | No | Message type for schema info (e.g. pacs.008, camt.053, pain.001) |
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- AlicenseAqualityAmaintenanceUnified gateway for ISO 20022 message families, providing meta-tools to search, describe, validate, generate, and parse financial messages.Last updated7Apache 2.0
- AlicenseAqualityAmaintenancePactus 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.Last updated92MIT
- AlicenseAqualityAmaintenanceGenerates and validates ISO 20022 Exceptions & Investigations payment cancellation messages (camt.056) with XSD validation.Last updated4Apache 2.0
- AlicenseAqualityAmaintenanceMCP server that enables AI agents to parse, validate, and reverse ISO 20022 bank statements, with tools for discovering message types and return reasons.Last updated221Apache 2.0