deadlink-checker-mcp
deadlink-checker-mcp
死链检查 MCP 服务器 — 查找任何网站上的失效链接、重定向和超时。
安装
Claude Code
claude mcp add deadlink-checker -- npx -y deadlink-checker-mcpClaude Desktop
添加到 claude_desktop_config.json:
{
"mcpServers": {
"deadlink-checker": {
"command": "npx",
"args": ["-y", "deadlink-checker-mcp"]
}
}
}Cursor
添加到 MCP 设置:
{
"mcpServers": {
"deadlink-checker": {
"command": "npx",
"args": ["-y", "deadlink-checker-mcp"]
}
}
}Related MCP server: webcheck-mcp
工具
check_links
检查单个网页上的所有链接。
示例提示词:
检查 https://example.com 上的所有链接,查找失效的 URL
输出: 包含每个已发现链接的状态、状态文本、重定向地址、响应时间和位置的 JSON。
deep_scan
递归爬取内部页面并检查所有发现的链接。
示例提示词:
深度扫描 https://example.com,深度为 2,查找所有失效链接
参数:
url— 起始 URLdepth— 爬取深度 1-3(免费版:最大为 1)
check_sitemap
解析 sitemap.xml 并检查其中列出的每个 URL。
示例提示词:
检查 https://example.com/sitemap.xml 中的所有 URL
输出: 站点地图中每个 URL 的状态,并突出显示失效链接和超时链接。
工作原理
获取目标页面并提取所有
<a href>链接使用 HTTP HEAD(快速)检查每个链接,如果 HEAD 被拒绝,则回退到 GET
并行批量请求(每次 10 个),超时时间为 10 秒,重试 1 次
报告:失效(4xx/5xx)、重定向(301/302)、超时和正常链接
MCP 工具包的一部分
webcheck-mcp — 网站健康分析
git-summary-mcp — Git 仓库智能分析
mcp-checkup — MCP 设置健康分析器
dev-utils-mcp — 开发者工具
codescan-mcp — 代码库健康扫描器
deadlink-checker-mcp — 死链检测器
许可证
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceWeb scraping MCP server for Al agents. 6 tools: extract clean text/markdown from any URL, structured scraping with CSS selectors, full-page screenshots via Playwright, link extraction with regex filtering, metadata extraction (OG tags, Twitter cards), and Google search. Free tier: 50 requests/IP/day.6MIT
- AlicenseNot gradedqualityDmaintenanceWebsite health checker MCP server - SEO audit, accessibility scan, broken link detection, performance analysis, and page comparison.693MIT
- AlicenseAqualityDmaintenanceMCP server for broken link detection, monitoring, and AI-powered fix suggestions. Scans URLs or sitemaps, estimates SEO and revenue impact, and returns actionable remediation steps. Built with FastMCP 3.x.4MIT
- AlicenseNot gradedqualityFmaintenanceMCP server for running infrastructure diagnostics from 6 global regions. It provides tools like SSL checks, DNS lookups, ping, whois, port checks, traceroute, latency tests, and more, with a free demo mode (10 calls/day) and no API key required.65MIT
Related MCP Connectors
Conformance checker for MCP servers. Free, no key, verdicts recomputable and re-measured daily.
Free remote MCP server for fetching public web pages through a rotating proxy pool.
MCP server aggregating developer infrastructure deals, free tiers, and startup programs
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yifanyifan897645/deadlink-checker-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server