MCP Webscan Server

by bsmi021

crawl-site

Scan and extract all URLs from a website by specifying the target URL and crawl depth, enabling comprehensive web content analysis.

Instructions

Crawl a website and return a list of all the URLs found

Input Schema

NameRequiredDescriptionDefault
maxDepthNo
urlYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "maxDepth": { "default": 3, "maximum": 10, "minimum": 1, "type": "number" }, "url": { "format": "uri", "type": "string" } }, "required": [ "url" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Webscan Server

Related Tools

ID: u0tna3hemh