{
  "markdown": "<!-- mcp-name: io.github.feedoracle/compliance-agent -->\n# FeedOracle × Claude Managed Agents\n\n> Turn compliance questions into signed evidence — with one API call.\n\nFeedOracle 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.\n\n## What you get\n\n| MCP Server | Endpoint | Tools | What it does |\n|---|---|---|---|\n| **Compliance** | `feedoracle.io/mcp/` | 26 | MiCA status, evidence packs, peg deviation, reserves, compliance pre-flight |\n| **Risk** | `feedoracle.io/mcp/risk/sse` | 13 | 7-signal stablecoin risk scoring, custody risk, DEX liquidity |\n| **Macro** | `feedoracle.io/mcp/macro/sse` | 13 | Macro regime, Fed watch, yield curve, VIX, recession probability |\n| **AgentGuard** | `feedoracle.io/guard/mcp/` | 17 | Audit logging, KYA identity, policy enforcement, secret detection |\n| **Bitcoin** | `tooloracle.io/btc/mcp/` | 10 | BTC price, blocks, transactions, mempool, fees, halving |\n\n**Total: 79 tools** available to your agent. No API keys needed.\n\n## Quickstart (bash)\n\n```bash\nexport ANTHROPIC_API_KEY=\"sk-ant-...\"\nbash quickstart.sh\n```\n\n## Quickstart (Python)\n\n```bash\npip install anthropic httpx\nexport ANTHROPIC_API_KEY=\"sk-ant-...\"\npython feedoracle_agent.py\n```\n\n## How it works\n\n```\nYour App                 Anthropic Cloud              FeedOracle\n   │                          │                           │\n   ├─ Create Agent ──────────►│                           │\n   │  (5 MCP servers)         │                           │\n   │                          │                           │\n   ├─ Start Session ─────────►│                           │\n   │                          ├─ Provision container      │\n   │                          │                           │\n   ├─ \"Is USDC MiCA          │                           │\n   │   compliant?\" ──────────►│                           │\n   │                          ├─ mica_status(USDC) ──────►│\n   │                          │◄── {status: compliant} ───┤\n   │                          │                           │\n   │                          ├─ peg_deviation(USDC) ────►│\n   │                          │◄── {deviation: 0.0003} ───┤\n   │                          │                           │\n   │                          ├─ evidence_bundle(USDC) ──►│\n   │                          │◄── {pack_id, signature} ──┤\n   │                          │                           │\n   │                          ├─ audit_log(decision) ────►│\n   │                          │◄── {logged, chain_id} ────┤\n   │                          │                           │\n   │◄── Signed verdict ───────┤                           │\n   │    with evidence pack    │                           │\n```\n\n## Agent Definition (curl)\n\n```bash\ncurl https://api.anthropic.com/v1/agents \\\n  -H \"x-api-key: $ANTHROPIC_API_KEY\" \\\n  -H \"anthropic-version: 2023-06-01\" \\\n  -H \"anthropic-beta: managed-agents-2026-04-01\" \\\n  -H \"content-type: application/json\" \\\n  -d '{\n    \"name\": \"FeedOracle Compliance Agent\",\n    \"model\": \"claude-sonnet-4-6\",\n    \"system\": \"You are the FeedOracle Compliance Agent...\",\n    \"tools\": [{\"type\": \"agent_toolset_20260401\"}],\n    \"mcp_servers\": [\n      {\"type\": \"url\", \"url\": \"https://feedoracle.io/mcp/\", \"name\": \"feedoracle-compliance\"},\n      {\"type\": \"url\", \"url\": \"https://feedoracle.io/mcp/risk/sse\", \"name\": \"feedoracle-risk\"},\n      {\"type\": \"url\", \"url\": \"https://feedoracle.io/mcp/macro/sse\", \"name\": \"feedoracle-macro\"},\n      {\"type\": \"url\", \"url\": \"https://feedoracle.io/guard/mcp/\", \"name\": \"feedoracle-agentguard\"},\n      {\"type\": \"url\", \"url\": \"https://tooloracle.io/btc/mcp/\", \"name\": \"tooloracle-btc\"}\n    ]\n  }'\n```\n\n## Example queries\n\n**MiCA Compliance Check:**\n> \"Run a full MiCA compliance pre-flight for USDC. Generate a signed evidence pack.\"\n\n**Macro Regime Detection:**\n> \"What is the current macro regime? Should my trading agent be risk-on or risk-off?\"\n\n**Stablecoin Portfolio Scan:**\n> \"Compare risk scores of USDC, USDT, DAI, RLUSD. Rank by MiCA suitability for an EU fund.\"\n\n**Agent Governance:**\n> \"Register this agent via KYA, then audit-log a compliance decision for USDT with full evidence chain.\"\n\n## Adding more MCP servers\n\nFeedOracle/ToolOracle operates **85+ MCP servers** with **860+ tools**. Add any of these to your agent:\n\n```json\n{\"type\": \"url\", \"url\": \"https://feedoracle.io/mcp/macro/sse\", \"name\": \"macro\"}\n{\"type\": \"url\", \"url\": \"https://tooloracle.io/sol/mcp/\", \"name\": \"solana\"}\n{\"type\": \"url\", \"url\": \"https://tooloracle.io/eth/mcp/\", \"name\": \"ethereum\"}\n{\"type\": \"url\", \"url\": \"https://tooloracle.io/btc/mcp/\", \"name\": \"bitcoin\"}\n{\"type\": \"url\", \"url\": \"https://tooloracle.io/arb/mcp/\", \"name\": \"arbitrum\"}\n{\"type\": \"url\", \"url\": \"https://tooloracle.io/base/mcp/\", \"name\": \"base\"}\n{\"type\": \"url\", \"url\": \"https://tooloracle.io/sui/mcp/\", \"name\": \"sui\"}\n{\"type\": \"url\", \"url\": \"https://tooloracle.io/ton/mcp/\", \"name\": \"ton\"}\n{\"type\": \"url\", \"url\": \"https://tooloracle.io/hedera/mcp/\", \"name\": \"hedera\"}\n{\"type\": \"url\", \"url\": \"https://feedoracle.io/flight/mcp/\", \"name\": \"flights\"}\n{\"type\": \"url\", \"url\": \"https://feedoracle.io/hotel/mcp/\", \"name\": \"hotels\"}\n{\"type\": \"url\", \"url\": \"https://feedoracle.io/jobs/mcp/\", \"name\": \"jobs\"}\n{\"type\": \"url\", \"url\": \"https://feedoracle.io/shop/mcp/\", \"name\": \"shopping\"}\n{\"type\": \"url\", \"url\": \"https://feedoracle.io/news/mcp/\", \"name\": \"news\"}\n```\n\nFull catalog: [feedoracle.io](https://feedoracle.io) | [tooloracle.io](https://tooloracle.io)\n\n## Cost\n\n| Component | Price |\n|---|---|\n| Managed Agents runtime | $0.08 / session hour |\n| Claude Sonnet 4.6 tokens | Standard API pricing |\n| FeedOracle MCP servers | **Free** (no API key needed) |\n\n## Architecture\n\n- **Agent** → Reusable config (model + prompt + tools + MCP servers)\n- **Environment** → Container with network access to FeedOracle endpoints\n- **Session** → Running instance, maintains state across tool calls\n- **Events** → SSE stream of agent actions, tool calls, and results\n\n## Links\n\n- [FeedOracle](https://feedoracle.io) — Compliance evidence infrastructure\n- [ToolOracle](https://tooloracle.io) — Generalist data oracle marketplace\n- [Claude Managed Agents Docs](https://platform.claude.com/docs/en/managed-agents/overview)\n- [MCP Protocol](https://modelcontextprotocol.io)\n\n## License\n\nMIT — Built by [FeedOracle Technologies](https://feedoracle.io)\n",
  "bytes": 6577,
  "sha": "0c88ce5e8d18f1db3217ee3179eb2e0e9e0945992bc8770a73799ffc42c30468",
  "repo_slug": "feedoracle/feedoracle-managed-agents",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_feedoracle_compliance_85919205/readme"
}