Webanalyzer
FreeNot checkedFree website analyzer: score any public URL 0-100 across 8 quality dimensions. No auth.
About
Free website analyzer: score any public URL 0-100 across 8 quality dimensions. No auth.
README
Official SDK + CLI for webanalyzer.dev — score any public web page 0–100 across 8 quality dimensions (SEO, GEO/AI readiness, performance, accessibility, code quality, UI/UX, data & tracking, security) from 290+ deterministic checks. Free, keyless, no signup.
CLI
npx @webanalyzer/cli https://example.com
Or install it globally and use the short command:
npm i -g @webanalyzer/cli
webanalyzer https://example.com
62/100 grade C https://example.com/
71 SEO
55 AI readiness
…
top issues:
- [SEO] Meta description missing
webanalyzer leaderboard shows the public leaderboard; --json prints raw API output.
SDK
import { analyze, leaderboard } from "@webanalyzer/cli";
const report = await analyze("https://example.com");
console.log(report.score, report.grade); // e.g. 62 "C"
Zero dependencies, Node 18+. Errors throw WebAnalyzerError with a stable .code
(rate_limited, fetch_failed, blocked_host, …).
Notes
- The API is rate-limited per IP (8 analyses/min) and returns standard
RateLimit-*headers. - Scores use a deliberately demanding curve with critical caps — a 70 is a good site. Not comparable with linear percentage graders.
- OpenAPI spec: https://webanalyzer.dev/openapi.json · docs: https://webanalyzer.dev/developers
- MCP server for AI agents:
https://mcp.webanalyzer.dev(mcpName: dev.webanalyzer/webanalyzer)
MIT © Eduardo Gil
Installing Webanalyzer
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/Gechu03/webanalyzer-jsFAQ
Is Webanalyzer MCP free?
Yes, Webanalyzer MCP is free — one-click install via Unyly at no cost.
Does Webanalyzer need an API key?
No, Webanalyzer runs without API keys or environment variables.
Is Webanalyzer hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Webanalyzer in Claude Desktop, Claude Code or Cursor?
Open Webanalyzer on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
by duxiaohuiSupabase
Database, auth and storage
by SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
Compare Webanalyzer with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
