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

Capabilities

Features and capabilities supported by this server

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

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/seotesting-com/gsc-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server