{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card.json",
  "name": "aeo-website-scanner",
  "title": "AEO Website Scanner",
  "version": "2026.05",
  "description": "Free Answer Engine Optimization (AEO) scanner scoring any website against the Google I/O 2026 rubric: AI Mode, generative UI, information agents, MCP server discovery, and the full 2026 AI crawler list including Google-Agent.",
  "publisher": {
    "name": "AEO Website Scanner",
    "url": "https://aeowebsitescanner.com"
  },
  "homepage": "https://aeowebsitescanner.com/",
  "documentation": "https://aeowebsitescanner.com/llms.txt",
  "transports": [
    {
      "type": "http",
      "url": "https://aeowebsitescanner.com/scan.php"
    }
  ],
  "tools": [
    {
      "name": "scan_domain",
      "title": "Scan a domain for AEO readiness",
      "description": "Runs the 26-point I/O 2026 AEO rubric against any public domain and returns a weighted score, per-category breakdown, and detailed pass/fail per check.",
      "inputSchema": {
        "type": "object",
        "required": ["domain"],
        "properties": {
          "domain": {
            "type": "string",
            "description": "Domain or URL to scan, e.g. example.com or example.com/subpath"
          }
        }
      },
      "endpoint": "https://aeowebsitescanner.com/scan.php?domain={domain}",
      "method": "GET"
    }
  ],
  "capabilities": {
    "tools": true,
    "resources": false,
    "prompts": false,
    "sampling": false
  },
  "license": "free-no-attribution"
}
