gsc-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GSC_CLIENT_ID | No | Google Cloud OAuth 2.0 Client ID | |
| GSC_CLIENT_SECRET | No | Google Cloud OAuth 2.0 Client Secret | |
| GSC_REFRESH_TOKEN | No | OAuth 2.0 Refresh Token with search console and indexing scopes | |
| GSC_SERVICE_ACCOUNT_KEY_PATH | No | Local path to the Google Service Account JSON key file |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| sites_listB | List all sites (properties) you have access to in Google Search Console. |
| sites_getA | Retrieve information about a specific site (property) in Google Search Console. |
| sites_addA | Add a site (property) to Google Search Console. Verification may still be required. |
| sites_deleteB | Remove a site (property) from Google Search Console. |
| sitemaps_listB | List all sitemaps submitted for a site in Google Search Console. |
| sitemaps_getC | Retrieve information about a specific sitemap. |
| sitemaps_submitB | Submit a sitemap for a site to Google Search Console. |
| sitemaps_deleteB | Delete a sitemap from Google Search Console. |
| search_analytics_queryA | Query search traffic data from Google Search Console. Returns clicks, impressions, CTR, and position data with flexible filtering and grouping. |
| url_inspection_inspectA | Inspect a URL in Google's index. Returns indexing status, crawl info, rich results, AMP status, and mobile usability for a specific URL. |
| indexing_publishA | Notify Google about a URL update or removal via the Indexing API. Use URL_UPDATED when a page is created or updated, URL_DELETED when a page is removed. |
| indexing_get_metadataA | Get the latest indexing notification metadata for a URL. Returns the latest URL_UPDATED and URL_DELETED notification timestamps. |
| indexing_batch_publishA | Batch notify Google about multiple URL updates or removals via the Indexing API. Combines up to 100 notifications into a single HTTP request for efficiency. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| seo_audit | Run an SEO audit for a site — checks indexing status, sitemap health, and recent search performance. |
| index_url | Submit a URL to Google for indexing and verify its current index status. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| sites | List of all verified sites (properties) in Google Search Console |
| sitemaps | List of all sitemaps for a specific site |
TDQS
Scored across 13 tools
Each tool targets a distinct domain (sites, sitemaps, indexing, analytics, inspection) with clear actions. No overlaps between groups.
All tool names follow a consistent `domain_verb` pattern in snake_case (e.g., `sites_list`, `indexing_publish`), making them predictable.
13 tools cover the core Google Search Console functionalities well: site management, sitemaps, indexing, analytics, and URL inspection. Not excessive or sparse.
All major areas have CRUD-like coverage (sites, sitemaps, indexing notifications, analytics query, URL inspection). Minor gap: no aggregate listing of indexed URLs, but within scope.