Skip to main content
Glama

Broken Link Checker MCP Server

by davinoishi

check_page_links

Check all links on a web page for broken links, returning HTTP status codes and failure reasons. Supports filtering external links and respecting robots.txt exclusions.

Instructions

Check all links on a single HTML page for broken links. Returns detailed information about each link found including broken status, HTTP status codes, and reasons for failure.

Input Schema

NameRequiredDescriptionDefault
excludeExternalLinksNoIf true, only check internal links (default: false)
honorRobotExclusionsNoIf true, respect robots.txt and meta robots tags (default: true)
urlYesThe URL of the page to check for broken links

Input Schema (JSON Schema)

{ "properties": { "excludeExternalLinks": { "default": false, "description": "If true, only check internal links (default: false)", "type": "boolean" }, "honorRobotExclusions": { "default": true, "description": "If true, respect robots.txt and meta robots tags (default: true)", "type": "boolean" }, "url": { "description": "The URL of the page to check for broken links", "type": "string" } }, "required": [ "url" ], "type": "object" }

Other Tools from Broken Link Checker MCP Server

Related Tools

    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/davinoishi/broken-link-checker-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server