{
  "@context": "https://agenticresourcediscovery.org/context/v1",
  "specVersion": "0.91",
  "name": "WebAnalyzer agentic resource catalog",
  "description": "Agentic resources published by webanalyzer.dev — a free website analyzer scoring any URL 0-100 across 8 dimensions from 290+ deterministic checks.",
  "entries": [
    {
      "identifier": "urn:air:webanalyzer.dev:server:analyzer",
      "displayName": "WebAnalyzer MCP server",
      "type": "application/mcp-server-card+json",
      "url": "https://webanalyzer.dev/.well-known/mcp/server-card.json",
      "capabilities": ["AnalyzeWebsiteTool", "LeaderboardTool", "GetAnalysisTool"],
      "description": "MCP server (Streamable HTTP, no auth) exposing WebAnalyzer's 290+ deterministic checks: analyze any public URL and get a 0-100 score across SEO, GEO/AI readiness, performance, accessibility, code quality, UI/UX, data & tracking and security.",
      "representativeQueries": [
        "how good is my website",
        "audit example.com and tell me what to fix",
        "check my site's SEO and accessibility",
        "is my website ready for ChatGPT and AI search"
      ],
      "version": "1.0.0",
      "updatedAt": "2026-08-29",
      "trustManifest": {
        "identity": {
          "type": "domain-control",
          "domain": "webanalyzer.dev",
          "statement": "This catalog and every resource it lists are served first-party from webanalyzer.dev over HTTPS; serving them from the publisher's own origin is the identity binding."
        },
        "attestations": [
          {
            "type": "privacy-policy",
            "url": "https://webanalyzer.dev/privacy"
          },
          {
            "type": "content-license",
            "url": "https://webanalyzer.dev/license.xml"
          }
        ]
      }
    },
    {
      "identifier": "urn:air:webanalyzer.dev:server:docs",
      "displayName": "WebAnalyzer docs MCP server",
      "type": "application/mcp-server-card+json",
      "url": "https://webanalyzer.dev/.well-known/mcp/docs-server-card.json",
      "capabilities": ["SearchDocsTool", "ReadDocTool", "ScoringMethodologyTool"],
      "description": "Documentation MCP server (Streamable HTTP, no auth): search and read WebAnalyzer's docs — scoring methodology, REST API reference, agent guidance and blog guides. The product server at /.well-known/mcp runs the analyses.",
      "representativeQueries": [
        "how does the webanalyzer score work",
        "how do I call the webanalyzer api"
      ],
      "version": "1.0.0",
      "updatedAt": "2026-09-03",
      "trustManifest": {
        "identity": {
          "type": "domain-control",
          "domain": "webanalyzer.dev",
          "statement": "Served first-party from webanalyzer.dev over HTTPS."
        }
      }
    },
    {
      "identifier": "urn:air:webanalyzer.dev:api:v1",
      "displayName": "WebAnalyzer REST API",
      "type": "application/openapi+json",
      "url": "https://webanalyzer.dev/openapi.json",
      "capabilities": ["AnalyzeUrlOperation", "LeaderboardOperation"],
      "description": "Free, keyless REST API: POST /api/v1/analyze scores any public page 0-100 across 8 quality dimensions; GET /api/v1/leaderboard lists the top-scoring analyzed sites. Structured JSON errors, RateLimit headers, docs at /developers.",
      "representativeQueries": [
        "score this website programmatically",
        "website quality api free no key"
      ],
      "version": "1.0.0",
      "updatedAt": "2026-09-03",
      "trustManifest": {
        "identity": {
          "type": "domain-control",
          "domain": "webanalyzer.dev",
          "statement": "Served first-party from webanalyzer.dev over HTTPS."
        }
      }
    },
    {
      "identifier": "urn:air:webanalyzer.dev:agent:webanalyzer",
      "displayName": "WebAnalyzer agent card",
      "type": "application/a2a-agent-card+json",
      "url": "https://webanalyzer.dev/.well-known/agent-card.json",
      "capabilities": ["AnalyzeWebPageSkill"],
      "description": "A2A agent card describing WebAnalyzer's web-page analysis skill: 0-100 score across 8 quality dimensions, free and without signup.",
      "representativeQueries": [
        "grade my website",
        "run a website quality report on this page"
      ],
      "version": "1.0.0",
      "updatedAt": "2026-08-29",
      "trustManifest": {
        "identity": {
          "type": "domain-control",
          "domain": "webanalyzer.dev",
          "statement": "Served first-party from webanalyzer.dev over HTTPS."
        }
      }
    }
  ]
}
