# FeedOracle Compliance Agent

> MiCA compliance evidence, stablecoin risk, macro regime, agent governance. 79 tools.

- **Type:** MCP server
- **Install:** `agentstack add mcp-feedoracle-feedoracle-managed-agents`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [feedoracle](https://agentstack.voostack.com/s/feedoracle)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 3.0.0
- **License:** MIT
- **Upstream author:** [feedoracle](https://github.com/feedoracle)
- **Source:** https://github.com/feedoracle/feedoracle-managed-agents
- **Website:** https://feedoracle.io

## Install

```sh
agentstack add mcp-feedoracle-feedoracle-managed-agents
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# FeedOracle × Claude Managed Agents

> Turn compliance questions into signed evidence — with one API call.

FeedOracle provides the **compliance evidence layer** for Claude's new [Managed Agents](https://platform.claude.com/docs/en/managed-agents/overview) platform. Connect 5 MCP servers. Get MiCA compliance verdicts, stablecoin risk scores, macro regime signals, and auditable governance — all running autonomously in Anthropic's managed infrastructure.

## What you get

| MCP Server | Endpoint | Tools | What it does |
|---|---|---|---|
| **Compliance** | `feedoracle.io/mcp/` | 26 | MiCA status, evidence packs, peg deviation, reserves, compliance pre-flight |
| **Risk** | `feedoracle.io/mcp/risk/sse` | 13 | 7-signal stablecoin risk scoring, custody risk, DEX liquidity |
| **Macro** | `feedoracle.io/mcp/macro/sse` | 13 | Macro regime, Fed watch, yield curve, VIX, recession probability |
| **AgentGuard** | `feedoracle.io/guard/mcp/` | 17 | Audit logging, KYA identity, policy enforcement, secret detection |
| **Bitcoin** | `tooloracle.io/btc/mcp/` | 10 | BTC price, blocks, transactions, mempool, fees, halving |

**Total: 79 tools** available to your agent. No API keys needed.

## Quickstart (bash)

```bash
export ANTHROPIC_API_KEY="sk-ant-..."
bash quickstart.sh
```

## Quickstart (Python)

```bash
pip install anthropic httpx
export ANTHROPIC_API_KEY="sk-ant-..."
python feedoracle_agent.py
```

## How it works

```
Your App                 Anthropic Cloud              FeedOracle
   │                          │                           │
   ├─ Create Agent ──────────►│                           │
   │  (5 MCP servers)         │                           │
   │                          │                           │
   ├─ Start Session ─────────►│                           │
   │                          ├─ Provision container      │
   │                          │                           │
   ├─ "Is USDC MiCA          │                           │
   │   compliant?" ──────────►│                           │
   │                          ├─ mica_status(USDC) ──────►│
   │                          │◄── {status: compliant} ───┤
   │                          │                           │
   │                          ├─ peg_deviation(USDC) ────►│
   │                          │◄── {deviation: 0.0003} ───┤
   │                          │                           │
   │                          ├─ evidence_bundle(USDC) ──►│
   │                          │◄── {pack_id, signature} ──┤
   │                          │                           │
   │                          ├─ audit_log(decision) ────►│
   │                          │◄── {logged, chain_id} ────┤
   │                          │                           │
   │◄── Signed verdict ───────┤                           │
   │    with evidence pack    │                           │
```

## Agent Definition (curl)

```bash
curl https://api.anthropic.com/v1/agents \
  -H "x-api-key: $ANTHROPIC_API_KEY" \
  -H "anthropic-version: 2023-06-01" \
  -H "anthropic-beta: managed-agents-2026-04-01" \
  -H "content-type: application/json" \
  -d '{
    "name": "FeedOracle Compliance Agent",
    "model": "claude-sonnet-4-6",
    "system": "You are the FeedOracle Compliance Agent...",
    "tools": [{"type": "agent_toolset_20260401"}],
    "mcp_servers": [
      {"type": "url", "url": "https://feedoracle.io/mcp/", "name": "feedoracle-compliance"},
      {"type": "url", "url": "https://feedoracle.io/mcp/risk/sse", "name": "feedoracle-risk"},
      {"type": "url", "url": "https://feedoracle.io/mcp/macro/sse", "name": "feedoracle-macro"},
      {"type": "url", "url": "https://feedoracle.io/guard/mcp/", "name": "feedoracle-agentguard"},
      {"type": "url", "url": "https://tooloracle.io/btc/mcp/", "name": "tooloracle-btc"}
    ]
  }'
```

## Example queries

**MiCA Compliance Check:**
> "Run a full MiCA compliance pre-flight for USDC. Generate a signed evidence pack."

**Macro Regime Detection:**
> "What is the current macro regime? Should my trading agent be risk-on or risk-off?"

**Stablecoin Portfolio Scan:**
> "Compare risk scores of USDC, USDT, DAI, RLUSD. Rank by MiCA suitability for an EU fund."

**Agent Governance:**
> "Register this agent via KYA, then audit-log a compliance decision for USDT with full evidence chain."

## Adding more MCP servers

FeedOracle/ToolOracle operates **85+ MCP servers** with **860+ tools**. Add any of these to your agent:

```json
{"type": "url", "url": "https://feedoracle.io/mcp/macro/sse", "name": "macro"}
{"type": "url", "url": "https://tooloracle.io/sol/mcp/", "name": "solana"}
{"type": "url", "url": "https://tooloracle.io/eth/mcp/", "name": "ethereum"}
{"type": "url", "url": "https://tooloracle.io/btc/mcp/", "name": "bitcoin"}
{"type": "url", "url": "https://tooloracle.io/arb/mcp/", "name": "arbitrum"}
{"type": "url", "url": "https://tooloracle.io/base/mcp/", "name": "base"}
{"type": "url", "url": "https://tooloracle.io/sui/mcp/", "name": "sui"}
{"type": "url", "url": "https://tooloracle.io/ton/mcp/", "name": "ton"}
{"type": "url", "url": "https://tooloracle.io/hedera/mcp/", "name": "hedera"}
{"type": "url", "url": "https://feedoracle.io/flight/mcp/", "name": "flights"}
{"type": "url", "url": "https://feedoracle.io/hotel/mcp/", "name": "hotels"}
{"type": "url", "url": "https://feedoracle.io/jobs/mcp/", "name": "jobs"}
{"type": "url", "url": "https://feedoracle.io/shop/mcp/", "name": "shopping"}
{"type": "url", "url": "https://feedoracle.io/news/mcp/", "name": "news"}
```

Full catalog: [feedoracle.io](https://feedoracle.io) | [tooloracle.io](https://tooloracle.io)

## Cost

| Component | Price |
|---|---|
| Managed Agents runtime | $0.08 / session hour |
| Claude Sonnet 4.6 tokens | Standard API pricing |
| FeedOracle MCP servers | **Free** (no API key needed) |

## Architecture

- **Agent** → Reusable config (model + prompt + tools + MCP servers)
- **Environment** → Container with network access to FeedOracle endpoints
- **Session** → Running instance, maintains state across tool calls
- **Events** → SSE stream of agent actions, tool calls, and results

## Links

- [FeedOracle](https://feedoracle.io) — Compliance evidence infrastructure
- [ToolOracle](https://tooloracle.io) — Generalist data oracle marketplace
- [Claude Managed Agents Docs](https://platform.claude.com/docs/en/managed-agents/overview)
- [MCP Protocol](https://modelcontextprotocol.io)

## License

MIT — Built by [FeedOracle Technologies](https://feedoracle.io)

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [feedoracle](https://github.com/feedoracle)
- **Source:** [feedoracle/feedoracle-managed-agents](https://github.com/feedoracle/feedoracle-managed-agents)
- **License:** MIT
- **Homepage:** https://feedoracle.io

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Versions

- **3.0.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-feedoracle-feedoracle-managed-agents
- Seller: https://agentstack.voostack.com/s/feedoracle
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
