Regulatory preflight layer for AI agents in tokenized markets. 18 tools covering 12 MiCA articles — PASS / WARN / BLOCK verdicts with signed evidence packs. Stablecoins · RWA Protocols · ESMA/EBA Registers · FRED Macro · On-chain anchoring (XRPL + Polygon). Free tier: 100 calls/day, no API key needed. Connect via https://feedoracle.io/mcp/sse
Overview
FeedOracle MCP Server
Regulatory preflight layer for AI agents. Before an agent executes a trade, lists a token, or allocates treasury — FeedOracle returns a deterministic verdict with signed evidence. Designed for production AI systems in regulated digital asset environments.
Quick Connect
npx -y mcp-remote https://feedoracle.io/mcp/sse
18 Tools
Preflight & MiCA
| Tool | What it does |
|---|---|
compliance_preflight | PASS / WARN / BLOCK with reason codes and confidence |
mica_status | EU authorization status — ESMA/EBA cross-reference |
mica_full_pack | Complete 12-article evidence pack per token |
mica_market_overview | Full market compliance dashboard |
peg_deviation | Art. 35 real-time peg status |
peg_history | 30-day stability score and depeg events |
significant_issuer | Art. 45/58 — €5B threshold and EBA oversight check |
interest_check | Art. 23/52 — interest prohibition scan |
document_compliance | Art. 29/30/55 — audit and recovery plan freshness |
reserve_quality | Art. 24/25/53 — reserve eligibility and liquidity |
Risk & Evidence
| Tool | What it does |
|---|---|
evidence_profile | Protocol evidence grade A–F |
custody_risk | DORA Art. 28 counterparty risk |
market_liquidity | DEX depth and exit channel analysis |
evidence_leaderboard | Protocols ranked by evidence quality |
rlusd_integrity | RLUSD real-time attestation |
Macro & Reports
| Tool | What it does |
|---|---|
macro_risk | 86 FRED economic series — no other oracle has this |
generate_report | Signed PDF with XRPL blockchain anchoring |
ping | Health, version, uptime |
Example: compliance_preflight("USDC")
{
"decision": "PASS",
"reason_codes": ["ALL_CHECKS_PASSED"],
"confidence": 1.0,
"evidence": {
"mica": {"authorized": true, "issuer": "Circle"},
"evidence_grade": "A",
"custody_risk": "low"
},
"signature": {"alg": "HMAC-SHA256", "kid": "fo-hmac-v1"}
}
Built For
- Autonomous trading agents needing pre-trade compliance
- Token listing bots verifying regulatory status
- Treasury allocation agents checking reserve quality
- Compliance automation in regulated fintech
- AI copilots in institutional DeFi
Coverage
Stablecoins · RWA Protocols · ESMA/EBA Registers · FRED Macro · EU Energy Markets · On-chain anchoring (XRPL + Polygon)
Pricing
Free: 100 calls/day — no API key needed for MCP Professional: €299/mo + signed proofs Enterprise: SLA + custom endpoints
Links
Server Config
{
"mcpServers": {
"feedoracle": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://feedoracle.io/mcp/sse"
]
}
}
}