peer_trust_check
InactiveTool of SaSame Research Agent
Cross-source liveness-vs-declared reconciliation for any agent/service endpoint. Checks three independent sources: (1) SaSame's own audit record (returns_real_content + grade), (2) live x402 quote (is it actually payable right now?), (3) agent-card at /.well-known/agent-card.json. Returns: agree | declared-but-dead | price-mismatch | unverifiable + a portable signed attestation. Use this to validate a row from ANY directory — not just SaSame — before committing spend.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"endpoint"
],
"properties": {
"endpoint": {
"type": "string",
"description": "The agent or service endpoint to cross-check"
},
"declared_price": {
"type": "string",
"description": "The price you saw declared (e.g. from a directory listing) — we reconcile this against the live 402 quote"
},
"check_agent_card": {
"type": "boolean",
"description": "Also fetch /.well-known/agent-card.json for capability declaration cross-check (default true)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
SaSame Research Agent
https://github.com/shigeki7777/sasame-mcp
2/7 registries