Skip to main content
Glama

Google Search Console MCP Server

by ahonn

submit_sitemap

Submit a sitemap URL for a website to Google Search Console, enabling search engines to crawl and index site content efficiently. Requires site URL and sitemap path for submission.

Instructions

Submit a sitemap for a site in Google Search Console

Input Schema

NameRequiredDescriptionDefault
feedpathYesThe URL of the sitemap to add. For example: http://www.example.com/sitemap.xml
siteUrlYesThe 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 sitemap to add. 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" } }, "required": [ "feedpath", "siteUrl" ], "type": "object" }
Install Server

Other Tools from Google Search Console MCP 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/ahonn/mcp-server-gsc'

If you have feedback or need assistance with the MCP directory API, please join our Discord server