Check trust scores and search 2000+ AI agents on Base. Verify ERC-8004 agent metadata quality before transacting.
Overview
Assay Protocol gives AI models a way to check whether an agent on Base is trustworthy before interacting with it.
Three tools available:
check_agent_trust :-- pass an agent address, get back their trust assessment, metadata quality, stake status, and capabilities.
search_agents :-- describe what you need in plain language, get ranked results from 2000+ indexed ERC-8004 agents.
get_ecosystem_stats :-- total agents on Base, metadata quality distribution, top-ranked agents.
Install: npx @assaylabs/mcp-server
Works with Claude Desktop, Cursor, Windsurf, and any MCP-compatible client.
More info: https://assaylabs.xyz
Server Config
{
"mcpServers": {
"assay": {
"command": "npx",
"args": [
"-y",
"@assaylabs/mcp-server"
]
}
}
}