{"name":"com.agentavow/agentavow-trust","slug":"agentavow-trust","title":"AgentAvow Trust","description":"Signed, offline-verifiable safety scores for the MCP servers, packages & tools an agent connects to","url":"https://mcp.market/server/agentavow-trust","rating":null,"grade":"B","score":75,"certified":false,"status":"active","category":"ai","tags":["ai"],"presence":{"score":18,"stars":null,"forks":null,"downloads_week":424,"last_push_at":null,"license":"MIT"},"claimed":false,"transport":"mixed","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":null,"version":"0.6.2","remotes":[{"type":"streamable-http","url":"https://agentavow.com/mcp"}],"packages":[{"registryType":"pypi","identifier":"agentavow-trust","version":"0.6.1","transport":{"type":"stdio"}}],"tools":[{"name":"about_agentavow","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"check_interaction_safety","description":"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 recommendation. Read-only, no auth.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"target_entity_id":{"type":"string","description":"UUID of a registered target entity (resolve one with lookup_identity).","maxLength":64},"interaction_type":{"type":"string","enum":["delegate","trade","collaborate","follow"]}},"required":["target_entity_id","interaction_type"]}},{"name":"get_trust_badge","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"entity_id":{"type":"string","description":"UUID of a registered AgentAvow entity (resolve one with lookup_identity).","maxLength":64}},"required":["entity_id"]}},{"name":"lookup_identity","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","description":"A did:web:... or a display name.","maxLength":200,"pattern":"^[\\w .:/@#+-]{1,200}$"}},"required":["query"]}},{"name":"scan_mcp_server","description":"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 / needs-review verdict, findings, and a signed attestation. Read-only; calls the agentavow.com public API.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"endpoint_url":{"type":"string","description":"The MCP server's https:// URL.","maxLength":512},"force":{"type":"boolean","description":"Re-scan now instead of returning the cached verdict (results cache ~1h)."}},"required":["endpoint_url"]}},{"name":"scan_package","description":"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. Also reports repo-vs-artifact drift (files shipped that aren't in the source). Read-only; calls agentavow.com.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"registry":{"type":"string","description":"Package registry: npm, pypi, crates, docker, or hf."},"surface":{"type":"string","description":"Alias for registry."},"ecosystem":{"type":"string","description":"Alias for registry."},"name":{"type":"string","description":"Package name, e.g. 'chalk' (or 'org/model' for hf).","maxLength":214},"force":{"type":"boolean","description":"Re-scan now instead of returning the cached verdict (results cache ~1h). Use after a new version ships."}},"required":["name"]}},{"name":"scan_repo","description":"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 and how to fix), and a signed, offline-verifiable attestation. Read-only, no account. Calls the AgentAvow public API at agentavow.com.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"repo":{"type":"string","description":"Repo as 'owner/name' (e.g. 'vercel/next.js'), or just the name when 'owner' is given separately.","maxLength":214},"owner":{"type":"string","description":"Repo owner (optional if 'repo' is already 'owner/name').","maxLength":214},"force":{"type":"boolean","description":"Re-scan now instead of returning the cached verdict (results cache ~1h). Use after the target has changed."}},"required":["repo"]}},{"name":"verify_trust","description":"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 unknown agent.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"entity_id":{"type":"string","description":"UUID of a registered AgentAvow entity (resolve one with lookup_identity; unknown ids return guidance, not an error).","maxLength":64},"min_trust":{"type":"number","description":"Min score, 0-1.","default":0.3}},"required":["entity_id"]}}],"scan":{"score":75,"grade":"B","scanned_at":"2026-09-19T04:44:39.007Z","report":{"scannerVersion":"0.1.3","scannedAt":"2026-09-19T04:44:38.958Z","components":{"code":{"score":25,"max":25,"notes":["4 source files scanned"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 945ms"]},"poisoning":{"score":15,"max":15,"notes":["8 tool descriptions checked"]},"auth":{"score":10,"max":15,"notes":["open endpoint, read-only tools"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":2,"max":10,"notes":["no repository or website to verify"]}},"findings":[{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://agentavow.com/mcp","reachable":true,"authRequired":false,"latencyMs":945,"serverInfo":{"name":"agentavow-trust","version":"0.16.0"}}],"packages":[{"registryType":"pypi","identifier":"agentavow-trust","version":"0.6.1","found":true,"weeklyDownloads":424,"license":"MIT","dependencyCount":5,"publishedAt":"2026-09-15T17:40:04.749223Z"}],"repo":{"found":false},"icon":{"url":"https://agentavow.com/apple-touch-icon.png","source":"site","width":180,"height":180},"presence":{"stars":null,"forks":null,"downloadsWeek":424,"license":"MIT","lastPushAt":null,"score":18}}}},"grade_history":[],"reviews":[]}