mcp-google-search-console

IntegrationSearch

MCP server for the Google Search Console API: search analytics, sitemaps, URL inspection, sites.

This server has no hosted endpoint yet, so ahel can't serve it. You can still add it. It stays paused until ahel can serve it.

One link, every agent. Your own credentials, stored once.

Tools it gives your agents (12)

ToolWhat it does
list_sitesLists every Search Console property the authenticated account can access. Returns { siteEntry: [{ siteUrl, permissionLevel }] } where siteUrl is either a URL-prefix property ("https://example.com/")...
get_siteReturns one property's entry: { siteUrl, permissionLevel }. A 404 means the value does not match any registered property — check the exact format (trailing slash, scheme, sc-domain: prefix) against...
add_siteAdds a property to the account's Search Console set. The property starts UNVERIFIED (permissionLevel siteUnverifiedUser) and most data calls will return 403 until it is verified — verification...
delete_siteRemoves (unlinks) a property from the account's Search Console set. No data is deleted and other owners keep their access — this only removes the property from THIS account's list; it can be...
list_sitemapsLists the sitemaps submitted for a property (or, with sitemap_index, the children of a sitemap index file).
get_sitemapReturns one submitted sitemap's details (the same WmxSitemap shape as list_sitemaps): errors/warnings counts, isPending, lastSubmitted/lastDownloaded, and per-content-type submitted counts.
submit_sitemapSubmits (or resubmits) a sitemap for the property. The feedpath must be the sitemap's full URL on the property.
delete_sitemapRemoves a sitemap from Search Console. This does not delete the file from the site, and Google may still discover it via robots.txt — it only removes the submission.
search_analyticsRuns a Search Analytics (performance) query for a property: clicks, impressions, CTR and average position from Google Search, grouped by the requested dimensions.
get_top_queriesConvenience wrapper over search_analytics for the most common ask: the top search queries for a property, sorted by clicks descending (the API's default order).
inspect_urlInspects a URL's status in the Google index (URL Inspection API). Returns { inspectionResult } with: inspectionResultLink (the Search Console UI page for this inspection); indexStatusResult —...
raw_requestEscape hatch to call any Google Search Console API path directly, for requests the typed tools don't cover.

Signals

Last commit
Aug 2026
Weekly downloads
168
Tools captured
12

ahel review

  • S4info
    community integration — published by a1-x-tech, not google

Automated review, not a security audit. Ruleset v1.

Advanced
Delivery
mcp-google-search-console MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
Catalog kind
mcp-server
Gateway key
io-github-a1-x-tech-mcp-google-search-console
Source
github.com/a1-x-tech/mcp-google-search-console