FeedOracle MCP Server

Usage Examples for AI Agents — v2.2.0

🔌 Quick Connect

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.

Example 1: Stablecoin Compliance Check

User Prompt

"Is USDC compliant for trading in the EU under MiCA? Check if there are any regulatory flags."

Tool Called

compliance_preflight with {"token_symbol": "USDC", "jurisdiction": "EU"}

What Happens

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.

Example 2: RWA Protocol Risk Assessment

User Prompt

"Give me a risk assessment of Ondo USDY — how does it score on evidence quality and custody?"

Tools Called

evidence_profile with {"protocol": "ondo-usdy"}

custody_risk with {"protocol": "ondo-usdy"}

What Happens

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.

Example 3: Macro Economic Risk Dashboard

User Prompt

"What's the current US macro risk level? Any recession indicators I should watch?"

Tool Called

macro_risk (no parameters needed)

What Happens

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.

Example 4: Evidence Leaderboard

User Prompt

"Show me the top 10 RWA protocols by evidence quality. Which ones have the best compliance posture?"

Tool Called

evidence_leaderboard with {"top_n": 10}

What Happens

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.

Example 5: Generate Audit-Ready Report

User Prompt

"Generate a MiCA compliance report for our quarterly audit."

Tool Called

generate_report with {"report_type": "mica"}

What Happens

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.

📚 More Resources

Full API Documentation

MCP Server Discovery

Privacy Policy

Terms of Service

• Support: enterprise@feedoracle.io

New MiCA Tools — v2.3.1

8 new tools added for targeted MiCA compliance queries over 105 stablecoins.

peg_deviation

{ "name": "peg_deviation", "arguments": { "symbol": "USDT" } }
// → deviation_pct, status (STABLE/WARN/ALERT), art35_status, evidence_class: MARKET_DATA

significant_issuer

{ "name": "significant_issuer", "arguments": { "symbol": "USDC" } }
// → is_significant (bool), threshold_eur, daily_tx_count, art23_art52_status

reserve_quality

{ "name": "reserve_quality", "arguments": { "symbol": "USDC" } }
// → quality_score, reserve_type, custodian, audit_status, art25_compliance

esma_register

{ "name": "esma_register", "arguments": { "symbol": "EURC" } }
// → in_register, country, nca, register_scope ("EU"|"NON_EU"), authorization_date

mica_market_overview

{ "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

mica_full_pack

{ "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