FeedOracle Compliance MCP Server

FeedOracle Compliance MCP Server

53 regulatory compliance evidence tools across 3 MCP servers for AI agents. MiCA authorization status, DORA evidence packs, stablecoin risk scoring (105+ tokens), macro intelligence (86 FRED series). Every response ECDSA-signed (ES256K), blockchain-anchored, audit-ready. Free tier, OAuth 2.0.

Category
访问服务器

README

<div align="center">

FeedOracle MCP Server

Compliance evidence infrastructure for AI agents.

Every response cryptographically signed. Every decision audit-ready.

Server Status Tools Stablecoins Free Tier

Website · Docs · MCP Tools · Trust Policy · Pricing

</div>


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/

<details> <summary>Claude Desktop / Cursor / Windsurf</summary>

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

</details>

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

<details> <summary>All 27 Compliance tools</summary>

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
kya_register fast Register agent identity
kya_status fast Check agent trust level
audit_log fast Log decision to audit trail
audit_query med Query audit trail history
audit_verify med Verify trail integrity
ping fast Connectivity test

</details>

<details> <summary>All 13 Stablecoin Risk tools</summary>

risk_assessment · peg_status · peg_history · supply_flow · holder_data · custody_data · redemption_data · cross_chain_data · leaderboard · compare · supported_tokens · methodology · ping

Connect: claude mcp add --transport sse feedoracle-risk https://feedoracle.io/mcp/risk/sse

</details>

<details> <summary>All 13 Macro Intelligence tools</summary>

economic_health · recession_risk · inflation_monitor · labor_market · gdp_tracker · fed_watch · yield_curve · defi_rates · consumer_sentiment · market_stress · safe_haven_flows · macro_regime · ping

Connect: claude mcp add --transport sse feedoracle-macro https://feedoracle.io/mcp/macro/sse

</details>

Why this is different

Traditional FeedOracle
Evidence integrity PDF + email Signed bundle + chain anchor
Timestamp proof File metadata Blockchain-anchored (Polygon + XRPL)
Audit replay "We think this is what we had" Deterministic replay from signed pack
Verification "Trust us" Public key verification - zero trust
AI-native Manual API wrappers 53 MCP tools, works out of the box

Verify in 30 seconds

No account needed. No trust required.

# 1. Get signed evidence
curl -s -X POST https://feedoracle.io/ai/query \
  -H "Content-Type: application/json" \
  -d '{"question":"Is USDC MiCA compliant?"}'

# 2. Verify the signature
curl -s https://feedoracle.io/.well-known/jwks.json

# 3. Check the evidence registry
curl -s https://feedoracle.io/evidence/registry?limit=3

# 4. Replay for audit proof
curl -s https://feedoracle.io/evidence/replay/{pack_id}

Built for

  • Banks and insurers — MiCA + DORA compliance evidence
  • Stablecoin issuers — reserve and peg monitoring, signed proof
  • AI agent builders — 53 MCP tools, every decision auditable
  • Compliance teams — replace manual evidence with automated proof

Pricing

Tier Calls/day Price
Free 100 $0 - no key needed
Pro 5,000 $49/mo
Agent 25,000 $299/mo
Enterprise Unlimited Contact us

Links

Website feedoracle.io
Docs feedoracle.io/docs
Trust feedoracle.io/trust
Uptime uptime.feedoracle.io
Health feedoracle.io/mcp/health
JWKS .well-known/jwks.json
Contact enterprise@feedoracle.io

<div align="center">

FeedOracle turns compliance documents into compliance evidence.

Evidence by Design.

</div>

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选