CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Webcheck

yifanyifan897645/webcheck-mcp
2STDIOregistry active
Summary

Gives Claude five tools to analyze websites without needing API keys or external services. It fetches pages over HTTP and parses HTML locally to check SEO fundamentals (titles, meta tags, Open Graph, structured data), scan for accessibility issues (ARIA landmarks, alt text, form labels), audit security headers, crawl and test all links for 404s and timeouts, and compare two URLs side by side across all metrics. The check_website tool runs a full health check in one call. Useful when you're auditing a site, debugging broken links, or need to explain SEO problems to Claude with real data instead of guessing. Works offline and sends nothing to third parties.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

WebCheck MCP Server

English | 中文


中文

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

npm downloads

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

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

行业配置模板包 (¥9.9) → 包含:

  • 10个行业场景的完整工作流(电商/SaaS/SEO代理/DevOps等)
  • 直接复制粘贴的提示词模板
  • 行业对标基准线和行动清单

English

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

npm downloads

5 powerful tools, no API keys required.

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

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?

Industry Templates (¥9.9 / ~$1.4) → includes:

  • 10 ready-to-use workflows (e-commerce, SaaS, SEO agency, DevOps & more)
  • Copy-paste prompt templates for each industry
  • Industry benchmarks and action checklists

Part of the MCP Toolkit

View all servers →

  • webcheck-mcp — Website health analysis / 网站健康分析
  • git-summary-mcp — Git repository intelligence
  • mcp-checkup — MCP setup health analyzer
  • dev-utils-mcp — Developer utilities
  • codescan-mcp — Codebase health scanner
  • deadlink-checker-mcp — Dead link detector

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Security & Pentesting
Registryactive
Packagewebcheck-mcp
TransportSTDIO
UpdatedMar 30, 2026
View on GitHub

Related Security & Pentesting MCP Servers

View all →
Exploit Intelligence Platform — CVE, Vulnerability and Exploit Database

com.exploit-intel/eip-mcp

Real-time CVE, exploit, and vulnerability intelligence for AI assistants (350K+ CVEs, 115K+ PoCs)
Semgrep

semgrep/mcp

A MCP server for using Semgrep to scan code for security vulnerabilities.
666
Pentest

dmontgomery40/pentest-mcp

NOT for educational purposes: An MCP server for professional penetration testers including STDIO/HTTP/SSE support, nmap, go/dirbuster, nikto, JtR, hashcat, wordlist building, and more.
137
Notebooklm Mcp Secure

pantheon-security/notebooklm-mcp-secure

Security-hardened NotebookLM MCP with post-quantum encryption
68
Pentest Mcp Server

cyanheads/pentest-mcp-server

Offline methodology engine for authorized penetration testing, CTF, and security research.
1
AI Firewall MCP

io.github.akhilucky/ai-firewall-mcp

Multi-agent LLM security layer detecting prompt injection and jailbreaks.