Webcheck MCP Server

MCP server for website health analysis — SEO, performance, accessibility, and security checks for any URL | 网站健康分析MCP服务器

Local serverstdio

What is the Webcheck MCP MCP server?

If you already use Webcheck MCP, the webcheck mcp mcp server is the piece that lets your assistant work with it directly. MCP server for website health analysis — SEO, performance, accessibility, and security checks for any URL | 网站健康分析MCP服务器.

What the server does

一个 MCP (Model Context Protocol) 服务器,让 AI 助手能够自动分析任意网站的 SEO、无障碍性、安全性和性能问题。

  • Zero configuration — — no API keys, no accounts, no setup
  • Works offline — — analyzes directly via HTTP, no third-party APIs
  • Fast — — parallel link checking, lightweight HTML parsing
  • Comprehensive — — SEO + accessibility + security + performance in one server
  • Privacy-friendly — — no data sent to any analytics service

Installation

webcheck-mcp on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • check_website — Full health check: SEO score, performance, security headers, image analysis
  • check_seo — Deep SEO audit: title, meta, headings, content quality, Open Graph, structured data
  • check_accessibility — Accessibility scan: alt texts, ARIA landmarks, heading hierarchy, form labels
  • find_broken_links — Crawl all links on a page and report 404s, timeouts, and redirects
  • compare_pages — Side-by-side comparison of two URLs across all metrics
  • Tools — The Tools tool exposed by this server
  • Features — The Features tool exposed by this server

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Where it fits

Plenty of search and retrieval servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Webcheck MCP's toolset — check_website, check_seo, check_accessibility and 4 more — is a fair guide to whether it matches your workflow. It is maintained by yifanyifan897645; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Available tools

ToolWhat it does
check_websiteFull health check: SEO score, performance, security headers, image analysis
check_seoDeep SEO audit: title, meta, headings, content quality, Open Graph, structured data
check_accessibilityAccessibility scan: alt texts, ARIA landmarks, heading hierarchy, form labels
find_broken_linksCrawl all links on a page and report 404s, timeouts, and redirects
compare_pagesSide-by-side comparison of two URLs across all metrics
ToolsThe Tools tool exposed by this server.
FeaturesThe Features tool exposed by this server.

How to install the Webcheck MCP MCP server

{
  "mcpServers": {
    "webcheck": {
      "command": "npx",
      "args": ["-y", "webcheck-mcp"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use Webcheck MCP to check website.
  • Use Webcheck MCP to check seo.
  • Use Webcheck MCP to check accessibility.

Frequently asked questions

It connects Webcheck MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 7 tools (check_website, check_seo, check_accessibility, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Webcheck MCP directly.