# Google search console (verified)

Google Search Console provides tools to monitor, maintain, and troubleshoot your site's presence in Google Search results.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add google_search_console

# Browse available tools
npx -y @smithery/cli@latest tool list google_search_console

# Get full schema for a tool
npx -y @smithery/cli@latest tool get google_search_console GOOGLE_SEARCH_CONSOLE_GET_SITEMAP

# Call a tool
npx -y @smithery/cli@latest 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.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get google_search_console <tool-name>
```
