{
  "name": "webanalyzer",
  "displayName": "WebAnalyzer",
  "description": "Product MCP server for WebAnalyzer, the free website analyzer: take the product's core action — run a live analysis of any public URL and get a 0-100 quality score across 8 dimensions (SEO, GEO/AI readiness, performance, accessibility, code quality, UI/UX, data & tracking, security) computed from 290+ deterministic checks. Documentation Q&A lives on the separate docs server at https://webanalyzer.dev/mcp/docs. No auth required.",
  "version": "1.0.0",
  "url": "https://webanalyzer.dev/.well-known/mcp",
  "serverUrl": "https://webanalyzer.dev/.well-known/mcp",
  "transport": "streamable-http",
  "provider": { "name": "WebAnalyzer", "url": "https://webanalyzer.dev" },
  "icon": "https://webanalyzer.dev/icon.svg",
  "iconUrl": "https://webanalyzer.dev/icon.svg",
  "icons": [
    { "src": "https://webanalyzer.dev/icon.svg", "mimeType": "image/svg+xml", "sizes": ["any"] }
  ],
  "documentationUrl": "https://webanalyzer.dev/agents.md",
  "registryName": "dev.webanalyzer/webanalyzer",
  "registryUrl": "https://registry.modelcontextprotocol.io/v0/servers?search=dev.webanalyzer/webanalyzer",
  "registries": [
    {
      "name": "MCP Registry (official)",
      "id": "dev.webanalyzer/webanalyzer",
      "url": "https://registry.modelcontextprotocol.io/v0/servers?search=dev.webanalyzer/webanalyzer"
    }
  ],
  "websiteUrl": "https://webanalyzer.dev/",
  "authentication": { "type": "none" },
  "tools": [
    {
      "name": "analyze_website",
      "description": "Analyze a public web page and return its 0-100 WebAnalyzer score, letter grade, per-dimension scores and the top issues found."
    },
    {
      "name": "get_leaderboard",
      "description": "Return the public WebAnalyzer leaderboard: the highest-scoring analyzed sites with their scores."
    },
    {
      "name": "get_analysis",
      "description": "Fetch a previous analysis by id: score, grade, per-dimension scores and top issues."
    }
  ]
}
