Skip to content
Back to search
100
MCP live MCP 2025-03-26 streamable-http

io.tooloracle/trustlayer

io.tooloracle/trustlayer

FeedOracle Trust Layer - 10-tool cross-server trust: signing, anchoring, verification.

Uptime
50.0%
2 direct probes · 30d
Response
91ms
last probe
Tools
10
callable
Resources
0
readable
Prompts
0
available

Tools · 10

verify_claim

Verify an agent's claim against FeedOracle signed evidence. Checks if a statement (e.g. 'USDC market cap is $32B') matches live, cryptographically signed data. Returns verified/partially_verified/unve…

get_signed_fact

WITHDRAWN (2026-08-09). This tool does not produce or verify a cryptographic signature and returns a non-success withdrawal notice. Do not rely on it for signed evidence.

provenance_trace

Full data provenance chain — traces every data point from external source (CoinGecko, ESMA, on-chain) through FeedOracle processing to final delivery. Each step individually hashed. Supports EU AI Act…

freshness_guard

Check if data is current, stale, or expired. Prevents agent decisions based on outdated information. Configurable max age threshold.

hallucination_check

Compare an agent's statement against ground truth evidence. Detects factual mismatches and dangerous hallucination patterns (absolute language, suspect claims). Returns evidence checks and red flags.

verify_signature

WITHDRAWN (2026-08-09). This tool performs no cryptographic signature verification and returns a non-success withdrawal notice. A hash comparison is not signature verification.

confidence_gate

Decision gate for agents: should I proceed, exercise caution, abstain, or escalate? Evaluates multi-factor confidence for a specific action type (cite, trade, report, recommend) against a threshold.

evidence_anchor

WITHDRAWN (2026-08-09). This tool does not submit any blockchain transaction and creates no on-chain anchor or proof; it returns a non-success withdrawal notice.

agent_reputation

Get trust score and reputation for an AI agent from FeedOracle KYA (Know Your Agent) system. Returns trust level (UNVERIFIED → CERTIFIED), score (0-100), and registration details.

trust_status

Trust Layer infrastructure health, capabilities, and component status. Shows which verification services are online and what the Trust Layer can do.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.tooloracle/trustlayer": {
      "url": "https://tooloracle.io/trust/mcp/",
      "transport": "streamable-http"
    }
  }
}