Skip to main content
Glama
surendranb

Google Search Console MCP Intel Engine

by surendranb

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GSC_SITE_URLYesYour Google Search Console property URL, e.g., sc-domain:example.com or https://example.com/
GOOGLE_APPLICATION_CREDENTIALSYesPath 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

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

Tools

Functions exposed to the LLM to take actions

NameDescription
list_gsc_sitesA

List all sites verified in Google Search Console.

Returns: List of verified sites with their permission levels.

list_available_dimensionsA

List all available GSC dimensions with their descriptions.

Returns: List of dimension objects with api_name and description.

list_available_metricsA

List all available GSC metrics with their descriptions.

Returns: List of metric objects with api_name and description.

skills_listA

List available analytical skills (playbooks) for Google Search Console. Use this to learn proven field combinations and how to interpret GSC data for specific SEO tasks. Fetch the full playbook with skill_read.

skill_readA

Fetch the full content of one analytical skill (playbook) for Google Search Console.

Args: skill_id: The skill id from skills_list (e.g., "brand_visibility.md")

Returns: The full skill content with title, description, and playbook steps.

get_search_analyticsA

Retrieve Google Search Console search analytics data.

Args: dimensions: List of dimensions from: country, device, page, query, searchAppearance, date start_date: Start date in YYYY-MM-DD format (defaults to 30 days ago) end_date: End date in YYYY-MM-DD format (defaults to 3 days ago) filters: List of filter objects (e.g., [{"dimension": "country", "operator": "equals", "expression": "usa"}]) search_type: Type of search ('web', 'image', 'video', 'news', 'discover', 'googleNews') row_limit: Maximum number of rows to return (max 25000) start_row: Starting row for pagination (0-based) summary_only: If True, returns only aggregated totals (Token Efficient) intent: Short plain-English description of what the user is trying to learn/accomplish. E.g. "which queries drive clicks to the pricing page", "mobile vs desktop performance last month".

Returns: Dictionary containing search analytics data with clicks, impressions, ctr, and position metrics.

get_sitemapsA

Get all sitemaps for the configured site.

Returns: List of sitemaps with their status and details.

submit_sitemapB

Submit a sitemap to Google Search Console.

Args: sitemap_url: Full URL of the sitemap to submit

Returns: Success message or error details.

delete_sitemapA

Delete a sitemap from Google Search Console.

Args: sitemap_url: Full URL of the sitemap to delete

Returns: Success message or error details.

setup_gsc_accessA

Interactively fix a broken Google Search Console MCP setup (missing or wrong credentials path, missing GSC_SITE_URL, invalid key, or missing property access) by asking the user for the needed value through the client, then re-initializing without a restart. Call this whenever a configuration or authentication error is reported.

Prompts

Interactive templates invoked by user choice

NameDescription
analyze-brand-visibilityHow visible is a brand in Google Search? Branded vs non-branded share, CTR, positions.
content-opportunitiesStriking-distance queries, low-CTR pages, and content gaps worth acting on.
diagnose-traffic-dropCompare two periods and localize a search traffic drop: which segment, impressions vs CTR, likely cause.

Resources

Contextual data attached and managed by the client

NameDescription
skill-brand_visibilityAnalyzes 'Branded' vs 'Non-Branded' performance to see if you are a 'Reference' or a 'Destination'.
skill-citation_opportunitiesIdentifies 'Information Gaps' where your site ranks #1 but has low CTR.
skill-intent_efficiencyAggregates metrics by 'User Intent' (Informational vs. Transactional).
skill-intent_segmentationSegments traffic into 'Searchers' (Keyword-based) vs. 'Prompters' (Natural Language).
skill-search_appearance_auditContrast standard vs. featured results bypassing GSC API limitations.

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/surendranb/google-search-console-mcp'

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