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

TrustLayer

io.github.goatgaucho/trustlayer

Agent reputation scoring: trust scores, Sybil detection, cross-chain identity for 133K+ agents

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

Tools · 6

get_trust_report

Full trust forensics for an AI agent: Sybil risk, reviewer quality, cross-chain identity, anomaly flags, risk level, and recommended max exposure. Covers every ERC-8004 registry chain plus Solana.

get_trust_score

Basic trust score (0-100) for an AI agent with component breakdown.

get_reviewer_profile

Quality score and review history for a wallet that has left ERC-8004 feedback. High-quality reviewers are rare — most score below 50.

get_owner_portfolio

All agents owned by a wallet across all chains, with cross-chain group info and risk assessment.

get_score_history

Full score time-series for an agent: daily snapshots, 7d/30d trajectory, volatility over reputation lifetime.

get_network_stats

Live network stats: total agents, chain breakdown, Sybil flags, reviewers scored, cross-chain groups.

How to use

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

{
  "mcpServers": {
    "trustlayer": {
      "url": "https://api.thetrustlayer.xyz/mcp",
      "transport": "streamable-http"
    }
  }
}