FeedOracle v4.2 — Compliance Evidence Infrastructure for MiCA, DORA & AMLR
About
Compliance evidence infrastructure for regulated tokenized markets. 27 MCP tools with ES256K-signed responses covering MiCA preflight (PASS/WARN/BLOCK), peg monitoring, reserve quality, custody risk, evidence grading (A-F across 61 RWA protocols + 105+ stablecoins), KYA agent ide
Details
- Author
- feedoracle
- Downloads
- 232
- Categories
- Other, Security, AI, Cloud Service
Jump to
- Cryptographically signed evidence (JWS) for every response.
- Preflight compliance checks with PASS/WARN/BLOCK verdicts.
- Know Your Agent (KYA) identity registration and trust scoring.
- Tamper-proof audit trail with chain‑linked evidence.
- AI‑powered natural language evidence queries.
- 27 tools covering MiCA, DORA, AMLR, risk, and macro data.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
FeedOracle v4.2 — Compliance Evidence Infrastructure for MiCA, DORA & AMLRCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Add the MCP server via HTTP using claude mcp add --transport http feedoracle https://feedoracle.io/mcp/. Once connected, call any of the 27 available tools (e.g., compliance_preflight, mica_full_pack, kya_register) through the MCP protocol. Usage is metered by units; a free tier provides 300 units per day, while paid plans (Pro, Agent, Enterprise) offer higher capacity.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"feedoracle v4.2 \u2014 compliance evidence infrastructure for mica, dora & amlr": {
"feedoracle": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://feedoracle.io/mcp/sse"
]
}
}
}
}
McpServers
{
"feedoracle": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://feedoracle.io/mcp/sse"
]
}
}
Regulatory compliance pre-flight checks for AI agents. MiCA, DORA, custody risk, evidence scoring for 69 crypto protocols.
FeedOracle — Compliance Evidence Infrastructure
Signed, verifiable evidence for AI-driven compliance decisions. MiCA · DORA · AMLR.
Figures below were verified against the canonical metrics source on 2026-07-22:feedoracle-metrics.json
FeedOracle is compliance-evidence infrastructure for regulated entities and their AI agents. It turns questions like"Is USDT compliant for trading in the EU under MiCA?"into signed, sourced, auditable answers instead of an LLM guess.
FeedOracle is the compliance layer of a larger oracle mesh (OracleNet, operated by sibling projectToolOracle); this repository is the FeedOracle-branded MCP server itself.
- Compliance and risk teams at banks, PSPs, and crypto/RWA firms who need MiCA/DORA/AMLR evidence they can hand to an auditor
- AI agents and agent frameworks that need a machine-checkable "can I do this?" answer before executing a financial action
- Developers building on MCP who want a real, live compliance data source rather than a toy example
Regulatory questions — "is this token MiCA-authorized", "does this counterparty appear on a sanctions list", "is our DORA posture audit-ready" — are usually answered by a human trawling PDFs, or by an LLM guessing with no source. FeedOracle answers them from live regulatory registers and internal risk models, returns a signed evidence object (source, timestamp, confidence, hash), and lets you verify it independently.
tools/listandpingare open on this endpoint — no signup required. Note: an anonymoustools/listcall against this specific endpoint currently surfaces a smaller live subset (observed 2026-07-22: ~25 tools) — the full 549-tool count is the combined catalogue across FeedOracle's own oracles plus the shared mesh it draws on (see "What's actually live" below), not what a single anonymous call returns:
curl -s -X POST https://feedoracle.io/mcp/ \ -H "Content-Type: application/json" \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"ping","arguments":{}}}'
Most compliance tools (e.g.mica_status) need a free API key. Register in the same call flow, no card required:
curl -s -X POST https://feedoracle.io/mcp/ \ -H "Content-Type: application/json" \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"kya_register","arguments":{"agent_name":"my-agent","agent_purpose":"compliance checks","owner_email":"you@example.com","owner_org":"Your Org"}}}'
This returns an API key and a starting balance of free units.Note: this call creates a real registration and issues a secret API key. Store it securely and do not commit it.
claude mcp add --transport http feedoracle https://feedoracle.io/mcp/
{ "mcpServers": { "feedoracle": { "url": "https://feedoracle.io/mcp/" } } }
Is USDT compliant for trading in the EU under MiCA? Run a DORA readiness check Screen this counterparty for sanctions exposure
import requests resp = requests.post("https://feedoracle.io/mcp/", json={ "jsonrpc": "2.0", "id": 1, "method": "tools/call", "params": {"name": "ping", "arguments": {}} }) print(resp.json())
const resp = await fetch("https://feedoracle.io/mcp/", { method: "POST", headers: { "Content-Type": "application/json" }, body: JSON.stringify({ jsonrpc: "2.0", id: 1, method: "tools/call", params: { name: "ping", arguments: {} } }) }); console.log(await resp.json());
More runnable examples inexamples/, including a fullpython_client.pyand ready-madeClaude Desktop/Cursorconfigs.
FeedOracle's own primary oracles (verified againstlive metrics, 2026-07-22):
Beyond these 6 FeedOracle-branded servers (149 tools), FeedOracle also draws on a shared compliance-infrastructure mesh (OracleNet) of additional oracles covering DORA operational, security/runtime, and blockchain-risk categories — same product, broader shared infrastructure. Combined, mesh-wide:40 registered oracles · 39 online · 549 catalogued tools · 17 data sources(as of 2026-07-22, always current atfeedoracle-metrics.json). Full mesh detail lives inToolOracle/oraclenet— not duplicated here so it can't drift out of sync.
A note on these numbers, since they describe different things:"oracle" here means a registered mesh node, not necessarily a single MCP server process — FeedOracle's own 6 oracles above map 1:1 to servers, but that isn't guaranteed mesh-wide. "549 tools" is the mesh-wide catalogue total; it is not what a single anonymoustools/listcall against this endpoint returns (see Quickstart above). Usefeedoracle-metrics.jsonas the source of truth rather than any number in this README if they ever disagree.
- tools/listandpingare open, no key required
- kya_register(free, no card) issues an API key with a starting balance of free welcome units
- Beyond the free allowance: pay-as-you-go via Stripe (card/SEPA) or thex402 protocol(USDC on Base, no signup, no subscription)
- Current per-unit pricing is returned live in each tool's402 payment_requiredresponse rather than reproduced here, so it can't go stale
- There is no fixed monthly subscription bundle at this time; seefeedoracle.io/pricing.htmlfor current access options
Supported evidence responses include signed receipt fields — source, timestamp, confidence, and a content hash. Verify the signature and anchor fields returned by each individual tool response rather than assuming a fixed set applies to every tool; not all tools are evidence-bearing in the same way (e.g.pingreturns a lighter operational receipt).
curl -s https://feedoracle.io/.well-known/jwks.json # public keys to verify signatures
Live verification on 2026-07-22 confirmed ES256K and ML-DSA-65 signatures plus NIST and CURBy randomness-beacon anchors on the tested response. Coverage can vary by tool and response type; verify the fields returned with each individual result. Earlier versions of this document described an on-chain escrow-based settlement mechanism on Base; that mechanism is now retired and not accepting new activity — it has not been re-verified as accurate for the period it originally described, so no historical settlement figures are repeated here. For current anchor and verification status, seeTrust.
Full docs:docs/TRUST_POLICY.md·docs/AUDIT_TRAIL.md·docs/KYA.md·docs/BILLING.md·docs/WORKFLOWS.md
On evidence vs. verdicts:FeedOracle returns evidence indicators for human/agent review — source, confidence, and status — not a legal compliance verdict. "PASS" means no adverse indicators were found in the checked sources, not a guarantee of compliance.
- Report vulnerabilities privately (see repository Security tab) — please don't open a public issue for security-sensitive findings
- Never commit API keys, wallet credentials, or.envfiles — see.gitignore
- This server executes real, priced actions (registration, paid tool calls); reviewdocs/BILLING.mdbefore wiring up autonomous agents
Issues and PRs are welcome — especially forexamples/, additional client integrations, and documentation fixes. There's no CONTRIBUTING.md yet; for anything beyond a small fix, please open an issue first so we can align on scope before you invest the time.
- Live: MCP server, MiCA/DORA/AMLR tool set, x402 micropayments, signed evidence objects, KYA self-registration
- Beta: mesh-wide routing improvements across OracleNet
- Planned: broader regulatory framework coverage (CSRD, NIS2) — tracked inCHANGELOG.md
DORA has applied since 17 January 2025. MiCA is fully applicable; the EU-wide CASP transitional period ended no later than 1 July 2026.
🇩🇪 Built in Germany · 🔐 Signed evidence · 🧾 Verifiable receipts
Financial intelligence for AI agents — 31 tools across 8 data sources including regime, derivatives, stablecoin flows, momentum, macro, weather patterns, and political cycles.
Give AI agents a Bitcoin wallet with Lightning Network payments
KHEPRA MCP Server smithery badge MCP Registry License Container PQC Sovereign compliance engine with 36,195 STIG/CCI/NIST/CMMC mappings. Air-gappable. Zero token costs. Run ert_scan → get a Godfather Report with dollar-denominated business impact. The only MCP compliance server that runs on your metal — with the World's First DoD PQC STIG built in. PQC-01-STIG-V1R1 — Full Whitepaper → 17 controls covering CNSA 2.0, FIPS 203/204/205, and the NSA's May 2026 MCP security advisory. The world's first DoD-style Post-Quantum Cryptography STIG, including the first PQC controls for agentic AI and MCP deployments.
Cryptographic runtime governance for AI agents. 20 tools. Sealed policy artifacts, continuous measurement, tamper-evident proof. Ed25519 + SHA-256.
AI Agent Supply Chain Security - Intercepts and validates every package installation, git clone, and script download triggered by AI coding agents before it executes.
AI agent API marketplace-discover, call, and pay for services with USDC payments. List your own AI services and earn money per call.
x402 payment gateway for AI agents — 12 crypto data tools (price, whale activity, gas, TVL, Fear & Greed, Dune queries) paid per-call in USDC on Stellar or Base. No API keys, no subscriptions.
Live AI agent city-economy on Base L2 — 92 NPC agents earn real USDC via jobs, trading, and businesses across 10 cities. Claim jobs for USDC payouts, chat with agents, check AGWC token data, and get live crypto news. 11 tools, no API key.
Structured regulatory intelligence for AI agents. Check compliance obligations, deadlines, and cross-jurisdiction requirements for EU AI Act, Singapore IMDA, and Colorado AI Act.
Structured AI incident reporting for EU AI Act Article 62 — generates mandatory incident reports, severity classification, root cause analysis, and regulator-ready submissions for serious AI incidents.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




