MCP Webscan Server

generate-site-map

Create a sitemap for any website by specifying its URL. The tool, part of MCP Webscan Server, extracts and organizes site links to improve web content analysis and navigation.

Instructions

Generate a sitemap for a website

Input Schema

NameRequiredDescriptionDefault
baseUrlNo
limitNo
urlYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "baseUrl": { "format": "uri", "type": "string" }, "limit": { "default": 100, "maximum": 5000, "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