Sitemap MCP Server

by mugoosse
Verified

get_sitemap_tree

Fetch and parse the sitemap tree of any website by providing its homepage URL. Retrieve structured sitemap data and optionally include detailed page information.

Instructions

Fetch and parse the sitemap tree from a website URL

Input Schema

NameRequiredDescriptionDefault
include_pagesNoWhether to include page details in the response
urlYesThe URL of the website homepage (e.g., https://example.com)

Input Schema (JSON Schema)

{ "properties": { "include_pages": { "default": false, "description": "Whether to include page details in the response", "title": "Include Pages", "type": "boolean" }, "url": { "description": "The URL of the website homepage (e.g., https://example.com)", "title": "Url", "type": "string" } }, "required": [ "url" ], "title": "get_sitemap_treeArguments", "type": "object" }

You must be authenticated.

Other Tools from Sitemap MCP Server

Related Tools

ID: 07w9m4uqkl