{
  "name": "8004-registry",
  "description": "MCP server for discovering and querying ERC-8004 AI agents on Ethereum",
  "url": "https://8004.fyi/mcp",
  "transport": "streamable-http",
  "version": "1.0.0",
  "tools": [
    {
      "name": "vet_agent",
      "description": "Assess whether an agent looks ready to integrate, with reasons, risks, service fit, and provenance"
    },
    {
      "name": "search_agents",
      "description": "Search and browse registered AI agents by keyword, service type, and reputation"
    },
    {
      "name": "get_agent",
      "description": "Get full details for a single agent including metadata, services, feedback, and reputation summary"
    },
    {
      "name": "get_stats",
      "description": "Get registry-wide statistics (total agents, reputation coverage, sync status)"
    },
    {
      "name": "resolve_endpoint",
      "description": "Find agents exposing a specific service type and return their endpoints"
    }
  ]
}