MCP Webscan Server

check_links

Check for broken links on a page

Input Schema

NameRequiredDescriptionDefault
urlYesURL to check links for

Input Schema (JSON Schema)

{ "properties": { "url": { "description": "URL to check links for", "type": "string" } }, "required": [ "url" ], "type": "object" }