Google Search Console MCP Server

list_sitemaps

List sitemaps for a site in Google Search Console

Input Schema

NameRequiredDescriptionDefault
siteUrlNoThe site's URL, including protocol. For example: http://www.example.com/
sitemapIndexNoA URL of a site's sitemap index. For example: http://www.example.com/sitemapindex.xml

Input Schema (JSON Schema)

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