# Google Search Console — MCP server on mcp.ai > Google Search Console provides tools to monitor, maintain, and troubleshoot your site's presence in Google Search results. By: mcp.ai · official Page: https://mcp.ai/google_search_console ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_google_search_console?ms=1781542680000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/google_search_console/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/google_search_console/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/google_search_console/skill.md Postman collection (v2.1): https://mcp.ai/google_search_console/postman.json ## Tools - google_search_console_get_sitemap(feedpath: string, site_url: string) — Retrieves information about a specific sitemap for a site. - google_search_console_inspect_url(url: string, site_url: string, language_code?: string, inspection_url: string) — Inspects a url for indexing issues and status in google search console. - google_search_console_list_sitemaps(site_url: string, sitemap_index?: string) — Lists all sitemaps for a site in google search console. - google_search_console_list_sites() — Lists all sites owned by the authenticated user in google search console. - google_search_console_search_analytics_query(end_date: string, site_url: string, row_limit?: integer, start_row?: integer, data_state?: string, dimensions?: string[], start_date: string, search_type?: string, aggregation_type?: string, dimension_filter_groups?: object[]) — Queries google search console for search analytics data including clicks, impressions, ctr, and position metrics. - google_search_console_submit_sitemap(feedpath: string, site_url: string) — Submits a sitemap to google search console for indexing. ## Links Docs: https://mcp.ai/docs/mcps/google_search_console Website: https://mcp.ai/mcps/google_search_console