# io.github.mikusnuz/gsc (npm · @mikusnuz/gsc-mcp)

MCP server for Google Search Console & Indexing API — search analytics, sitemaps, URL inspection

- Trust score: 69/100 (medium)
- Change this week: +16
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-04

## Components

- npm · `@mikusnuz/gsc-mcp`: 69/100 (this document), [markdown](https://verifymcp.io/servers/mikusnuz-gsc/mikusnuz-gsc-mcp.md), [page](https://verifymcp.io/servers/mikusnuz-gsc/mikusnuz-gsc-mcp)

## Channel facts

- Registry: `npm`
- Package: `@mikusnuz/gsc-mcp`
- Version: `1.3.1`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-04.

- **Supply Chain Security**: 79/100
  - No malware found by supply-chain analysis.
  - CVE check failed: a known high-severity CVE affects uuid 9.0.1, reached via google-auth-library > gaxios > uuid. A fixed version is available.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (117 of 121), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 137 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 85/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 945 tokens (~63/item across 15 items; 13 tools + 2 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add mikusnuz-gsc -- npx -y @mikusnuz/gsc-mcp
```

### Codex

```bash
codex mcp add mikusnuz-gsc -- npx -y @mikusnuz/gsc-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "mikusnuz-gsc": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@mikusnuz/gsc-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add mikusnuz-gsc --command npx --arg -y --arg @mikusnuz/gsc-mcp
```

### Hermes

```yaml
mcp_servers:
  mikusnuz-gsc:
    command: "npx"
    args: ["-y", "@mikusnuz/gsc-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "mikusnuz-gsc": {
      "command": "npx",
      "args": [
        "-y",
        "@mikusnuz/gsc-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-04 (score 69, +4)

- [security regression] CVE-2026-69207 affects this package: high
- [functional improvement] Stability: unverified → 0.27

### 2026-08-03 (score 65, +44)

- [security regression] CVE-2026-41907 affects this package: high
- [security regression] Provenance: unverified → fail
- [security regression] Known CVEs: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] Schema quality: unverified → excellent
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] License: unverified → pass
- [functional improvement] Schema quality: unverified → 100
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional] Licence: MIT

### 2026-08-02 (score 21, −10)

- [security improvement] Malware scan: 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.
- [functional regression] Capabilities: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Schema quality: 100 → unverified
- [functional improvement] Dependency health: unverified → partial

### 2026-08-01 (score 31, +5)

- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] MCP protocol: unverified → pass

### 2026-07-31 (score 26, −9)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 35, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-27 (score 53)

First indexed and scored.

## MCP tools (13)

### `sites_list` (~23 tokens)

List all sites (properties) you have access to in Google Search Console.

### `sites_get` (~50 tokens)

Retrieve information about a specific site (property) in Google Search Console.

Input parameters:

- `siteUrl` (string, required): The site URL (e.g. 'https://example.com/' or 'sc-domain:example.com')

### `sites_add` (~55 tokens)

Add a site (property) to Google Search Console. Verification may still be required.

Input parameters:

- `siteUrl` (string, required): The site URL to add (e.g. 'https://example.com/' or 'sc-domain:example.com')

### `sites_delete` (~32 tokens)

Remove a site (property) from Google Search Console.

Input parameters:

- `siteUrl` (string, required): The site URL to remove

### `sitemaps_list` (~59 tokens)

List all sitemaps submitted for a site in Google Search Console.

Input parameters:

- `siteUrl` (string, required): The site URL
- `sitemapIndex` (string): Optional: URL of a sitemap index to list only sitemaps in that index

### `sitemaps_get` (~53 tokens)

Retrieve information about a specific sitemap.

Input parameters:

- `feedpath` (string, required): The URL of the sitemap (e.g. 'https://example.com/sitemap.xml')
- `siteUrl` (string, required): The site URL

### `sitemaps_submit` (~59 tokens)

Submit a sitemap for a site to Google Search Console.

Input parameters:

- `feedpath` (string, required): The URL of the sitemap to submit (e.g. 'https://example.com/sitemap.xml')
- `siteUrl` (string, required): The site URL

### `sitemaps_delete` (~44 tokens)

Delete a sitemap from Google Search Console.

Input parameters:

- `feedpath` (string, required): The URL of the sitemap to delete
- `siteUrl` (string, required): The site URL

### `search_analytics_query` (~247 tokens)

Query search traffic data from Google Search Console. Returns clicks, impressions, CTR, and position data with flexible filtering and grouping.

Input parameters:

- `aggregationType` (string): How data is aggregated (default: auto)
- `dataState` (string): 'all' includes fresh (possibly incomplete) data, 'final' only finalized data, 'hourly_all' required when using 'hour' dimension
- `dimensionFilterGroups` (array): Filter groups to apply to the query
- `dimensions` (array): Dimensions to group by: country, device, page, query, searchAppearance, date, hour (hour requires dataState='hourly_all')
- `endDate` (string, required): End date in YYYY-MM-DD format
- `rowLimit` (number): Maximum number of rows to return (1-25000, default: 1000)
- `siteUrl` (string, required): The site URL
- `startDate` (string, required): Start date in YYYY-MM-DD format
- `startRow` (number): Zero-based row offset for pagination
- `type` (string): Search type filter: web, image, video, news, discover, googleNews (default: web)

### `url_inspection_inspect` (~106 tokens)

Inspect a URL in Google's index. Returns indexing status, crawl info, rich results, AMP status, and mobile usability for a specific URL.

Input parameters:

- `inspectionUrl` (string, required): The fully-qualified URL to inspect (must be under the site)
- `languageCode` (string): Optional BCP-47 language code for localized results (e.g. 'en-US', 'ko')
- `siteUrl` (string, required): The site URL (property) the inspected URL belongs to

### `indexing_publish` (~72 tokens)

Notify Google about a URL update or removal via the Indexing API. Use URL_UPDATED when a page is created or updated, URL_DELETED when a page is removed.

Input parameters:

- `type` (string, required): Notification type: URL_UPDATED or URL_DELETED
- `url` (string, required): The fully-qualified URL to notify about

### `indexing_get_metadata` (~47 tokens)

Get the latest indexing notification metadata for a URL. Returns the latest URL_UPDATED and URL_DELETED notification timestamps.

Input parameters:

- `url` (string, required): The fully-qualified URL to check notification status for

### `indexing_batch_publish` (~64 tokens)

Batch notify Google about multiple URL updates or removals via the Indexing API. Combines up to 100 notifications into a single HTTP request for efficiency.

Input parameters:

- `notifications` (array, required): Array of URL notifications (1-100 items). Each item has a url and type.

## Diagnostics

Captured diagnostic sections: Provenance, Vulnerabilities, Dependencies. The full working is on the page: https://verifymcp.io/servers/mikusnuz-gsc/mikusnuz-gsc-mcp#diagnostics

## Score history

- 2026-08-04: 69
- 2026-08-03: 65
- 2026-08-02: 21
- 2026-08-01: 31
- 2026-07-31: 26
- 2026-07-30: 35
- 2026-07-28: 53
- 2026-07-27: 53

## Links

- npm package: https://www.npmjs.com/package/@mikusnuz/gsc-mcp
- Socket report: https://socket.dev/npm/package/@mikusnuz/gsc-mcp
- Repository: https://github.com/mikusnuz/gsc-mcp
- Changelog RSS feed: https://verifymcp.io/servers/mikusnuz-gsc/mikusnuz-gsc-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/mikusnuz-gsc/mikusnuz-gsc-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/mikusnuz-gsc/mikusnuz-gsc-mcp
