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 со статусом, statusText, redirectTo, responseTime и location для каждой найденной ссылки.
deep_scan
Рекурсивное сканирование внутренних страниц и проверка всех обнаруженных ссылок.
Пример запроса:
Выполни глубокое сканирование https://example.com с глубиной 2, чтобы найти все битые ссылки
Параметры:
url— Начальный URLdepth— Глубина сканирования 1-3 (бесплатно: макс. 1)
check_sitemap
Парсинг sitemap.xml и проверка каждого указанного URL.
Пример запроса:
Проверь все URL в https://example.com/sitemap.xml
Вывод: Статус каждого URL в карте сайта, с выделением битых ссылок и тайм-аутов.
Как это работает
Загружает целевую страницу и извлекает все ссылки
<a href>Проверяет каждую ссылку с помощью HTTP HEAD (быстро), переключается на GET, если HEAD отклонен
Параллельные пакетные запросы (по 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