gsc_list_sitemaps

Pack: google_search_console · Endpoint: https://gateway.pipeworx.io/google_search_console/mcp

List the sitemaps submitted for a property, including last download time, warnings/errors, and indexed counts. Use to audit sitemap health.

Parameters

NameTypeRequiredDescription
siteUrlstringyesThe property URL exactly as listed by gsc_list_sites

Example call

curl -X POST https://gateway.pipeworx.io/google_search_console/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"gsc_list_sitemaps","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "google_search_console": {
      "url": "https://gateway.pipeworx.io/google_search_console/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 2, 2026