Search Console for agents: index status, unindexed-URL discovery, Request Indexing, sitemaps.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Gsc Indexer MCP.
gsc_list_sitesList every Search Console property the account can reach
gsc_doctorDiagnose auth, config and environment problems
gsc_check_statusIndex status for one or more URLs via the URL Inspection API (read-only, spends no Request-Indexing slot)
gsc_quotaRequest-Indexing and URL Inspection budget remaining today, per property
gsc_performanceClicks, impressions, CTR and position from Search Analytics
gsc_submit_sitemapsSubmit or resubmit sitemaps to a property
An MCP server that gives Claude and other AI agents real control over Google Search Console β list your properties, check whether a URL is indexed, find the pages Google left out, run URL inspection in bulk, submit sitemaps, request indexing, and pull search analytics, all from a conversation.
Built for SEO practitioners tired of checking index status and submitting sitemaps by hand, one property at a time, and for the AI agents that can do it for them.
shahidali.co/tools/gsc-mcp is the project page: the same install lines, the tool list, and what the quota rules actually are, written for people who have not opened this repo.
Claude Code, in one command:
Anything else that speaks MCP, by hand β this is the whole config:
uvx fetches and runs the published package with nothing installed first, which
is why every button above is a one-liner. A .mcp.json with exactly
that content sits in this repo, so cloning it is also enough.
No API key goes in any of these. Sign-in happens once, in your browser, when you
first call gsc_setup() β see The OAuth client is handled for you.
Beta. The whole surface is wired up, and it has now met a real Google account β on one operating system, driven by one person.
0.1.0 drops the pre-release suffix so that pip install finds it without
--pre. That is a decision about reach, not a claim of maturity: this project
needs bug reports from people who are not its author, and a package pip refuses
to install by default does not get them. Read the Known issues in
CHANGELOG.md before pointing it at a property you care about β
in particular, a transient rate-limit from Google currently ends the whole
batch. Bug reports are the point; please file them.
Fifteen tools are registered on the server and covered by a wire-level smoke test that connects a real MCP client session and confirms every tool answers with a description. Storage, quota accounting, OAuth, and config are the foundation underneath them. Sign-in has been walked for real, on Windows against a live Google account β see docs/manual-smoke.md, which is also where the defects that run found are recorded. Submission has since driven a real browser and had Google confirm real Request Indexing calls, in Chrome and in Brave, against live properties. That is one platform and one operator, and every automated assertion about it is still made against a fake; see Known gaps for what that does and does not buy you.
| Milestone | Scope | State |
|---|---|---|
| 1. Foundation | Paths, logging, SQLite store, quota engine, OAuth + PKCE, config | Done |
| 2. MCP surface | The tools below, exposed over MCP | Done |
| 3A. Onboarding | Guided sign-in, browser/profile detection, the bridge extension | Done |
| 3B. Submission | Browser-driven Request Indexing, job control | Verified live on Windows |
| 4. Reporting | Indexation discovery and audits | Verified live on Windows |
Released versions and what changed in them are in CHANGELOG.md. Watch or star the repo if you want to know when the milestones above are verified on a platform other than Windows.
Shipped and registered on the MCP server today:
| Tool | What it does |
|---|---|
gsc_list_sites | List every Search Console property the account can reach |
gsc_doctor | Diagnose auth, config and environment problems |
gsc_check_status | Index status for one or more URLs via the URL Inspection API (read-only, spends no Request-Indexing slot) |
gsc_quota | Request-Indexing and URL Inspection budget remaining today, per property |
gsc_performance | Clicks, impressions, CTR and position from Search Analytics |
gsc_submit_sitemaps | Submit or resubmit sitemaps to a property |
gsc_setup | Walk through sign-in and setup; idempotent, returns the single next step |
gsc_detect_browsers | Locate installed browsers and profiles for browser-driven submission |
gsc_use_browser | Pin the browser profile to drive, overriding the detector's recommendation |
gsc_request_indexing | Submit up to five URLs for indexing, one at a time. Blocks for minutes β see Submitting URLs |
gsc_start_indexing_job | Queue a background submission run over any number of URLs; returns at once |
gsc_job_status | Progress and state for one submission job, or the most recent |
gsc_stop_job | Ask a running submission job to stop after the URL in flight |
gsc_find_unindexed | Find which of a property's URLs are not indexed, and why β see Finding what is not indexed |
gsc_audit | The current indexation position for a property, read from the local store; spends no quota |
Most tools in this space get Google's limits wrong, then get throttled and blame detection. Both limits that matter are per property, not per account:
| Limit | Value | Mechanic |
|---|---|---|
| Request Indexing | ~11 slots per property | Rolling β each slot frees 24h + 1 min after its own use |
| URL Inspection | 2,000 per day per property | Daily reset |
| URL Inspection | 600 per minute per property | Rate limit |
Properties are independent, so eight properties means eight independent budgets. This server tracks slots individually rather than counting a daily total, so it knows the exact minute the next slot opens β and it deliberately over-counts rather than under-counts when a race is possible, because a short wait is cheaper than a hard Quota Exceeded.
gsc_find_unindexed collects candidate URLs β from the property's registered sitemaps, from URLs already in the local store, or both β inspects the ones whose last inspection has gone stale, and reports each unindexed URL with a reason. limit caps how many URLs are inspected, not how many come back: an inspection spends budget, and a cap that only trimmed the output would pay full price for an answer it discarded. Which URLs a capped run reaches follows the store's own URL ordering (alphabetical), not staleness, so a capped run is a sample rather than a worst-first sweep.
gsc_audit answers the same question from the store alone β no HTTP inspection, no budget spent. It is point-in-time: it reports what the last inspection found, and carries as_at and a stale count so you can tell how old that picture is. There are deliberately no movement numbers.
There are ten of them. submitting_helps on each row is the one to act on before calling gsc_request_indexing:
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/gsc-indexer-mcp)<a href="https://allmcps.com/mcp/gsc-indexer-mcp"><img src="https://allmcps.com/api/badge/gsc-indexer-mcp?style=directory" alt="Gsc Indexer MCP on AllMCPs" /></a>