Skip to main content
Glama
seotesting-com

Google Search Console MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GOOGLE_APPLICATION_CREDENTIALSYesPath 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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_sitesA

List all verified sites in Search Console.

query_search_analyticsC
Query Search Console analytics data for a site.

Args:
    site_url: Full URL of your website (e.g., https://www.example.com/ or sc-domain:example.com)
    start_date: Start date in YYYY-MM-DD format
    end_date: End date in YYYY-MM-DD format
    dimensions: List of dimensions (query, page, device, country, date)
    search_type: Type of search results (web, image, video, news, discover, googleNews)
    row_limit: Number of rows to return (max 25000)
compare_time_periodsB
Compare Search Console metrics between two time periods.

Args:
    site_url: Full URL of your website (e.g., https://www.example.com/ or sc-domain:example.com)
    current_start_date: Start date for current period in YYYY-MM-DD format
    current_end_date: End date for current period in YYYY-MM-DD format
    previous_start_date: Start date for previous period in YYYY-MM-DD format
    previous_end_date: End date for previous period in YYYY-MM-DD format
    dimensions: List of dimensions (query, page, device, country, date)
    search_type: Type of search results (web, image, video, news, discover, googleNews)
    row_limit: Number of rows to return (max 25000)
get_top_performing_contentB
Get the top performing content based on a specific metric.

Args:
    site_url: Full URL of your website (e.g., https://www.example.com/ or sc-domain:example.com)
    start_date: Start date in YYYY-MM-DD format
    end_date: End date in YYYY-MM-DD format
    metric: Metric to sort by (clicks, impressions, ctr, position)
    limit: Number of results to return
get_search_trendsB
Get search trends over time for a site.

Args:
    site_url: Full URL of your website (e.g., https://www.example.com/ or sc-domain:example.com)
    start_date: Start date in YYYY-MM-DD format
    end_date: End date in YYYY-MM-DD format
    interval: Time interval for grouping (day, week, month)

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 5 tools

Disambiguation3/5

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.

Naming Consistency5/5

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.

Tool Count5/5

With 5 tools, the server is well-scoped for the Search Console analytics domain—enough to cover core operations without being overwhelming.

Completeness4/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues