Google Search Console MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GOOGLE_APPLICATION_CREDENTIALS | Yes | Path to your Google Cloud service account JSON credentials 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": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_sitesA | List all verified sites in Search Console. |
| query_search_analyticsC | |
| compare_time_periodsB | |
| get_top_performing_contentB | |
| get_search_trendsB | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
Tools like compare_time_periods, get_search_trends, and get_top_performing_content are essentially specialized variants of query_search_analytics, causing potential overlap and confusion for agents. While descriptions attempt to differentiate, the underlying functionality is redundant.
All tool names follow a consistent verb_noun pattern in snake_case (e.g., list_sites, query_search_analytics), making the set predictable and easy to navigate.
With 5 tools, the server is well-scoped for the Search Console analytics domain—enough to cover core operations without being overwhelming.
The tools cover essential analytics queries, trends, comparisons, and site listing. Minor gaps exist (e.g., no sitemap or index coverage), but the surface is complete for its stated purpose.