{
  "name": "webmcp.tours",
  "description": "AI-agent readiness scanner for tour & activity operators.",
  "capabilities": [
    {
      "name": "scan_website",
      "description": "Scan a website for AI-agent bookability. Returns a 0-100 score, six category grades, and prioritized recommendations.",
      "endpoint": "https://webmcp.tours/api/scan",
      "method": "POST",
      "input": { "url": "string (the website to scan)" }
    }
  ],
  "policies": { "rate_limit": "10 requests/hour/IP", "authentication": "none" }
}
