Skip to main content
Glama
brodesigns

gsc-readonly-mcp

by brodesigns

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GSC_SITE_URLNoThe Search Console property URL (e.g., 'https://example.de/' or 'sc-domain:example.de'). Optional; can be overridden by a site_url argument to each tool.
GSC_SERVICE_ACCOUNT_KEY_FILEYesPath to the 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": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_sitesA

Lists every Google Search Console property the service account has access to.

list_sitemapsA

Lists all sitemaps submitted to Search Console for a property, including status (errors, warnings, indexed count).

search_analytics_queryA

Clicks, impressions, CTR and position for a date range, grouped by dimensions (e.g. query, page). Core tool for SEO decisions.

inspect_urlA

Checks the index status of a single URL: is it indexed, what issues does Google report, mobile usability, canonical URL.

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 4 tools

Disambiguation5/5

Each tool targets a distinct read-only resource and action: site properties, sitemaps, analytics aggregation, and single-URL inspection. There is no overlap that would make an agent misselect.

Naming Consistency4/5

list_sites and list_sitemaps follow a consistent list_ pattern, and inspect_url is a clear verb_noun action. search_analytics_query deviates slightly by placing 'query' after the resource, but the intent remains obvious.

Tool Count5/5

Four tools is well-scoped for a read-only Google Search Console server. Each tool covers a major API surface area without redundancy or unnecessary expansion.

Completeness5/5

The core read-only Search Console domains are covered: properties, sitemaps, performance data, and URL index inspection. Since write operations are outside the server's stated purpose, there are no meaningful gaps for its intended use.

Maintenance

ActivityMaintained
ResponsivenessNo issues