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.

io.github.pijusz/mcp-gsc

NPM · MCP-GSC · SCANNED AUG 3

Google Search Console MCP server — query performance, sitemaps, indexing & more

Available components

+18 this week 60 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 Security83
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known medium-severity CVE affects @hono/node-server 1.19.17, reached via @modelcontextprotocol/sdk > @hono/node-server. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (117 of 121), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability71
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1699 tokens (~80/item across 21 items; 21 tools + 0 resources), lean.Pass
  • 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 Coverage67
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 0% of tool parameters carry a description.Fail
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 · mcp-gsc

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

  • 2 Aug 26 +14
    • Known CVEs: unverified → fail security
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • Tool coverage: 100 → unverified functional
    • Capabilities: pass → unverified functional
    • License: unverified → pass functional
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Licence: MIT functional
  • 1 Aug 26 +22
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Dependency health: partial → unverified functional
    • MCP protocol: unverified → pass functional
    • Tool coverage: unverified → 100 functional
  • 31 Jul 26 −10
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −38
    • Malware scan: pass → unverified security
    • Provenance: fail → unverified security
    • Known CVEs: fail → unverified security
    • Install scripts: pass → unverified security
    • GHSA-frvp-7c67-39w9 no longer affects this package security
    • Dependency health: partial → unverified functional
    • License: pass → unverified functional
    • Maintenance: pass → unverified functional
    • Licence: MIT functional
  • 29 Jul 26 +46
    • GHSA-frvp-7c67-39w9 affects this package: medium security
    • Known CVEs: unverified → fail security
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Schema quality: unverified → good functional
    • Maintenance: unverified → pass functional
    • License: unverified → pass functional
    • Tool coverage: unverified → 100 functional
    • Licence: MIT functional
  • 28 Jul 26 −16
    • Tool coverage: 100 → unverified functional
    • Dependency health: unverified → partial functional
    • First check of Schema quality: unverified functional
  • 27 Jul 26 42

    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/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Vulnerabilities 1 finding
ID CVE Severity Vector Fix available
GHSA-frvp-7c67-39w9 medium CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N yes
Dependencies 117 packages

117 packages in the resolved dependency tree · 117 deprecated · 38 stale.

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

MCP tools — 21 exposed · ~1,699 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
batch_inspect_urls ~63

Inspect up to 10 URLs simultaneously. Returns categorized results (indexed, not indexed, issues). Each URL counts against the daily 2,000 and per-minute 600 URL Inspection limits.

NameTypeReqDescription
site_urlstring
urlsarrayyes

No output schema declared.

No examples provided.

cannibalization ~72

Detect keyword cannibalization — multiple pages ranking for the same query. Uses query + page dimensions to find overlap.

NameTypeReqDescription
end_datestringyes
min_impressionsnumber
modestring
site_urlstring
start_datestringyes

No output schema declared.

No examples provided.

compare_periods ~89

Compare two date ranges with delta calculations (absolute change + percentage change) for each dimension value. Makes 2 API calls.

NameTypeReqDescription
dimensionsarray
end_date_1stringyes
end_date_2stringyes
site_urlstring
start_date_1stringyes
start_date_2stringyes

No output schema declared.

No examples provided.

content_decay ~78

Detect pages/queries where impressions have dropped significantly compared to their historical peak within the 16-month API window.

NameTypeReqDescription
decay_thresholdnumber
dimensionstring
end_datestringyes
min_impressionsnumber
site_urlstring
start_datestringyes

No output schema declared.

No examples provided.

ctr_anomalies ~69

Detect queries/pages with abnormally low or high CTR relative to their position. Uses expected CTR curves per position bucket and flags deviations.

NameTypeReqDescription
end_datestringyes
min_impressionsnumber
site_urlstring
start_datestringyes

No output schema declared.

No examples provided.

device_country_breakdown ~50

Performance breakdown by device type and/or country.

NameTypeReqDescription
breakdownstringyes
end_datestringyes
site_urlstring
start_datestringyes

No output schema declared.

No examples provided.

export_csv ~160

Export search analytics data to a CSV file. Auto-paginates internally (25K rows per API call) to write the full dataset, bypassing the tool response row cap. IMPORTANT: The GSC API has an absolute ceiling of 25,000 rows per query (sorted by impressions descending). For very large sites, this means the export will contain the top 25K query/page combinations, not the complete long tail. This is a Google API limitation, not a tool limitation.

NameTypeReqDescription
dimension_filtersarray
dimensionsarray
end_datestringyes
output_pathstring
site_urlstring
start_datestringyes
typestring

No output schema declared.

No examples provided.

get_property_details ~33

Get verification info, ownership, and permissions for a specific Google Search Console property.

NameTypeReqDescription
site_urlstringyes

No output schema declared.

No examples provided.

get_sitemap ~46

Get detailed info for a specific sitemap including content breakdown by type (web, image, video, etc.).

NameTypeReqDescription
site_urlstring
sitemap_urlstringyes

No output schema declared.

No examples provided.

indexing_coverage ~60

Batch-inspect user-provided URLs and categorize by indexing status: indexed, not indexed, canonical mismatch, robots blocked, fetch error, other. Respects URL Inspection rate limits.

NameTypeReqDescription
site_urlstring
urlsarrayyes

No output schema declared.

No examples provided.

inspect_url ~60

Inspect a URL's indexing status, crawl info, rich results, mobile usability, and canonical URLs. Counts against the daily 2,000 and per-minute 600 URL Inspection limits.

NameTypeReqDescription
site_urlstring
urlstringyes

No output schema declared.

No examples provided.

list_properties ~26

List all Google Search Console properties you have access to, with permission levels and verification status.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_sitemaps ~47

List all sitemaps for a property with status, type, indexed URL counts, errors/warnings.

NameTypeReqDescription
site_urlstring
sitemap_indexstring

No output schema declared.

No examples provided.

opportunity_finder ~67

Find queries with improving impressions but low clicks, new emerging queries, and declining performers. Makes 2 API calls to compare periods.

NameTypeReqDescription
comparison_daysnumber
end_datestringyes
site_urlstring
start_datestringyes

No output schema declared.

No examples provided.

performance_overview ~67

Aggregate metrics (total clicks, impressions, avg CTR, avg position) plus a daily trend breakdown for a property. Single API call.

NameTypeReqDescription
end_datestringyes
site_urlstring
start_datestringyes
typestring

No output schema declared.

No examples provided.

position_tracking ~79

Track position changes for specific queries or pages over time. Uses date dimension with query/page filters. Returns daily or weekly averages.

NameTypeReqDescription
end_datestringyes
granularitystring
pagesarray
queriesarray
site_urlstring
start_datestringyes

No output schema declared.

No examples provided.

quick_wins ~100

Find high-impression, low-CTR queries in striking distance (position 4-20). These are opportunities to improve rankings and CTR with small content or SEO tweaks.

NameTypeReqDescription
end_datestringyes
max_ctrnumber
max_positionnumber
min_impressionsnumber
min_positionnumber
site_urlstring
start_datestringyes

No output schema declared.

No examples provided.

search_analytics ~335

Query Google Search Console search performance data (clicks, impressions, CTR, position) with filtering and grouping. DIMENSIONS: query, page, country, device, date, searchAppearance, hour - "hour" requires data_state="hourly_all" and is limited to the last 10 days - "searchAppearance" CANNOT be combined with "query" or "page" (API restriction) TYPE: web (default), image, video, news, discover, googleNews - "discover" = Google Discover feed. "googleNews" = Google News tab (distinct from "news") DATA STATE: Controls data freshness. - "all" (default) includes recent incomplete data matching the GSC dashboard - "final" returns only confirmed data with a 2-3 day lag, useful for stable reporting - "hourly_all" enables hourly granularity but data may be incomplete for the current day BRAND FILTER: Set to "brand_only" or "non_brand_only" to auto-filter queries by your domain name. Country codes use ISO 3166-1 alpha-3 format (e.g., 'usa', 'gbr', 'deu') — NOT alpha-2.

NameTypeReqDescription
brand_filterstring
data_statestring
dimension_filtersarray
dimensionsarray
end_datestringyes
row_limitnumber
site_urlstring
start_datestringyes
start_rownumber
typestring

No output schema declared.

No examples provided.

sitemap_health ~42

Analyze all sitemaps: error/warning patterns, submission freshness (days since last submitted), indexed vs submitted ratio per sitemap.

NameTypeReqDescription
site_urlstring

No output schema declared.

No examples provided.

top_movers ~88

Biggest gains and drops in clicks/impressions/position between two periods. Period A = start_date to end_date. Period B = the comparison_days before start_date.

NameTypeReqDescription
comparison_daysnumber
end_datestringyes
limitnumber
metricstring
site_urlstring
start_datestringyes

No output schema declared.

No examples provided.

weekly_seo_report ~68

All-in-one SEO report: runs performance overview + quick wins + top movers + indexing issues summary. Returns a combined markdown report.

NameTypeReqDescription
comparison_daysnumber
end_datestringyes
site_urlstring
start_datestringyes

No output schema declared.

No examples provided.