What FeedOracle Is
FeedOracle is an independent data provider for RWA risk intelligence, compliance data, and sustainability indicators. We aggregate, structure, and deliver machine-readable data designed for disclosure and reporting workflows.
Core Function
- Aggregates sustainability data for 50+ blockchain networks
- Structures data for regulatory frameworks (MiCA, CSRD/ESRS)
- Provides cryptographic attestation via the DAP protocol
- Documents methodology, sources, and data quality transparently
What FeedOracle Is NOT
| Not a compliance advisor | We do not advise on regulatory obligations or interpret regulations for specific entities |
| Not a certifier or approver | We hold no regulatory authority and issue no certifications or approvals |
| Not a rating agency | We do not produce ESG ratings or creditworthiness assessments |
| Not a legal advisor | We do not provide legal interpretation of MiCA, CSRD, or any regulation |
| Not an auditor | We do not audit or verify user disclosures to regulators |
Responsibility Allocation
- FeedOracle: Delivers data as documented, maintains stated methodologies, provides signed evidence artifacts
- Data User: Validates suitability, ensures compliance, bears disclosure responsibility
Who Uses FeedOracle
FeedOracle APIs serve organizations requiring RWA risk scoring, compliance data, and sustainability indicators for compliance, reporting, and operational workflows.
Crypto-Asset Service Providers (CASPs)
Integrate MiCA-aligned sustainability disclosures. Retrieve structured data on energy, emissions, and consensus for supported crypto-assets.
Exchanges & Trading Platforms
Populate sustainability transparency pages. Display per-network metrics with source attribution and update timestamps.
RegTech Platforms
Embed disclosure modules into compliance platforms. API-first design supports white-label and custom integrations.
Asset Managers & ESG Teams
Assess portfolio sustainability for ESG mandates. Third-party sourced data supports due diligence requirements.
Auditors & Compliance Reviewers
Verify historical data snapshots using DAP attestation. Cryptographic proofs confirm data delivery independent of client records.
AI Agents & Autonomous Systems
Consume verifiable sustainability signals. DAP enables programmatic verification without human intervention.
Architecture
FeedOracle operates as a layered data infrastructure. For detailed documentation, see Architecture Overview.
Layer 5: EVIDENCE ECDSA Signatures, Evidence Packs, Multi-Chain Anchoring Layer 4: REGISTER EVIDENCE MiCA Register Lookup, ISO 20022, Circuit Breaker, CCI Score Layer 3: API GATEWAY REST endpoints, authentication, rate limiting, OpenAPI 3.1 Layer 2: PROCESSING Normalization, quality scoring, confidence calculation Layer 1: DATA SOURCES Blockchain RPCs, CCRI, DeFiLlama, GeckoTerminal, FRED, ECB, World Bank, Ankr
Authentication
Include your API key in the request header:
X-API-Key: YOUR_API_KEY
Auth Semantics
- Public (ignore X-API-Key): /api/v2/verify/*, /api/v2/snapshots/*, /api/v2/quality/status, /api/v2/l2/*
- Tier-gated (require key): /api/v2/webhooks*, /api/v2/exports*
- Enterprise-only: /api/v2/enterprise/pack
Note: Public endpoints ignore X-API-Key if provided. Do not send keys to public endpoints unless required by internal policy.
Clarification: Verification (reading existing attestations) is public. EPM generation (creating new Evidence Pack Manifests) is tier-limited — see Pricing.
Get your API key at /pricing.
Base URL
https://feedoracle.io
MCP Server 9 TOOLS
FeedOracle provides a Model Context Protocol (MCP) server that gives AI agents direct access to regulatory compliance tools. Any MCP-compatible client — Claude Desktop, Cursor, Windsurf, or custom agents — can connect instantly.
Connect
| Method | Details |
|---|---|
| SSE Endpoint | https://feedoracle.io/mcp/sse |
| Auto-Discovery | https://feedoracle.io/.well-known/mcp/server.json |
| Health Check | https://feedoracle.io/mcp/health |
| MCP Registry | io.feedoracle/compliance |
| JWKS | https://feedoracle.io/.well-known/jwks.json |
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"feedoracle": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://feedoracle.io/mcp/sse"]
}
}
}
Terminal (one-liner)
npx -y mcp-remote https://feedoracle.io/mcp/sse
Available Tools
| Tool | Description | Input |
|---|---|---|
compliance_preflight | Pre-trade PASS / WARN / BLOCK with reason codes, MiCA + evidence + custody combined | token_symbol, action, jurisdiction |
mica_status | MiCA EU authorization check (ESMA/EBA cross-referenced) | token_symbol |
evidence_profile | Evidence quality grade A–F: governance, custody, reserves, market depth | protocol |
custody_risk | Custody & counterparty risk, SIFI status, concentration (DORA Art.28) | protocol |
market_liquidity | DEX liquidity depth & exit channels (MiCA Art.45) | protocol |
evidence_leaderboard | 69 protocols ranked by evidence grade A–F | top_n (default 15) |
rlusd_integrity | RLUSD real-time attestation: peg deviation, reserve ratio, CCI score | — |
macro_risk | US macro risk from 86 FRED series: recession, rates, inflation | — |
generate_report | Signed PDF report with XRPL anchoring, cryptographic verification | report_type |
Verdicts
| Verdict | Meaning | Agent Action |
|---|---|---|
| PASS | Compliant, evidence verified | Execute transaction |
| WARN | Partial evidence or pending | Execute with caution |
| BLOCK | Non-compliant or high severity | Abort transaction |
Response Schema
Every tool returns a unified envelope with cryptographic signing:
{
"schema_version": "2.1.0",
"tool": "compliance_preflight",
"request_id": "fo-d2e33f04f33f",
"timestamp": "2026-02-20T11:57:51Z",
"decision": "PASS",
"reason_codes": ["ALL_CHECKS_PASSED"],
"confidence": 1.0,
"evidence": { ... },
"sources": [{"registry": "...", "fetched_at": "..."}],
"meta": {"ttl_seconds": 300, "data_freshness": "live", "jurisdiction_scope": "EU"},
"signature": {"alg": "HMAC-SHA256", "sig": "...", "kid": "fo-hmac-v1"}
}
MCP Tier Availability
| Feature | Free | Developer €49 | Professional €299 | Enterprise |
|---|---|---|---|---|
| MCP tools | 9 | 9 | 9 | 9 + custom |
| API calls/day | 100 | 5,000 | 50,000 | Unlimited |
| Rate limit | 30/min | 30/min | 30/min | Custom |
| Claude Desktop | ✓ | ✓ | ✓ | ✓ |
| PDF reports | — | ✓ | ✓ | ✓ |
| XRPL anchoring | — | ✓ | ✓ | ✓ |
API Availability by Tier
Carbon Monitor API
| Feature | Free | Developer €49 | Professional €299 | Enterprise |
|---|---|---|---|---|
| Networks | 50 | 50 | 50 | 50+ + custom |
| Third-party sourced | — | Included 7 | Included All | Included All |
| Historical data | — | 30 days | Full history | Unlimited |
| Requests | 100/day | 5,000/day | 50,000/day | Unlimited |
| DAP Attestation | — | Basic | Full | Full + Export |
MiCA Disclosure API (v3)
| Feature | Free | Developer | Professional | Enterprise |
|---|---|---|---|---|
| Sustainability reports | Sample | Included | Included | Included |
| Temporal metadata | — | Included | Included | Included |
| DAP attestation | — | Basic | Full | Full |
| Disclosure report | — | — | Included | Included + custom |
| Audit export | — | — | — | Included |
RWA Health Monitor
| Feature | Free | Developer | Professional | Enterprise |
|---|---|---|---|---|
| Asset coverage | 5 | All | All | All |
| Health scores | Included | Included | Included | Included |
| Treasury data | — | Basic | Full | Full |
| Historical | — | — | 90 days | Unlimited |
Macro Economic Oracle 54 ENDPOINTS
86 FRED series + 10 ECB series across 12 categories. Full Macro API Docs →
| Feature | Free | Developer | Professional | Enterprise |
|---|---|---|---|---|
| Endpoints | 54 | 54 | 54 | 54 |
| FRED Series | 86 | 86 | 86 | 86 |
| ECB Series | 20 | 20 | 20 | 20 |
| Update frequency | Daily | Hourly | Real-time | Real-time |
| Verified sources | — | Included | Included | Included |
Verified Reports API
Evidence Report Generation 5 ENDPOINTS
Signed PDF evidence. SHA-256 + ECDSA + XRPL. Evidence Terminal
/reports/api/report/generateGenerate signed report/reports/api/report/{id}/pdfDownload PDF/reports/api/report/{id}/verifyVerify integrity/reports/api/reportsList all reports/reports/api/healthService health| Type | Pages | Content |
|---|---|---|
rwa_risk | 4 | Portfolio risk, top-15, heatmap |
macro_risk | 3 | Recession, yield curve, FRED |
mica | 2 | Stablecoin compliance, EU auth |
dora | 2 | Service inventory, DORA mapping |
Carbon Data
Retrieve carbon and sustainability data for all 50+ blockchain networks.
{
"count": 54,
"timestamp": 1739836800,
"chains": [{
"symbol": "ETH",
"chain": "Ethereum",
"consensus": "Proof of Stake",
"energy_twh_year": 0.0026,
"co2_mt_year": 0.0013,
"renewable_energy_percent": 52,
"green_score": 85,
"data_quality": "THIRD_PARTY_VERIFIED",
"data_source": "CCRI"
}]
}
Aggregated statistics across all tracked networks.
Disclosure API v3 DAP
List all networks with disclosure support status and attestation.
Full sustainability disclosure report with DAP attestation. Structured for MiCA disclosure workflows.
{
"feedoracle_disclosure_data": {
"schema_version": "3.0",
"temporal": {
"timestamp": "2026-02-18T09:14:01.319Z",
"timestamp_unix": 1736765400123
},
"network": {
"name": "Ethereum",
"symbol": "ETH",
"consensus": "Proof of Stake"
},
"sustainability_indicators": {
"energy": {"annual_kwh": 2600000, "per_tx_kwh": 0.006476},
"emissions": {"annual_tco2e": 1300, "intensity_gco2_kwh": 335},
"renewable": {"percentage": 52}
},
"provenance": {
"level": "third_party_sourced",
"source": "CCRI"
}
},
"attestation": {
"attestation_id": "dap_2026_q1_abc12345",
"data_hash": "7f83b1657ff1fc53b92dc18148a1d65d...",
"verify_url": "https://feedoracle.io/verify/dap_2026_q1_abc12345"
},
"legal": {
"disclaimer": "Data provided for informational purposes only.",
"responsibility": "User responsible for regulatory compliance.",
"terms": "https://feedoracle.io/terms.html"
}
}
DAP - Disclosure Attestation Protocol NEW
Cryptographic proof of what data was delivered, when it was delivered, and that it has not been altered. Every API response is hashed, aggregated into Merkle trees, and anchored on-chain.
Blockchain Anchoring
rKs1JjEArqPW...cGdMq93wReport hashes anchored as XRPL memo fields. Verify via xrpscan.com.
DAP service status including on-chain connection info.
Public verification endpoint. Anyone can verify an attestation without authentication.
Status of all anchoring chains with balances and contract addresses.
MOAT v2 Evidence NEW
Verify, Snapshots, Quality. Full docs →
Webhooks PRO+
Real-time events. Full docs →
S3 Exports PRO+
Export to your S3. Full docs →
L2 Intelligence NEW
Fee Oracle + Health. Full docs →
Enterprise Features ENTERPRISE
Export attestations for audit purposes. Supports JSON and CSV formats.
| Parameter | Type | Description |
|---|---|---|
start | string | Start date (YYYY-MM-DD) |
end | string | End date (YYYY-MM-DD) |
format | string | json (default) or csv |
PDF Disclosure Reports (Professional+)
Generate MiCA Disclosure PDF Report with chain data and attestation.
curl -H "X-API-Key: KEY" "https://api.feedoracle.io/api/v2/reports/mica-art66" -o report.pdf
CSRD/ESRS E1 Climate Disclosure.
DORA Operational Resilience.
Generate disclosure report for a specific network with DAP attestation.
Data Disclaimer
FeedOracle provides data for informational purposes to support regulatory disclosure obligations. This data does not constitute legal, financial, tax, or compliance advice.
Data Quality Levels
- Third-Party Sourced: Data obtained from established external providers (Cambridge CBECI, CCRI, DNV) who maintain independent data collection methodologies. "Verified" refers to source integrity, not audit or certification. Source attribution provided.
- Calculated: Data computed by FeedOracle using documented methodologies. Methodology available upon request.
User Responsibility
Data users are solely responsible for:
- Validating data suitability for their specific use case
- Ensuring compliance with applicable regulations
- Accuracy of disclosures to competent authorities
- Independent verification where required by their regulatory framework
Standard API Response Footer
{
"legal": {
"disclaimer": "Data provided for informational purposes only.",
"responsibility": "User remains solely responsible for regulatory compliance.",
"data_quality": "THIRD_PARTY_SOURCED | CALCULATED",
"source": "Source attribution",
"timestamp": "ISO 8601 timestamp",
"terms": "https://feedoracle.io/terms.html"
}
}
Language Guidelines
FeedOracle maintains strict language standards for legal and regulatory safety.
Forbidden Phrases
MiCA compliant | Implies regulatory approval we cannot grant |
MiCA certified | Only NCAs can certify compliance |
Guaranteed compliance | No data provider can guarantee this |
Official MiCA report | Suggests regulatory authority status |
Approved by | Implies endorsement we do not have |
Audited | Reserved for formal external audits |
Allowed Alternatives
Supports MiCA disclosure workflows | Describes function accurately |
Structured for regulatory reporting | Neutral, factual |
Aligned with CSRD requirements | Describes data structure |
Third-party sourced from [Name] | Clear attribution |
Calculated using documented methodology | Transparent process |
Use Cases
For detailed integration examples, see the Use Cases documentation.