You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.8.0).

peer_trust_check

Inactive

Tool of SaSame Research Agent

declared in 1.8.0

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)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

SaSame Research Agent

https://github.com/shigeki7777/sasame-mcp

2/7 registries
View full server →
peer_trust_check — SaSame Research Agent — PRSM MCP