{
  "protocolVersion": "1.0.0",
  "name": "Is Your Site Ready For AI",
  "description": "Scans a website for AI-agent, SEO, and page-speed readiness and returns scored results with a per-check breakdown.",
  "url": "https://isyoursitereadyforai.com/api/mcp",
  "version": "1.0.0",
  "provider": {
    "organization": "Is Your Site Ready For AI?",
    "url": "https://isyoursitereadyforai.com"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": ["application/json", "text/plain"],
  "defaultOutputModes": ["application/json", "text/plain"],
  "securitySchemes": {},
  "security": [],
  "preferredTransport": "MCP",
  "supportedInterfaces": [
    { "transport": "MCP", "url": "https://isyoursitereadyforai.com/api/mcp" },
    { "transport": "HTTP+JSON", "url": "https://isyoursitereadyforai.com/api/analyze" }
  ],
  "interfaces": [
    { "type": "mcp", "url": "https://isyoursitereadyforai.com/api/mcp" }
  ],
  "skills": [
    {
      "id": "scan_site",
      "name": "Scan site for AI readiness",
      "description": "Grade any website's AI Readiness, SEO, and Page Speed (0–100) and return a per-check breakdown of what to fix.",
      "tags": ["seo", "ai-readiness", "crawlability", "audit"],
      "examples": ["Scan https://example.com and tell me its AI readiness score"]
    }
  ]
}
