Skip to main content
Glama

MCP Webscan Server

by bsmi021

check-links

Validates all links on a specified webpage by extracting anchor tags and checking their reachability via HEAD requests, identifying broken, valid, or invalid URLs for efficient link management.

Instructions

Fetches a given URL, extracts all anchor ('a') links, and checks each linked URL for validity (reachability via HEAD request). Returns a list of checked links with their status ('valid', 'broken', or 'invalid_url' if the href attribute couldn't be resolved to a full URL).

Input Schema

NameRequiredDescriptionDefault
urlYesThe fully qualified URL of the web page to check for broken links. Must be a valid HTTP or HTTPS URL.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "url": { "description": "The fully qualified URL of the web page to check for broken links. Must be a valid HTTP or HTTPS URL.", "format": "uri", "type": "string" } }, "required": [ "url" ], "type": "object" }

Other Tools from MCP Webscan 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/bsmi021/mcp-server-webscan'

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