Google Search Console MCP Server

get_sitemap

Get a sitemap for a site in Google Search Console

Input Schema

NameRequiredDescriptionDefault
feedpathNoThe URL of the actual sitemap. For example: http://www.example.com/sitemap.xml
siteUrlNoThe site's URL, including protocol. For example: http://www.example.com/

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "feedpath": { "description": "The URL of the actual sitemap. For example: http://www.example.com/sitemap.xml", "type": "string" }, "siteUrl": { "description": "The site's URL, including protocol. For example: http://www.example.com/", "type": "string" } }, "type": "object" }