FeedOracle Compliance

Regulatory compliance pre-flight checks for AI agents. MiCA, DORA, custody risk, evidence scoring for 69 crypto protocols.

FeedOracle MCP Server v2.3.1

Enterprise MiCA compliance and RWA risk intelligence for AI agents. Real-time monitoring of 18 MiCA articles across 105+ stablecoins and RWA protocols β€” cryptographically signed, machine-readable, enterprise-ready.

πŸ”— Landing Page: feedoracle.io/mcp
πŸ“‹ Discovery: feedoracle.io/mcp/.well-known/mcp/server.json
πŸ“– Docs: feedoracle.io/docs


Quick Start

# Claude Code (one command)
claude mcp add --transport http feedoracle https://feedoracle.io/mcp/

# Claude Desktop β€” add to claude_desktop_config.json
{
  "mcpServers": {
    "feedoracle": {
      "url": "https://feedoracle.io/mcp/"
    }
  }
}

Free tier: 100 calls/day β€” no API key required to start.


Tools (18)

🟒 LIGHT β€” No key, instant

ToolMiCA ArticlesDescription
compliance_preflight5, 16, 17, 48Transaction check: PASS/WARN/BLOCK for swap/transfer/custody
mica_status16, 17, 19, 20, 48EU authorization status β€” COMPLIANT/PENDING/NOT_AUTHORIZED/UNKNOWN
peg_deviation35Real-time peg deviation. STABLE < 0.1%, WARN < 0.5%, ALERT < 2%
significant_issuer45, 58SIGNIFICANT if reserve > €5B or daily tx > €1B. EBA oversight flag
document_compliance29, 30, 37, 55Recovery/redemption plans + audit freshness. Score 0–100
reserve_quality24, 25, 36, 53Art. 53 eligibility %, liquidity score, reserve violations
custody_risk26, 27, 54Custodian identity, segregation, SIFI status, SPOF detection
rlusd_integrityβ€”Real-time RLUSD reserve attestation
pingβ€”Connectivity test

🟑 MEDIUM β€” No key, aggregated

ToolMiCA ArticlesDescription
peg_history3530-day peg history, stability score 0–100, depeg event count
interest_check23, 52Interest prohibition scan. Scans 18,000+ DeFi pools for issuer yield
evidence_profile36, 37, 459-dimension evidence grade A–F (governance, custody, reserves…)
market_liquidity45, 51DEX liquidity depth and redemption exit channels
evidence_leaderboard36, 37, 45Top 61 RWA protocols & 105+ stablecoins ranked by evidence grade
macro_riskβ€”US macro composite from 86 FRED series (recession, inflation, Fed)

πŸ”΄ HEAVY β€” API key required

ToolMiCA ArticlesDescription
mica_full_pack22–58 (12 articles)Complete MiCA evidence for one token in one call. articles_covered + overall_mica_compliant
mica_market_overviewAllMarket-wide: peg alerts, significant issuers, interest violations, audit status
generate_reportAllSigned PDF (MiCA, DORA, RWA Risk, CSRD), XRPL-anchored

Response Schema (v2.3 β€” all tools identical)

Every tool returns the same envelope:

{
  "schema_version": "2.3",
  "tool_version": "2.3.1",
  "tool": "peg_deviation",
  "request_id": "fo-abc123",
  "timestamp": "2026-02-21T18:00:00Z",
  "jurisdiction": "EU",
  "status": "COMPLIANT",
  "reason_codes": ["MICA_COMPLIANT"],
  "mica_articles": ["35"],
  "confidence": 0.9,
  "asset": {
    "input_symbol": "EURC",
    "resolved_slug": "eurc",
    "confidence": 1.0
  },
  "evidence": { ... },
  "sources": [
    {
      "registry": "Peg Monitor",
      "evidence_class": "MARKET_DATA",
      "fetched_at": "2026-02-21T18:00:00Z"
    }
  ],
  "meta": {
    "cost_class": "LIGHT",
    "requires_key": false,
    "data_freshness": "LIVE",
    "jurisdiction_scope": "EU",
    "disclaimer": "Based on available evidence. Not legal advice."
  },
  "signature": { "alg": "HMAC-SHA256", "payload_hash": "..." },
  "verify_url": "https://feedoracle.io/verify"
}

Status Taxonomy

ContextValues
MiCA regulatory toolsCOMPLIANT Β· PENDING Β· NOT_AUTHORIZED Β· UNKNOWN Β· SIGNIFICANT
compliance_preflight onlyPASS Β· WARN Β· BLOCK

Evidence Classes

REGISTER Β· NCA_NOTICE Β· ISSUER_DISCLOSURE Β· ATTESTATION Β· MARKET_DATA Β· ONCHAIN_INFERENCE


MiCA Coverage

19 articles covered across 18 tools:

Art. 16/48 β€” Authorization (ESMA register)
Art. 22    β€” Issuer revenue threshold
Art. 23/52 β€” Interest prohibition (18,000+ DeFi pools scanned)
Art. 24/25 β€” Reserve management policy
Art. 26/27 β€” Custody & segregation
Art. 28    β€” Own funds requirements
Art. 29/30 β€” Recovery & redemption plans
Art. 35    β€” Peg stability (live FX-corrected)
Art. 36    β€” Reserve stress test proxy
Art. 37/55 β€” Independent audit freshness
Art. 45/58 β€” Significant issuer thresholds (€5B)
Art. 51    β€” Redemption at par
Art. 53    β€” Reserve asset quality (Art.53 eligibility %)
Art. 66    β€” Sustainability disclosures (50+ chains)

Not covered (process/legal, not data-trackable): Art. 6, 9, 18, 21


Transports

TransportURL
Streamable HTTPhttps://feedoracle.io/mcp/
SSE (legacy)https://feedoracle.io/mcp/sse
Discoveryhttps://feedoracle.io/mcp/.well-known/mcp/server.json

Pricing

TierCalls/dayHEAVY ToolsReportsPrice
Anonymous20β€”β€”Free
Free (key)50β€”β€”Free
Pro500βœ“βœ“$299/mo
EnterpriseUnlimitedβœ“βœ“Contact

Examples

See examples/ for ready-to-use configs:


Links

License

Proprietary β€” Β© 2026 FeedOracle. API usage subject to Terms of Service.

Related Servers