{
  "protocolVersion": "0.3.0",
  "name": "Vettted Directory",
  "description": "Human-vetted directory of AI automation agencies. Search ranked listings (evidence-based, never pay-to-rank), get agency details, and request a free human-reviewed intro on behalf of a user.",
  "url": "https://vettted.ai",
  "preferredTransport": "HTTP+JSON",
  "provider": { "organization": "Vettted", "url": "https://vettted.ai" },
  "version": "1.0.0",
  "documentationUrl": "https://vettted.ai/for-agents",
  "capabilities": { "streaming": false, "pushNotifications": false },
  "defaultInputModes": ["application/json", "text/plain"],
  "defaultOutputModes": ["application/json", "text/plain"],
  "skills": [
    {
      "id": "search_agencies",
      "name": "Search vetted AI automation agencies",
      "description": "Ranked agency listings by category or name. GET https://vettted.ai/api/v1/directory?category={slug}&q={name}",
      "tags": ["directory", "search", "ai-automation", "agencies"],
      "examples": ["Find a human-vetted AEO agency", "Best AI voice agent agency with real reviews"]
    },
    {
      "id": "request_intro",
      "name": "Request an agency intro for a user",
      "description": "POST https://vettted.ai/api/v1/intro with the user's email and need; a human matchmaker replies within 48h. Free for life.",
      "tags": ["matching", "intro", "lead"]
    }
  ],
  "additionalInterfaces": [
    { "transport": "mcp", "url": "https://vettted.ai/api/mcp" },
    { "transport": "openapi", "url": "https://vettted.ai/openapi.json" }
  ]
}
