Wraps the linkinator library to let Claude scan websites and local files for broken links. Exposes a scan_page tool that crawls URLs recursively, validates anchor fragments, parses markdown and CSS for links, and returns detailed reports with status codes grouped by error type. Useful when you need to audit documentation sites, check a codebase's README links, or verify that a deployment didn't break any references. Supports the full linkinator CLI options including concurrency limits, custom user agents, retry logic for 429s and 5xx errors, and filtering patterns to skip specific domains. Install with npx or configure manually in your Claude client's config file.
claude mcp add --transport stdio justinbeckwith-linkinator-mcp uvx linkinator-mcp