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 上のすべてのリンクでリンク切れがないかチェックして

出力: 見つかったすべてのリンクについて、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件)、10秒のタイムアウト、1回のリトライを行います

  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