Skip to main content
Glama

Broken Link Checker MCP Server

by davinoishi

check_site

Scan entire websites to identify broken internal and external links. Recursively crawls pages to check link validity and provides detailed status reports.

Instructions

Recursively crawl and check all links across an entire website. This will scan multiple pages and check all internal and external links found. Use with caution on large sites as it may take significant time.

Input Schema

NameRequiredDescriptionDefault
excludeExternalLinksNoIf true, only check internal links (default: false)
honorRobotExclusionsNoIf true, respect robots.txt and meta robots tags (default: true)
maxSocketsPerHostNoMaximum concurrent requests per host (default: 1)
urlYesThe starting URL of the site to check

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" }, "maxSocketsPerHost": { "default": 1, "description": "Maximum concurrent requests per host (default: 1)", "type": "number" }, "url": { "description": "The starting URL of the site to check", "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