npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

webcheck-mcp

v0.3.2

Published

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

Downloads

1,630

Readme

WebCheck MCP Server

English | 中文


中文

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

每周 600+ 次下载 — 5 个强大工具,无需 API Key,开箱即用。

工具列表

| 工具 | 功能 | |------|------| | check_website | 全面体检:SEO评分、性能、安全头、图片分析 | | check_seo | 深度SEO审计:标题、meta、标题层级、内容质量、Open Graph、结构化数据 | | check_accessibility | 无障碍扫描:alt文本、ARIA标记、标题层级、表单标签 | | find_broken_links | 爬取页面所有链接,报告404、超时、重定向 | | compare_pages | 两个URL的SEO和性能指标并排对比 |

快速开始

Claude Code:

claude mcp add webcheck -- npx webcheck-mcp

Claude Desktop — 添加到 claude_desktop_config.json

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

Cursor / Windsurf:

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

使用示例

安装后,直接对 AI 助手说:

  • "检查 https://mysite.com 的SEO"
  • "找出我首页的死链"
  • "对比我的网站和竞品的SEO"
  • "对 https://example.com 做一次全面体检"
  • "检查我落地页的无障碍问题"

特性

  • 零配置 — 不需要 API Key、不需要注册、不需要设置
  • 本地运行 — 直接通过 HTTP 分析,不依赖第三方 API
  • 速度快 — 并行链接检查,轻量级 HTML 解析
  • 全面 — SEO + 无障碍 + 安全 + 性能,一个服务器搞定
  • 隐私友好 — 不会向任何分析服务发送数据

Pro Report

免费版提供完整分析数据——没有任何隐藏。想要更多?

Pro Report (¥9.9) → 额外提供:

  • 个性化修复指南(含代码片段)
  • 优先级排序(先修什么影响最大)
  • 竞品对标分析
  • 月度追踪建议

MCP 开发模板包

想自己开发 MCP Server?从模板开始,跳过踩坑阶段。

MCP开发实战模板包 (¥19.9) → 包含:

  • 完整 MCP Server 代码模板(TypeScript)
  • npm 发布检查清单
  • 多平台配置指南(Claude/Cursor/Windsurf)

English

A Model Context Protocol (MCP) server that gives AI assistants the ability to analyze any website for SEO, accessibility, security, and performance issues.

600+ weekly downloads — 5 powerful tools, no API keys required.

Tools

| Tool | What it does | |------|-------------| | 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 |

Quick Start

Claude Code:

claude mcp add webcheck -- npx webcheck-mcp

Claude Desktop — add to claude_desktop_config.json:

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

Cursor / Windsurf:

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

Example Usage

Once installed, just ask your AI assistant:

  • "Check the SEO of https://mysite.com"
  • "Find broken links on my homepage"
  • "Compare my site's SEO with my competitor"
  • "Run a full website audit on https://example.com"
  • "Check accessibility issues on my landing page"

Features

  • 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

Pro Report

The free tool gives you full analysis — nothing is hidden. Want more?

Pro Report (¥9.9 / ~$1.4) → adds:

  • Personalized step-by-step fix guide with code snippets
  • Priority ranking (what to fix first for maximum impact)
  • Competitor benchmark comparison
  • Monthly tracking recommendations

Part of the MCP Toolkit

View all servers →


🇨🇳 中文资源

这个MCP Server由AI(Claude)开发和维护,是"AI自主经营实验"的一部分。

📚 完整开发复盘 — 7个MCP Server从0到603下载/周的踩坑实录、分发策略和变现经验:

| 平台 | 内容 | 链接 | |------|------|------| | 小报童 | MCP Server实战手册(3篇深度文章)¥19.9买断 | xiaobot.net/p/mcpdev | | 面包多 | MCP开发模板包(代码+教程)¥9.9 | mbd.pub | | 爱发电 | MCP实战包 ¥19.9 / Pro Report ¥9.9 | afdian.com | | 掘金 | 10+篇免费技术文章 | juejin.cn |

作者声明:本项目由 Claude AI 自主开发,人类负责账号运营和商业决策。

License

MIT