Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

Google Search Console MCP Server

NPM · @CONORBRONSDON/GSC-MCP · SCANNED AUG 3

Google Search Console for AI agents: search analytics, sitemaps, URL inspection.

78 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security97
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to conorbronsdon/gsc-mcp). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 0 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability72
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1197 tokens (~171/item across 7 items; 7 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @conorbronsdon/gsc-mcp

# add to Claude Code
claude mcp add conorbronsdon-gsc-mcp -- npx -y @conorbronsdon/gsc-mcp
# add to Codex CLI
codex mcp add conorbronsdon-gsc-mcp -- npx -y @conorbronsdon/gsc-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "conorbronsdon-gsc-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@conorbronsdon/gsc-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add conorbronsdon-gsc-mcp --command npx --arg -y --arg @conorbronsdon/gsc-mcp
# ~/.hermes/config.yaml
mcp_servers:
  conorbronsdon-gsc-mcp:
    command: "npx"
    args: ["-y", "@conorbronsdon/gsc-mcp"]
// mcp.json
{
  "mcpServers": {
    "conorbronsdon-gsc-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@conorbronsdon/gsc-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +10
    • Known CVEs: unverified → partial security
    • Dependency health: unverified → partial functional
  • 2 Aug 26 68

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/@conorbronsdon/[email protected]

Provenance verified

Ecosystem: npm · Outcome: verified

Reason: verified

Source repo:
conorbronsdon/gsc-mcp
Certificate issuer:
https://token.actions.githubusercontent.com
Certificate SAN:
https://github.com/conorbronsdon/gsc-mcp/.github/workflows/publish.yml@refs/heads/main
Rekor log index:
2329218378
Predicate type:
https://slsa.dev/provenance/v1
Subject digest:
sha512:5cdeedbfa99605d03a34baa7721415e7d5eb358f661f863ffa6f9438c353b4a12025bffea997586c856746ff041bd20bb1f0018bb9fb4b5545a51b1fd
Discovery method:
attestation_endpoint
Dependencies 95 packages

95 packages in the resolved dependency tree · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 7 exposed · ~1,197 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
gsc_delete_sitemap ~143

Remove a sitemap from a property in Search Console. This is a DESTRUCTIVE write action: it deregisters the sitemap (it does not delete the file from your server, but Google stops tracking it). Requires the full webmasters OAuth scope.

NameTypeReqDescription
feedpathstringyesFull URL of the sitemap to remove, e.g. https://example.com/sitemap.xml.
site_urlstringyesThe Search Console property. Use the exact form shown by gsc_list_sites: a Domain property is 'sc-domain:example.com'; a URL-prefix property is the full origin with a trailing slash, e.g. 'https://ex…

No output schema declared.

No examples provided.

gsc_inspect_url ~173

Inspect a single URL with the URL Inspection API: whether Google has it indexed, its coverage state, last crawl time, Google's chosen canonical, and a one-line mobile/rich-results summary. Returns a compact projection, not the full raw blob. Use this to debug 'why isn't this page indexed'.

NameTypeReqDescription
inspection_urlstringyesThe fully-qualified URL to inspect. Must be within the property.
language_codestringOptional BCP-47 language code for issue messages, e.g. 'en-US'.
site_urlstringyesThe Search Console property. Use the exact form shown by gsc_list_sites: a Domain property is 'sc-domain:example.com'; a URL-prefix property is the full origin with a trailing slash, e.g. 'https://ex…

No output schema declared.

No examples provided.

gsc_list_sitemaps ~108

List the sitemaps submitted for a property, with each one's submit/download times, pending state, and warning/error counts. Use this to check whether a sitemap was processed and is error-free.

NameTypeReqDescription
site_urlstringyesThe Search Console property. Use the exact form shown by gsc_list_sites: a Domain property is 'sc-domain:example.com'; a URL-prefix property is the full origin with a trailing slash, e.g. 'https://ex…

No output schema declared.

No examples provided.

gsc_list_sites ~52

List the Search Console properties (sites) the signed-in Google account can access, with each one's permission level. This is the entry point: every other tool needs a property string in the exact form returned here.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

gsc_search_analytics ~289

Query Search Console search analytics for a property over a date range: clicks, impressions, CTR, and average position, grouped by the dimensions you pass (query, page, country, device, date). Returns compact rows. Use this for 'what are my top queries / pages' and trend questions. GSC data lags ~2-3 days, so end your range a few days before today.

NameTypeReqDescription
dimension_filter_groupsarrayOptional filters, e.g. only rows where page contains '/blog/'. Each group's filters are AND-ed.
dimensionsarrayHow to group rows. Default ['query']. Combine for breakdowns, e.g. ['page','query'].
end_datestringyesEnd date, YYYY-MM-DD (Pacific Time, inclusive).
row_limitnumberMax rows to return (default 25, cap 1000). Keep low; rows cost tokens.
site_urlstringyesThe Search Console property. Use the exact form shown by gsc_list_sites: a Domain property is 'sc-domain:example.com'; a URL-prefix property is the full origin with a trailing slash, e.g. 'https://ex…
start_datestringyesStart date, YYYY-MM-DD (Pacific Time, inclusive).
typestringSearch type filter. Defaults to web when omitted.

No output schema declared.

No examples provided.

gsc_striking_distance ~254

The SEO goldmine view: queries ranking just off page one (average position 8-25) with enough impressions to be worth optimizing. These are the keywords where a small content tweak can win real clicks. Computed client-side from search analytics; returns queries sorted by impressions.

NameTypeReqDescription
end_datestringyesEnd date, YYYY-MM-DD (lag ~2-3 days behind today).
limitnumberMax queries to return, ranked by impressions (default 25).
min_impressionsnumberOnly include queries with at least this many impressions (default 10).
position_maxnumberUpper bound of the striking-distance band (default 25).
position_minnumberLower bound of the striking-distance band (default 8).
site_urlstringyesThe Search Console property. Use the exact form shown by gsc_list_sites: a Domain property is 'sc-domain:example.com'; a URL-prefix property is the full origin with a trailing slash, e.g. 'https://ex…
start_datestringyesStart date, YYYY-MM-DD (default: 28 days before end_date if omitted in your call).

No output schema declared.

No examples provided.

gsc_submit_sitemap ~178

Submit (or re-submit) a sitemap to Google Search Console for a property. This is a WRITE action: it registers the sitemap and pings Google to crawl it. Requires the full webmasters OAuth scope — if the saved credential is read-only, re-mint with scripts/seo-auth-setup.py. Idempotent: re-submitting the same sitemap URL just refreshes it.

NameTypeReqDescription
feedpathstringyesFull URL of the sitemap to submit, e.g. https://example.com/sitemap.xml. Must be within the property.
site_urlstringyesThe Search Console property. Use the exact form shown by gsc_list_sites: a Domain property is 'sc-domain:example.com'; a URL-prefix property is the full origin with a trailing slash, e.g. 'https://ex…

No output schema declared.

No examples provided.