{
  "name": "Score for AI Scanner",
  "description": "AI Readiness Scanner — analyzes websites across 48 checks to measure how well AI agents can read, understand, and recommend your content.",
  "url": "https://scoreforai.com",
  "version": "1.0.0",
  "capabilities": ["web-scanning", "ai-readiness-analysis", "structured-data-validation"],
  "provider": {
    "organization": "Score for AI",
    "url": "https://scoreforai.com",
    "email": "hello@scoreforai.com"
  },
  "api": {
    "type": "REST",
    "url": "https://scoreforai.com/api/scan",
    "documentation": "https://scoreforai.com/about"
  },
  "authentication": {
    "schemes": ["none"]
  },
  "skills": [
    {
      "id": "scan-website",
      "name": "Scan Website for AI Readiness",
      "description": "Scans a given URL and returns an AI readiness score (0-100) with detailed category breakdowns across Access, Readability, Identity, Integration, and Answerability.",
      "uri": "https://scoreforai.com/api/scan",
      "method": "POST",
      "inputSchema": {
        "type": "object",
        "properties": {
          "url": { "type": "string", "description": "The website URL to scan" }
        },
        "required": ["url"]
      }
    }
  ]
}
