FeedOracle Compliance MCP Server

1

Add it to Claude Code

Run this in a terminal.

Run in terminal
claude mcp add --transport http feedoracle-compliance https://feedoracle.io/mcp/
README.md

Compliance evidence infrastructure for AI agents.

FeedOracle MCP Server

Compliance evidence infrastructure for AI agents.

Every response cryptographically signed. Every decision audit-ready.

Website · Docs · MCP Tools · Trust Policy · Pricing


The problem

AI agents make compliance decisions every day. But nobody can prove what data they used, when they used it, or whether it was tampered with.

Regulators don't accept "trust me." They require verifiable evidence.

What FeedOracle does

FeedOracle is the evidence layer for AI compliance decisions. Connect your agent via MCP. Get signed evidence back.

Your AI agent                    FeedOracle                     Regulator
     |                               |                              |
     |-- "Is USDC MiCA compliant?" -->|                              |
     |                               |-- Fetch from 7+ sources      |
     |                               |-- Structure evidence          |
     |                               |-- Sign (ECDSA ES256K)         |
     |                               |-- Anchor (Polygon + XRPL)    |
     |<-- Signed evidence pack ------|                              |
     |                               |                              |
     |    6 months later...          |                              |
     |                               |                              |
     |-- "Show proof" -------------------------------------------- >|
     |                               |<-- Replay from registry -----|
     |                               |-- hash_match: true --------->|
     |                               |         Audit passed         |

Quick start

One command. No API key needed.

claude mcp add --transport http feedoracle https://feedoracle.io/mcp/
Claude Desktop / Cursor / Windsurf
{
  "mcpServers": {
    "feedoracle": {
      "url": "https://feedoracle.io/mcp/"
    }
  }
}

Then ask Claude:

Is USDC compliant for trading in the EU under MiCA?

You get back signed, verifiable, audit-ready evidence:

{
  "decision": "PASS",
  "confidence": 0.95,
  "evidence": {
    "mica": { "status": "compliant", "issuer": "Circle" },
    "grade": "A",
    "pack_id": "FO-AIG-A8C3D2"
  },
  "signature": {
    "alg": "ES256K",
    "independently_verifiable": true,
    "verify": "https://feedoracle.io/.well-known/jwks.json"
  }
}

3 MCP servers · 53 tools

Server Tools Purpose
Compliance Oracle 27 MiCA status, evidence packs, DORA artifacts, audit trail
Stablecoin Risk 13 7-signal risk scoring, peg monitoring, 105+ tokens
Macro Intelligence 13 86 FRED + 20 ECB indicators, regime classification

"May your agent trade this?" → Compliance Oracle "Should your agent trade now?" → Macro Intelligence
"Is this stablecoin safe?" → Stablecoin Risk

All 27 Compliance tools
Tool Speed Description
compliance_preflight fast PASS/WARN/BLOCK verdict for any token
mica_status fast MiCA authorization - ESMA register
peg_deviation fast Real-time peg deviation
significant_issuer fast Significant issuer threshold
interest_check fast Interest prohibition scanner
evidence_profile med 9-dimension risk scoring A-F
custody_risk med SIFI status, concentration risk
market_liquidity med DEX depth and exit channels
reserve_quality med Reserve composition assessment
document_compliance med Document completeness check
evidence_leaderboard med 61 RWA protocols ranked
rlusd_integrity med RLUSD attestation verification
macro_risk med US macro risk composite
peg_history med 30-day peg stability
ai_provenance med Cryptographic provenance chain
ai_explain med AI-powered grade explanation
ai_query med Natural language evidence query
mica_market_overview heavy Full MiCA market - 105 stablecoins
mica_full_pack heavy Complete 12-article MiCA evidence
evidence_bundle heavy Multi-framework evidence pack
generate_report heavy Signed PDF, blockchain-anchored

Tools (5)

compliance_preflightProvides a PASS/WARN/BLOCK verdict for any token.
mica_statusChecks MiCA authorization status via ESMA register.
peg_deviationMonitors real-time peg deviation for stablecoins.
evidence_profileGenerates a 9-dimension risk score from A to F.
mica_full_packProvides a complete 12-article MiCA evidence report.

Configuration

claude_desktop_config.json
{"mcpServers": {"feedoracle": {"url": "https://feedoracle.io/mcp/"}}}

Try it

Is USDC compliant for trading in the EU under MiCA?
Generate a compliance evidence pack for the current stablecoin portfolio.
What is the current risk score and peg stability for USDT?
Provide a full MiCA evidence report for the requested token.

Frequently Asked Questions

What are the key features of FeedOracle Compliance?

Cryptographically signed responses using ECDSA (ES256K). Blockchain-anchored evidence for audit-ready compliance. Access to 53 regulatory compliance tools across three domains. Real-time monitoring for MiCA status and stablecoin peg deviation. Macro intelligence integration with 86 FRED and 20 ECB indicators.

What can I use FeedOracle Compliance for?

Automated compliance checking for AI-driven trading agents. Generating verifiable audit trails for regulatory reporting. Assessing stablecoin risk before executing cross-border transactions. Verifying MiCA authorization status for digital asset portfolios.

How do I install FeedOracle Compliance?

Install FeedOracle Compliance by running: claude mcp add --transport http feedoracle https://feedoracle.io/mcp/

What MCP clients work with FeedOracle Compliance?

FeedOracle Compliance works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Turn this server into reusable context

Keep FeedOracle Compliance docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Need the old visual installer? Open Conare IDE.
Open Conare