← tooloracle.io

INDIVIDUAL MCP TOOL

confidence_gate

Decision gate for agents: should I proceed, exercise caution, abstain, or escalate?

tooloracle.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://tooloracle.io/trust/mcp

No auth detected

Connect to this endpoint to inspect the live schema for confidence_gate and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

tooloracle.io

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.feedoracle-trust-layer]
url = "https://tooloracle.io/trust/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "feedoracle-trust-layer": {
      "type": "http",
      "url": "https://tooloracle.io/trust/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: feedoracle-trust-layer
Remote MCP URL: https://tooloracle.io/trust/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "feedoracle-trust-layer": {
      "url": "https://tooloracle.io/trust/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "feedoracle-trust-layer": {
      "type": "http",
      "url": "https://tooloracle.io/trust/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "feedoracle-trust-layer",
  "transport": "streamable-http",
  "url": "https://tooloracle.io/trust/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • verify_claim — Verify an agent's claim against FeedOracle signed evidence.
  • get_signed_fact — Get a cryptographically signed, machine-verifiable fact.
  • provenance_trace — Full data provenance chain — traces every data point from external source (CoinGecko, ESMA, on-chain) through FeedOracle processing to final delivery.
  • freshness_guard — Check if data is current, stale, or expired.
  • hallucination_check — Compare an agent's statement against ground truth evidence.
  • verify_signature — Verify a JWS or DSSE signature from FeedOracle evidence.
  • evidence_anchor — Anchor a fact on-chain (Polygon) as immutable, timestamped evidence.
  • agent_reputation — Get trust score and reputation for an AI agent from FeedOracle KYA (Know Your Agent) system.