Google search console (verified)
Google Search Console provides tools to monitor, maintain, and troubleshoot your site's presence in Google Search results.
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add google_search_console
# Browse available tools
npx -y smithery tool list google_search_console
# Get full schema for a tool
npx -y smithery tool get google_search_console GOOGLE_SEARCH_CONSOLE_GET_SITEMAP
# Call a tool
npx -y smithery tool call google_search_console GOOGLE_SEARCH_CONSOLE_GET_SITEMAP '{}'Direct MCP Connection
Endpoint: https://google_search_console.run.tools
Tools (6)
GOOGLE_SEARCH_CONSOLE_GET_SITEMAP— Retrieves information about a specific sitemap for a site.GOOGLE_SEARCH_CONSOLE_INSPECT_URL— Inspects a URL for indexing issues and status in Google Search Console.GOOGLE_SEARCH_CONSOLE_LIST_SITEMAPS— 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— Queries Google Search Console for search analytics data including clicks, impressions, CTR, and position metrics.GOOGLE_SEARCH_CONSOLE_SUBMIT_SITEMAP— Submits a sitemap to Google Search Console for indexing.
# Get full input/output schema for a tool
npx -y smithery tool get google_search_console