{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card.json",
  "name": "guardlabs-audit",
  "title": "SiteGuard Labs — Website Audit & Security",
  "description": "AI-powered audit of any website: security headers, SSL, SEO basics, response speed, and AI-readiness score. Also offers website development, SEO, and AI-automation services.",
  "version": "1.0.0",
  "homepage": "https://guardlabs.online/",
  "documentation": "https://guardlabs.online/openapi.json",
  "contact": {
    "email": "audit@guardlabs.online"
  },
  "license": "Proprietary",
  "tools": [
    {
      "name": "audit_site",
      "description": "Run a live audit of the target domain. Returns JSON with security headers, SSL grade, SEO basics, response-time, AI-readiness and a 0-100 score.",
      "endpoint": "https://guardlabs.online/audit",
      "method": "POST",
      "content_type": "application/json",
      "input_schema": {
        "type": "object",
        "required": ["domain"],
        "properties": {
          "domain": {"type": "string", "description": "Domain or URL to audit, e.g. example.com"},
          "email":  {"type": "string", "format": "email", "description": "Optional email to deliver extended PDF report"}
        }
      },
      "output_type": "application/json"
    }
  ],
  "rate_limits": {
    "audit_site": "30 requests / hour / IP"
  },
  "references": {
    "openapi": "https://guardlabs.online/openapi.json",
    "llms_txt": "https://guardlabs.online/llms.txt"
  }
}
