Skip to main content
Glama

deadlink-checker-mcp

데드 링크 체커 MCP 서버 — 웹사이트의 깨진 링크, 리다이렉트, 타임아웃을 찾아냅니다.

설치

Claude Code

claude mcp add deadlink-checker -- npx -y deadlink-checker-mcp

Claude 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

도구

단일 웹페이지의 모든 링크를 확인합니다.

예시 프롬프트:

https://example.com 의 모든 링크에서 깨진 URL을 확인해줘

출력: 발견된 모든 링크에 대한 상태(status), 상태 텍스트(statusText), 리다이렉트 대상(redirectTo), 응답 시간(responseTime), 위치(location)가 포함된 JSON.


deep_scan

내부 페이지를 재귀적으로 크롤링하여 발견된 모든 링크를 확인합니다.

예시 프롬프트:

https://example.com 을 깊이 2로 정밀 스캔하여 모든 깨진 링크를 찾아줘

매개변수:

  • url — 시작 URL

  • depth — 크롤링 깊이 1-3 (무료: 최대 1)


check_sitemap

sitemap.xml을 파싱하여 나열된 모든 URL을 확인합니다.

예시 프롬프트:

https://example.com/sitemap.xml 에 있는 모든 URL을 확인해줘

출력: 사이트맵 내 모든 URL의 상태, 깨진 링크 및 타임아웃 강조 표시.

작동 방식

  1. 대상 페이지를 가져와 모든 <a href> 링크를 추출합니다.

  2. HTTP HEAD(빠름)를 사용하여 각 링크를 확인하고, HEAD가 거부되면 GET으로 대체합니다.

  3. 10초 타임아웃 및 1회 재시도와 함께 병렬 배치 요청(한 번에 10개)을 수행합니다.

  4. 보고서: 깨진 링크(4xx/5xx), 리다이렉트(301/302), 타임아웃 및 정상 링크.

MCP 툴킷의 일부

모든 서버 보기 →

라이선스

MIT

A
license - permissive license
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    Not graded
    quality
    D
    maintenance
    Web 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.
    6
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Website health checker MCP server - SEO audit, accessibility scan, broken link detection, performance analysis, and page comparison.
    69
    3
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    MCP 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.
    4
    MIT
  • A
    license
    Not graded
    quality
    F
    maintenance
    MCP 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.
    65
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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