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 上のすべてのリンクでリンク切れがないかチェックして
出力: 見つかったすべてのリンクについて、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件)、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