Skip to main content
Glama
wyattxmgmt

GSC MCP Server

by wyattxmgmt

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GSC_OAUTH_TOKEN_PATHNoPath to the OAuth token file (e.g., .gsc-token.json).
GSC_OAUTH_CREDENTIALS_PATHNoPath to the OAuth client JSON file for Google OAuth 2.0.
GSC_SERVICE_ACCOUNT_KEY_PATHNoPath to the JSON key file for a Google service account.

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": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_sitesA

List all sites/properties the authenticated account has access to in Google Search Console.

query_search_analyticsA

Query Google Search Console performance data (clicks, impressions, CTR, position) for a site, broken down by dimensions like query, page, country, device, or date.

list_sitemapsA

List all sitemaps submitted for a Search Console property.

get_sitemapA

Get details and status for a single sitemap.

submit_sitemapB

Submit a new sitemap to Google Search Console for a property.

delete_sitemapA

Remove a sitemap from Google Search Console for a property.

inspect_urlA

Run the Search Console URL Inspection tool on a single URL to check indexing status, coverage issues, mobile usability, and more.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 7 tools

Disambiguation5/5

Each tool targets a distinct resource and action: site listing, sitemap lifecycle (list/get/submit/delete), URL inspection, and search analytics querying. No overlap; get_sitemap vs list_sitemaps is clearly singular vs plural.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern: list_sites, get_sitemap, submit_sitemap, delete_sitemap, inspect_url, query_search_analytics, list_sitemaps. The style is uniform and predictable.

Tool Count5/5

7 tools is well-scoped for a Google Search Console server, covering the core resources (sites, sitemaps, URLs, analytics) without bloat. Each tool earns its place.

Completeness4/5

The sitemap lifecycle is complete (list, get, submit, delete), and URL inspection plus search analytics cover major GSC functions. A minor gap is the lack of a dedicated tool to get detailed property info beyond listing, but this is workable.

Maintenance

ActivitySlowing
ResponsivenessNo issues