INDIVIDUAL MCP TOOL
analyze_website
Analyze 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.
LIVE ENDPOINT
https://mcp.webanalyzer.dev
Connect to this endpoint to inspect the live schema for analyze_website and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.
Related tools
get_leaderboard— Return the public WebAnalyzer leaderboard: the highest-scoring analyzed websites with their name, URL and 0-100 score, best first.get_analysis— Fetch the result of a previous analyze_website run by its analysis id: the 0-100 score, grade, per-dimension scores and top issues.