io.github.jdhart81/agent-trust-oracle
io.github.jdhart81/agent-trust-oracleDecay-weighted reputation + tamper-evident trust attestations for the agent economy.
Tools · 6
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)…
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.
Issue a tamper-evident (hash-chained) trust attestation for an agent.
Verify a previously issued attestation by recomputing its hash.
Full outcome history + attestation count + current score for an agent.
Fleet-standard self-description.
Similar MCP servers embedding-nearest
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"
}
}
}