Skip to main content
Glama

ISO20022Oracle

首个面向 ISO 20022 稳定币合规的 MCP 服务器。

涵盖 SWIFT MT→MX 迁移、数字令牌标识符(ISO 24165)、结构化地址验证、MiCA 交叉检查以及旅行规则合规的 12 个工具。

npx -y mcp-remote https://mcp.feedoracle.io/iso20022/mcp/

为什么存在

三个截止日期正在交汇:

截止日期

内容

影响

2025年11月

SWIFT MT 退役

所有跨境支付必须使用 MX(ISO 20022)

2026年7月

MiCA 执法

未经授权的稳定币将在欧盟被禁用

2026年11月

结构化地址

非结构化邮政地址将被 SWIFT/SEPA/CHAPS 拒绝

银行、支付服务提供商和合规团队需要在发送 ISO 20022 消息之前验证稳定币结算引用、地址格式和授权状态是否正确。该 MCP 可自动执行这些检查。

Related MCP server: iso20022-mcp

工具

工具

功能

validate_message

验证 ISO 20022 XML(pacs.008、camt.053、pain.001)是否符合 schema 规范以及 2026 年 11 月地址截止期限。

check_structured_address

根据 SWIFT/SEPA 结构化格式要求检查邮政地址。

dti_lookup

查询 USDC、USDT、EURC、RLUSD、DAI、XRP、XLM、PYUSD 的数字令牌标识符(ISO 24165)。

generate_pacs008

生成 pacs.008 XML 骨架,可通过 DTI 进行可选的稳定币结算。

travel_rule_check

映射到 ISO 20022 字段的 FATF 旅行规则合规检查。

stablecoin_iso_profile

完整的 ISO 20022 集成配置:DTI、网络、MiCA 状态、XRPL 详情。

mica_cross_check

这个稳定币能否用于欧盟 ISO 20022 支付流程?通过/警告/阻止

sanctions_screen_iso

根据 EU/OFAC/UN 名单筛查 ISO 20022 消息中的发起人/受益人。

message_convert_check

MT→MX 迁移状态(MT103→pacs.008、MT940→camt.053 等)。

swift_deadlines

所有 SWIFT/ISO 20022 合规截止日期及紧急级别。

message_catalog

与稳定币/加密支付相关的所有 ISO 20022 消息类型。

health_check

服务状态。

示例:通过 XRPL 进行 RLUSD 结算

{
  "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"
  }
}

返回包含以下内容的完整 pacs.008.001.10 XML:

  • 结算方式:INGA(被指示代理 — 链上)

  • DTI 引用:DTI-RLUSD-RP01

  • 网络:XRPL

  • 结构化地址(2026 年 11 月合规)

DTI 注册表

代币

DTI

发行方

MiCA 状态

网络

USDC

DTI-4GBB49K10

Circle

✅ 已授权

Ethereum, Polygon, Solana, Base, +

EURC

DTI-EURC-CF01

Circle

✅ 已授权

Ethereum, Solana, Base, +

USDT

DTI-X9DT2GCM0

Tether

❌ 未授权

Ethereum, Tron, Solana, +

RLUSD

DTI-RLUSD-RP01

Ripple

⏳ 待定

XRPL, Ethereum

DAI

DTI-DAI-MK01

MakerDAO

❓ 未知

Ethereum, Polygon, +

连接

Claude Desktop / Cursor / Windsurf:

{
  "mcpServers": {
    "iso20022": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://mcp.feedoracle.io/iso20022/mcp/"]
    }
  }
}

直接 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"}}}'

属于 FeedOracle

ISO20022Oracle 是 FeedOracle 合规证据基础设施和 ToolOracle MCP 平台(50+ 服务器、530+ 工具)的一部分。

基于 FeedOracle Enterprise Trust Layer 构建 — ES256K 签名、Evidence Registry、链上锚定。

许可证

MIT

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

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

  • F
    license
    Not graded
    quality
    B
    maintenance
    Keyless, 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.
  • A
    license
    A
    quality
    A
    maintenance
    Unified gateway for ISO 20022 message families, providing meta-tools to search, describe, validate, generate, and parse financial messages.
    7
    1
    Apache 2.0
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables AML/6AMLD compliance for AI systems, including obliged entity classification, KYC/CDD audits, and sanctions screening.
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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