loading…
Search for a command to run...
loading…
Dead link checker MCP server - find broken links, redirects, and timeouts on any website. Free tier: 30 links/scan.
Dead link checker MCP server - find broken links, redirects, and timeouts on any website. Free tier: 30 links/scan.
Dead link checker MCP server — find broken links, redirects, and timeouts on any website.
claude mcp add deadlink-checker -- npx -y deadlink-checker-mcp
Add to claude_desktop_config.json:
{
"mcpServers": {
"deadlink-checker": {
"command": "npx",
"args": ["-y", "deadlink-checker-mcp"]
}
}
}
Add to MCP settings:
{
"mcpServers": {
"deadlink-checker": {
"command": "npx",
"args": ["-y", "deadlink-checker-mcp"]
}
}
}
check_linksCheck all links on a single webpage.
Example prompt:
Check all links on https://example.com for broken URLs
Output: JSON with status, statusText, redirectTo, responseTime, and location for every link found.
deep_scanRecursively crawl internal pages and check all discovered links.
Example prompt:
Deep scan https://example.com with depth 2 to find all broken links
Parameters:
url — Starting URLdepth — Crawl depth 1-3 (free: max 1)check_sitemapParse a sitemap.xml and check every listed URL.
Example prompt:
Check all URLs in https://example.com/sitemap.xml
Output: Status of every URL in the sitemap, with broken links and timeouts highlighted.
<a href> linksMIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"deadlink-checker-mcp": {
"command": "npx",
"args": []
}
}
}