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
| Tool | MiCA Articles | Description |
|---|---|---|
compliance_preflight | 5, 16, 17, 48 | Transaction check: PASS/WARN/BLOCK for swap/transfer/custody |
mica_status | 16, 17, 19, 20, 48 | EU authorization status β COMPLIANT/PENDING/NOT_AUTHORIZED/UNKNOWN |
peg_deviation | 35 | Real-time peg deviation. STABLE < 0.1%, WARN < 0.5%, ALERT < 2% |
significant_issuer | 45, 58 | SIGNIFICANT if reserve > β¬5B or daily tx > β¬1B. EBA oversight flag |
document_compliance | 29, 30, 37, 55 | Recovery/redemption plans + audit freshness. Score 0β100 |
reserve_quality | 24, 25, 36, 53 | Art. 53 eligibility %, liquidity score, reserve violations |
custody_risk | 26, 27, 54 | Custodian identity, segregation, SIFI status, SPOF detection |
rlusd_integrity | β | Real-time RLUSD reserve attestation |
ping | β | Connectivity test |
π‘ MEDIUM β No key, aggregated
| Tool | MiCA Articles | Description |
|---|---|---|
peg_history | 35 | 30-day peg history, stability score 0β100, depeg event count |
interest_check | 23, 52 | Interest prohibition scan. Scans 18,000+ DeFi pools for issuer yield |
evidence_profile | 36, 37, 45 | 9-dimension evidence grade AβF (governance, custody, reservesβ¦) |
market_liquidity | 45, 51 | DEX liquidity depth and redemption exit channels |
evidence_leaderboard | 36, 37, 45 | Top 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
| Tool | MiCA Articles | Description |
|---|---|---|
mica_full_pack | 22β58 (12 articles) | Complete MiCA evidence for one token in one call. articles_covered + overall_mica_compliant |
mica_market_overview | All | Market-wide: peg alerts, significant issuers, interest violations, audit status |
generate_report | All | Signed 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
| Context | Values |
|---|---|
| MiCA regulatory tools | COMPLIANT Β· PENDING Β· NOT_AUTHORIZED Β· UNKNOWN Β· SIGNIFICANT |
| compliance_preflight only | PASS Β· 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
| Transport | URL |
|---|---|
| Streamable HTTP | https://feedoracle.io/mcp/ |
| SSE (legacy) | https://feedoracle.io/mcp/sse |
| Discovery | https://feedoracle.io/mcp/.well-known/mcp/server.json |
Pricing
| Tier | Calls/day | HEAVY Tools | Reports | Price |
|---|---|---|---|---|
| Anonymous | 20 | β | β | Free |
| Free (key) | 50 | β | β | Free |
| Pro | 500 | β | β | $299/mo |
| Enterprise | Unlimited | β | β | Contact |
Examples
See examples/ for ready-to-use configs:
- claude_desktop_config.json β Claude Desktop
- cursor_mcp.json β Cursor / Windsurf
- python_client.py β Python SDK client
- health_check.sh β Quick server test
- sample_prompts.md β Copy-paste prompts
Links
- π feedoracle.io
- π₯ Health Check
- π server.json
- π Docs
- π Terms
License
Proprietary β Β© 2026 FeedOracle. API usage subject to Terms of Service.
Related Servers
MediaSage
Tracks movies, books, and TV shows to provide intelligent recommendations based on your preferences.
Web-Algebra
Suite of generic Linked Data/SPARQL as well as LinkedDataHub-specific MCP tools
Plex MCP Server
An MCP server for managing your Plex media library with AI assistants.
Δ°zmir UlaΕΔ±m
Access real-time public transportation data for the city of Δ°zmir, allowing AI assistants to query routes and schedules.
UUθ·θ Ώ MCP Server
Create orders on the uupt.com open platform using the MCP protocol.
MISP MCP Server
Integrates with MISP (Malware Information Sharing Platform) to provide threat intelligence capabilities to Large Language Models.
xmcp.dev
The TypeScript framework for building & shipping MCP servers
Say MCP Server
A text-to-speech server using the macOS `say` command.
Nomad Stays
The world's platform for finding and booking digital nomad friend accommodation
Universal Image MCP
Universal MCP server for AI image generation supporting AWS Bedrock (Nova Canvas), OpenAI (GPT Image, DALL-E), and Google Gemini (Imagen 4). Generate, transform, and edit images using multiple AI models through a single Model Context Protocol interface.