Usage Examples for AI Agents — v2.2.0
StreamableHTTP (recommended):
claude mcp add --transport http feedoracle https://feedoracle.io/mcp/
SSE (legacy):
claude mcp add --transport sse feedoracle https://feedoracle.io/mcp/sse
Free tier: 100 calls/day, no API key required.
"Is USDC compliant for trading in the EU under MiCA? Check if there are any regulatory flags."
compliance_preflight with {"token_symbol": "USDC", "jurisdiction": "EU"}
The server runs three parallel checks:
1. MiCA status — Cross-references ESMA/EBA registers for EU authorization
2. Evidence quality — Scores governance, custody, reserves (Grade A-F)
3. Custody risk — Checks SIFI status, single-point-of-failure, concentration
Returns a structured verdict: PASS, WARN, or BLOCK with specific reason codes like MICA_NOT_AUTHORIZED or ALL_CHECKS_PASSED. Includes confidence score, source attribution, and cryptographic signature.
"Give me a risk assessment of Ondo USDY — how does it score on evidence quality and custody?"
evidence_profile with {"protocol": "ondo-usdy"}
custody_risk with {"protocol": "ondo-usdy"}
Returns multi-dimensional scoring across 9 risk dimensions:
• Governance — legal structure, multi-sig, DAO status
• Custody — custodian identity, SIFI designation, concentration
• Reserves — attestation frequency, auditor, backing ratio
• Market depth — DEX liquidity, exit channels
Each dimension scored 0-100 with an overall evidence grade (A-F). All data is ECDSA-signed and blockchain-anchored for audit trails.
"What's the current US macro risk level? Any recession indicators I should watch?"
macro_risk (no parameters needed)
Aggregates 86 FRED economic series into a composite risk dashboard:
• Recession probability — yield curve, unemployment claims, LEI
• Rate environment — Fed funds rate, 10Y yield, term premium
• Inflation signals — CPI, PCE, breakeven rates
• Financial stress — VIX proxy, credit spreads, bank lending
Returns a risk category (LOW/MODERATE/ELEVATED/HIGH) with individual indicator signals. Updated with latest FRED data. No authentication required.
"Show me the top 10 RWA protocols by evidence quality. Which ones have the best compliance posture?"
evidence_leaderboard with {"top_n": 10}
Returns a ranked list of the top protocols from 61 assessed RWA protocols. Each entry includes evidence grade (A-F), composite score, and category. Useful for portfolio screening, due diligence, and compliance reporting.
"Generate a MiCA compliance report for our quarterly audit."
generate_report with {"report_type": "mica"}
Generates a cryptographically signed PDF report anchored on XRPL blockchain:
• Full MiCA compliance assessment across all monitored stablecoins
• Evidence quality grades and risk scores
• Blockchain verification hash for tamper-proof audit trail
• Downloadable via returned PDF URL
Note: This is a write operation (creates a new document). Requires API key for Pro/Enterprise tiers.
• Support: enterprise@feedoracle.io
8 new tools added for targeted MiCA compliance queries over 105 stablecoins.
{ "name": "peg_deviation", "arguments": { "symbol": "USDT" } }
// → deviation_pct, status (STABLE/WARN/ALERT), art35_status, evidence_class: MARKET_DATA
{ "name": "significant_issuer", "arguments": { "symbol": "USDC" } }
// → is_significant (bool), threshold_eur, daily_tx_count, art23_art52_status
{ "name": "reserve_quality", "arguments": { "symbol": "USDC" } }
// → quality_score, reserve_type, custodian, audit_status, art25_compliance
{ "name": "esma_register", "arguments": { "symbol": "EURC" } }
// → in_register, country, nca, register_scope ("EU"|"NON_EU"), authorization_date
{ "name": "mica_market_overview", "arguments": {} }
// → 105 stablecoins breakdown: EU_AUTH / NON_EU_REG / NAV_INSTR / PENDING / NO_EU_AUTH
// → 30 June 2026 deadline countdown, art35_status, top issuers by market cap
{ "name": "mica_full_pack", "arguments": { "symbol": "USDC" } }
// → Complete MiCA evidence pack: Art.16/17/19/20/22-30/35/45/48/52/53/55/58/66
// → All ECDSA-signed, XRPL-anchored