{
  "protocolVersion": "0.3.0",
  "name": "WebAnalyzer",
  "description": "Free website analyzer: paste a URL and get a 0-100 score across 8 dimensions (SEO, GEO/AI readiness, performance, accessibility, code quality, UI/UX, data & tracking, security) from 290+ deterministic checks. Agents can run analyses programmatically through the MCP server at https://webanalyzer.dev/.well-known/mcp (Streamable HTTP, no auth); there is no A2A JSON-RPC endpoint.",
  "url": "https://webanalyzer.dev/",
  "documentationUrl": "https://webanalyzer.dev/about",
  "version": "1.0.0",
  "provider": {
    "organization": "WebAnalyzer",
    "url": "https://webanalyzer.dev/"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/html"],
  "defaultOutputModes": ["text/html"],
  "skills": [
    {
      "id": "analyze-web-page",
      "name": "Analyze a web page",
      "description": "Score any public URL 0-100 across SEO, GEO (AI search readiness), performance, accessibility, code quality, UI/UX, data & tracking and security. Available via the web UI at https://webanalyzer.dev/ (no signup needed to see the score) or programmatically via the analyze_website tool on the MCP server at https://webanalyzer.dev/.well-known/mcp.",
      "tags": ["seo", "geo", "performance", "accessibility", "security", "website-audit"],
      "inputModes": ["text/html"],
      "outputModes": ["text/html"]
    }
  ]
}
