Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

io.github.jdhart81/agent-trust-oracle

io.github.jdhart81/agent-trust-oracle

Decay-weighted reputation + tamper-evident trust attestations for the agent economy.

Uptime
100.0%
1 direct probes · 30d
Response
550ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

record_outcome

Record an interaction outcome for an agent. kind: success | delivered | dispute_won | failure | undelivered | dispute_lost | timeout | security_incident (security incidents carry a 3x penalty)…

score_agent

Get an agent's decay-weighted trust score in [0,1] and tier. Unknown agents get a neutral 0.5 prior — no blind trust, no unfair zero.

attest

Issue a tamper-evident (hash-chained) trust attestation for an agent.

verify_attestation

Verify a previously issued attestation by recomputing its hash.

history

Full outcome history + attestation count + current score for an agent.

describe_agent

Fleet-standard self-description.

How to use

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

{
  "mcpServers": {
    "io.github.jdhart81/agent-trust-oracle": {
      "url": "https://mcp.viridisconservation.com/trust/mcp",
      "transport": "streamable-http"
    }
  }
}