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을 확인해줘
출력: 발견된 모든 링크에 대한 상태(status), 상태 텍스트(statusText), 리다이렉트 대상(redirectTo), 응답 시간(responseTime), 위치(location)가 포함된 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초 타임아웃 및 1회 재시도와 함께 병렬 배치 요청(한 번에 10개)을 수행합니다.
보고서: 깨진 링크(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