Skip to main content
Glama

MCP Webscan Server

by bsmi021

generate-site-map

Crawl a website from a given URL to a specified depth and generate an XML sitemap with discovered URLs, up to a defined limit, for improved site navigation and indexing.

Instructions

Crawls a website starting from a given URL up to a specified depth and generates an XML sitemap containing the discovered URLs (up to a specified limit).

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of URLs to include in the generated sitemap XML. Defaults to 1000. Max allowed is 5000.
maxDepthNoThe maximum depth to crawl relative to the starting URL to discover pages for the sitemap. 0 means only the starting URL. Max allowed depth is 5. Defaults to 2.
urlYesThe starting URL for the crawl to generate the sitemap. Must be a valid HTTP or HTTPS URL.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "default": 1000, "description": "Maximum number of URLs to include in the generated sitemap XML. Defaults to 1000. Max allowed is 5000.", "maximum": 5000, "minimum": 1, "type": "integer" }, "maxDepth": { "default": 2, "description": "The maximum depth to crawl relative to the starting URL to discover pages for the sitemap. 0 means only the starting URL. Max allowed depth is 5. Defaults to 2.", "maximum": 5, "minimum": 0, "type": "integer" }, "url": { "description": "The starting URL for the crawl to generate the sitemap. 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