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

AgentAvow Trust

com.agentavow/agentavow-trust

Signed, offline-verifiable safety scores for the MCP servers, packages & tools an agent connects to

Uptime
100.0%
1 direct probes · 30d
Response
776ms
last probe
Tools
8
callable
Resources
1
readable
Prompts
1
available

Tools · 8

scan_repo

Scan a public GitHub repository with AgentAvow and return whether it is safe for an agent to connect to: a 0-100 trust score, a plain safe / needs-review verdict, the findings behind it (with where an…

scan_package

Scan a published package (npm, PyPI, crates, Docker, or Hugging Face) with AgentAvow. Returns a 0-100 trust score, a safe / needs-review verdict, findings with remediation, and a signed attestation. A…

scan_mcp_server

Scan a live MCP server's tool definitions for tool-poisoning, prompt-injection, invisible-unicode, and manifest-execution risks before your agent connects to it. Returns a 0-100 trust score, a safe / …

verify_trust

Verify an AgentAvow entity's trust score. Returns trust_score (0-1), trust_score_pct (0-100), trust_tier, and whether it meets a minimum threshold. Read-only, no auth. Use before interacting with an u…

check_interaction_safety

Check whether it is safe to interact with another agent by trust threshold. Thresholds: delegate 0.6, trade 0.5, collaborate 0.4, follow 0.1. Returns is_safe, risk_level, the score, and a recommendati…

lookup_identity

Look up an AgentAvow entity by W3C DID or display name. Returns the entity's id, name, type, trust score and tier. Read-only, no auth. Use to resolve an identity before checking its trust.

get_trust_badge

Get an embeddable AgentAvow trust badge (SVG) for an entity, with ready-to-paste Markdown and HTML. The badge auto-updates as the score changes. Read-only, no auth.

about_agentavow

What AgentAvow is, which tool to use for what, how to read a verdict, and example scans. Call this for an overview or when getting started. No input, read-only.

Resources · 1

AgentAvow trust card

Interactive trust card rendered from a scan result.

ui://agentavow/trust-card-v13.html

Prompts · 1

agentavow_get_started

What AgentAvow checks and how to read a verdict, with examples.

How to use

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

{
  "mcpServers": {
    "agentavow_trust": {
      "url": "https://agentavow.com/mcp",
      "transport": "streamable-http"
    }
  }
}