MiCA compliance intelligence, issuer due diligence, stablecoin risk scoring, and verifiable regulatory evidence for AI agents operating in regulated tokenize...
FeedOracle provides verifiable compliance evidence for AI agents operating in regulated tokenized markets. Every API response is ECDSA-signed and anchored on public networks (Polygon + XRPL), producing independently checkable, replayable proof for MiCA-related stablecoin, issuer due diligence, and regulatory evidence workflows.
Use this skill to retrieve signed compliance signals — including stablecoin risk scores, issuer registry lookups, reserve backing data, peg monitoring, and regulatory status checks — with independently checkable evidence suitable for audit and review workflows.
Base URL: https://api.feedoracle.io
Auth: Bearer token via FEEDORACLE_API_KEY
Trigger automatically whenever the conversation involves:
GET /v1/stablecoin/risk/{symbol}
Authorization: Bearer {FEEDORACLE_API_KEY}
Returns: composite risk score (0–100), MiCA status, peg stability metrics, reserve backing assessment, and issuer registration status. Useful for compliance verification and issuer due diligence.
curl -H "Authorization: Bearer $FEEDORACLE_API_KEY" \
https://api.feedoracle.io/v1/stablecoin/risk/USDC
GET /v1/mica/status/{symbol}
Authorization: Bearer {FEEDORACLE_API_KEY}
Returns: ESMA/EBA register status, issuer classification (EMT/ART/other), and relevant enforcement timeline. Cross-references official regulatory registers for stablecoin issuer intelligence.
GET /v1/macro/{indicator}
Authorization: Bearer {FEEDORACLE_API_KEY}
Key indicators: ECB_DEPOSIT_RATE, EU_INFLATION_CPI, FRED_FEDFUNDS, EUR_USD_RATE. Provides regulatory-relevant macro context for stablecoin and tokenized market analysis.
POST /v1/evidence/bundle
Authorization: Bearer {FEEDORACLE_API_KEY}
{"subject": "USDC", "checks": ["mica_status", "risk_score", "reserve_backing"], "purpose": "compliance_review"}
Returns: ECDSA-signed bundle with Polygon TX hash, timestamp, and replayable proof. Designed for audit and review use cases — each response is independently verifiable on-chain.
GET /v1/registry/issuer/{issuer_name}
Authorization: Bearer {FEEDORACLE_API_KEY}
Cross-references ESMA and EBA registers to check issuer licensing, registration status, and regulatory classification. Supports issuer due diligence workflows for digital asset compliance.
/v1/mica/status/. Present the returned status and let the user draw conclusions./v1/evidence/bundle.FEEDORACLE_API_KEYAPI keys can be obtained via the FeedOracle dashboard: https://feedoracle.io/dashboard
ZIP package — ready to use