Open Standards · Public Review
Open specifications for verifiable AI infrastructure. Provider-neutral. Cryptographically auditable. Built for regulated environments.
Cryptographically signed proof that a tool call was actually executed by an MCP server. Provider-neutral — works with Anthropic, OpenAI, xAI, or any MCP-compatible LLM. Designed for DORA Art. 17, MiCA Art. 70, BaFin BAIT, and EU AI Act audit requirements.
Five-tier classification system for routing AI requests through appropriate verification layers. Balances latency cost against verification depth. Used as Layer 0 in the Ultimate Verification Oracle architecture.
Seven-layer verification architecture between probabilistic LLM outputs and deterministic regulatory decisions. Three layers (Tier Classifier, Claim Decomposition, Neuro-Symbolic Verifier) are in production today.
Public MCP endpoint:
https://feedoracle.io/uvo/mcp/
Three tools available:
uvo_verify — full pipeline, returns final_decision + per-atom verdicts + signed evidence chainuvo_status — health + version + active layers (free, no auth)uvo_pipeline_spec — architecture details + tier routing rulesLive test:
curl -X POST https://feedoracle.io/uvo/mcp/ \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call",
"params":{"name":"uvo_verify",
"arguments":{"text":"USDT ist gemäß MiCA in der EU zugelassen."}}}'
Trust infrastructure cannot be proprietary. The verification layer between AI and regulated business processes is the next infrastructure standard — like TLS for the web or SWIFT for banking. We publish these specifications to:
These drafts are open for public review. Substantive feedback is welcomed via:
spec@feedoracle.io with proposed changesFeedOracle operates a production reference implementation: