FeedOracle MCP Server

Compliance intelligence for tokenized markets — connect in 60 seconds

✓ Free Tier ✓ No Auth Required 10 Tools MiCA · DORA · RWA
Server Live · v2.2.0 · Health Check

🔌 1. Connect

Claude Code
Claude Desktop
Cursor / Windsurf
curl Test
claude mcp add --transport http feedoracle https://feedoracle.io/mcp/

That's it. Start a conversation and ask about MiCA compliance.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "feedoracle": {
      "url": "https://feedoracle.io/mcp/"
    }
  }
}

Restart Claude Desktop → FeedOracle appears in tool list.

Add to .cursor/mcp.json or Windsurf MCP settings:

{
  "mcpServers": {
    "feedoracle": {
      "url": "https://feedoracle.io/mcp/",
      "transport": "streamable-http"
    }
  }
}

Verify the server is up:

curl -s https://feedoracle.io/mcp/health | jq .

Test SSE connection (streams events):

curl -N https://feedoracle.io/mcp/sse

2. Try It

Ask Claude:

Is USDC compliant for trading in the EU under MiCA?

Expected output (compliance_preflight):

{ "decision": "PASS", "reason_codes": ["ALL_CHECKS_PASSED"], "confidence": 0.95, "evidence": { "mica": {"status": "compliant", "verdict": "PASS", "issuer": "Circle"}, "evidence": {"score": 82, "grade": "A", "verdict": "PASS"}, "custody": {"custodian": "BNY Mellon", "sifi": true, "risk": "low"} }, "signature": {"alg": "HMAC-SHA256", "sig": "a4f2..."} }

🧰 3. Available Tools

v2.3.1 — 18 tools · unified schema · LIGHT / MEDIUM / HEAVY cost tiers

🟢 LIGHT — <200ms  |  🟡 MEDIUM — 1–3s  |  🔴 HEAVY — up to 30s
ping🟢
Connectivity test — instant response
compliance_preflight🟢
PASS/WARN/BLOCK verdict for any token
mica_status🟢
MiCA EU/EEA authorization — ESMA register verified
peg_deviation🟢
Real-time peg deviation — MiCA Art. 35
significant_issuer🟢
Significant issuer threshold check — Art. 23/52
esma_register🟢
Live ESMA authorization register query
evidence_profile🟡
9-dimension risk scoring
custody_risk🟡
SIFI status, concentration risk
market_liquidity🟡
DEX depth & exit channels
reserve_quality🟡
Reserve quality assessment — MiCA Art. 25/53
document_compliance🟡
Document completeness — Art. 29/30/55
mica_evidence_pack🟡
Evidence pack for one token — 5 MiCA articles
evidence_leaderboard🟡
Top 61 RWA protocols ranked A-F (auth-aware)
rlusd_integrity🟡
RLUSD real-time attestation
macro_risk🟡
86 FRED series risk dashboard
mica_market_overview🔴
Full MiCA market overview — 105 stablecoins
mica_full_pack🔴
Complete MiCA evidence pack — all 19 articles
generate_report🔴 write
Signed PDF report, XRPL blockchain-anchored

🔧 4. Common Issues

429Rate limit hit. Free tier: 20/day anonymous, 50/day with key. → Upgrade
401Invalid API key. Check your X-API-Key header. Free tier needs no key.
502Upstream service temporarily down. Retry in 30s. Check health.
TIMEOUTgenerate_report can take up to 120s. Other tools respond in <200ms.

💰 5. Pricing

TierCalls/dayReportsPrice
Anonymous20Free
Free (with key)50Free
Pro500$299/mo
EnterpriseUnlimitedContact
Usage Examples GitHub Get API Key