sseMITupdated 4mo ago
Turn compliance questions into signed evidence β with one API call.
Was kannst du mit FeedOracle Compliance Agent machen?
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 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)
export ANTHROPIC_API_KEY="sk-ant-..."
bash quickstart.sh
Quickstart (Python)
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)
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:
{"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 | 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 β Compliance evidence infrastructure
- ToolOracle β Generalist data oracle marketplace
- Claude Managed Agents Docs
- MCP Protocol
License
MIT β Built by FeedOracle Technologies
Installation
FeedOracle Compliance Agent zu deinem Client hinzufΓΌgen. WΓ€hl den, den du nutzt.
claude mcp add --transport sse feedoracle-compliance-agent https://feedoracle.io/mcp/ssecodex mcp add feedoracle-compliance-agent --url https://feedoracle.io/mcp/sse{
"mcpServers": {
"feedoracle-compliance-agent": {
"url": "https://feedoracle.io/mcp/sse"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"feedoracle-compliance-agent": {
"type": "sse",
"url": "https://feedoracle.io/mcp/sse"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"feedoracle-compliance-agent": {
"url": "https://feedoracle.io/mcp/sse"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"feedoracle-compliance-agent": {
"serverUrl": "https://feedoracle.io/mcp/sse"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
UnvollstΓ€ndig
- Dokumentation25/25
- Pflege13/25
- Vertrauen13/20
- Funktionsumfang0/15
- Installation12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 142 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint β no local install
Versionsverlauf
| Versionen | VerΓΆffentlicht |
|---|---|
| 3.0.0Aktuell | 12. Apr. 2026 |
| 2.0.0 | 20. Feb. 2026 |