Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Webanalyzer

FreeNot checked

Free website analyzer: score any public URL 0-100 across 8 quality dimensions. No auth.

GitHubEmbed

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

from github.com/Gechu03/webanalyzer-js

Installing Webanalyzer

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/Gechu03/webanalyzer-js

FAQ

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

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