Developer Tools
webanalyzer.dev
Analyzes websites for quality, SEO, performance, accessibility, and security, returning a 0-100 score and detailed issues.
ENDPOINT 1
https://mcp.webanalyzer.dev
MCP server metadata
- Name
- webanalyzer
- Version
- 1.0.0
Product MCP server for WebAnalyzer (webanalyzer.dev): take actions in the product. analyze_website RUNS a live analysis — the product's core action — against any public URL (not localhost or auth-gated pages); it takes a few seconds and is rate-limited per IP. Scores use a deliberately demanding curve with critical caps, so do not compare them with linear percentage graders. For documentation questions (including explain_scoring), use the separate docs server at https://webanalyzer.dev/mcp/docs. No authentication is required.
Known tools 3
analyze_websiteAnalyze a public web page with WebAnalyzer's 290+ deterministic checks and return its 0-100 quality score, letter grade, per-dimension scores (SEO, GEO/AI readiness, performance, accessibility, code quality, UI/UX, data & tracking, security) and the top issues found.
Inferred read-onlyget_leaderboardReturn the public WebAnalyzer leaderboard: the highest-scoring analyzed websites with their name, URL and 0-100 score, best first.
Inferred read-onlyget_analysisFetch the result of a previous analyze_website run by its analysis id: the 0-100 score, grade, per-dimension scores and top issues.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.webanalyzer]
url = "https://mcp.webanalyzer.dev"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"webanalyzer": {
"type": "http",
"url": "https://mcp.webanalyzer.dev"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: webanalyzer
Remote MCP URL: https://mcp.webanalyzer.dev
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"webanalyzer": {
"url": "https://mcp.webanalyzer.dev"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"webanalyzer": {
"type": "http",
"url": "https://mcp.webanalyzer.dev"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "webanalyzer",
"transport": "streamable-http",
"url": "https://mcp.webanalyzer.dev"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.