# SEO Tools: Google Search Console (npm · seo-tools-mcp-gsc)

MCP server for Google Search Console Search Analytics (read-only, OAuth or service account).

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

## Components

- npm · `seo-tools-mcp-gsc`: 64/100 (this document), [markdown](https://verifymcp.io/servers/antohins-seo-tools-mcp-gsc/seo-tools-mcp-gsc.md), [page](https://verifymcp.io/servers/antohins-seo-tools-mcp-gsc/seo-tools-mcp-gsc)

## Channel facts

- Registry: `npm`
- Package: `seo-tools-mcp-gsc`
- Version: `1.3.0`
- 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-03.

- **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 6 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 64/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 1614 tokens (~146/item across 11 items; 11 tools + 0 resources), over budget; trim descriptions and params.
  - 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**: 98/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 94% 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 antohins-seo-tools-mcp-gsc -- npx -y seo-tools-mcp-gsc
```

### Codex

```bash
codex mcp add antohins-seo-tools-mcp-gsc -- npx -y seo-tools-mcp-gsc
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add antohins-seo-tools-mcp-gsc --command npx --arg -y --arg seo-tools-mcp-gsc
```

### Hermes

```yaml
mcp_servers:
  antohins-seo-tools-mcp-gsc:
    command: "npx"
    args: ["-y", "seo-tools-mcp-gsc"]
```

### Other

```json
{
  "mcpServers": {
    "antohins-seo-tools-mcp-gsc": {
      "command": "npx",
      "args": [
        "-y",
        "seo-tools-mcp-gsc"
      ]
    }
  }
}
```

## 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-03 (score 64, −3)

No change was recorded against any check on this day. Supply Chain Security went from 89 to 79. Other categories moved too: Stability & Change Management rose 4.

### 2026-08-02 (score 67, +31)

- [security regression] Provenance: unverified → fail
- [security regression] Known CVEs: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] License: unverified → pass
- [functional] Licence: MIT

### 2026-08-01 (score 36, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 35, −2)

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

### 2026-07-30 (score 37, −19)

- [security regression] Install scripts: pass → unverified
- [security regression] Provenance: fail → unverified
- [security regression] Known CVEs: fail → unverified
- [security improvement] CVE-2026-41907 no longer affects this package
- [functional regression] License: pass → unverified
- [functional regression] Dependency health: partial → unverified
- [functional regression] Maintenance: pass → unverified
- [functional] Licence: MIT

### 2026-07-28 (score 56, +49)

- [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
- [functional regression] Security disclosure: unverified → fail
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] License: unverified → pass
- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Schema quality: fail
- [functional] First check of Schema quality: fail
- [functional] First check of Tool coverage: 94
- [functional] First check of Schema quality: good
- [functional] Licence: MIT

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

First indexed and scored.

## MCP tools (11)

### `gsc_auth_status` (~74 tokens)

Статус авторизации gsc: какие ключи заданы (маскированно), каких не хватает, как их получить. ВЫЗЫВАТЬ ПЕРВЫМ в начале работы с gsc. Если чего-то нет — запросить значения у пользователя и сохранить через gsc_set_credentials.

### `gsc_set_credentials` (~235 tokens)

Сохранить ключи gsc в /tmp/.config/seo-tools-mcp/.env (права 600) и применить сразу, без перезапуска сервера. Передавать только обновляемые поля. account — сохранить в именованный профиль (мультиаккаунт). Значения даёт пользователь; в ответе они маскируются.

Input parameters:

- `GOOGLE_CLIENT_ID` (string): OAuth client ID из Google Cloud (для пути OAuth)
- `GOOGLE_CLIENT_SECRET` (string): OAuth client secret из Google Cloud
- `GSC_REFRESH_TOKEN` (string): Refresh-токен OAuth (получается через gsc_oauth_start/finish)
- `GSC_SA_JSON` (string): Путь к JSON-ключу сервис-аккаунта (альтернативный путь)
- `GSC_SITE_URL` (string): Свойство GSC по умолчанию (sc-domain:example.com)
- `account` (string): Имя аккаунта-профиля (мультиаккаунт): ключи сохранятся с суффиксом __<account>

### `gsc_oauth_start` (~184 tokens)

Шаг 1 OAuth-авторизации Google: вернёт ссылку — пользователь открывает её под аккаунтом, у которого есть доступ к нужным свойствам GSC, и разрешает read-only доступ. Токен будет видеть ВСЕ свойства аккаунта (добавлять пользователя в каждое свойство не нужно). Требуется OAuth client типа Desktop app (client ID + secret из console.cloud.google.com). После согласия Google отправит браузер на localhost — код подхватится автоматически, затем вызвать gsc_oauth_finish.

Input parameters:

- `account` (string): Аккаунт-профиль (мультиаккаунт, см. *_auth_status); пусто = основной
- `clientId` (string): OAuth client ID (если не сохранён как GOOGLE_CLIENT_ID)
- `clientSecret` (string): OAuth client secret

### `gsc_oauth_finish` (~122 tokens)

Шаг 2 OAuth-авторизации Google: обменивает код на access+refresh токены и сохраняет их. Без аргументов берёт код, пойманный localhost-приёмником после gsc_oauth_start; можно передать код вручную.

Input parameters:

- `account` (string): Аккаунт-профиль (мультиаккаунт, см. *_auth_status); пусто = основной
- `code` (string): Код из редиректа (обычно не нужен — подхватывается автоматически)

### `gsc_save_sa_json` (~128 tokens)

Сохранить содержимое JSON-ключа сервис-аккаунта в конфиг-директорию (права 600) и прописать GSC_SA_JSON. Альтернатива, если файл уже лежит на диске: gsc_set_credentials с путём в GSC_SA_JSON.

Input parameters:

- `account` (string): Аккаунт-профиль (мультиаккаунт, см. *_auth_status); пусто = основной
- `json` (string, required): Полное содержимое скачанного JSON-ключа сервис-аккаунта

### `gsc_query` (~282 tokens)

Search Analytics по свойству GSC (по умолчанию GSC_SITE_URL из конфига). Возвращает строки {query|page|device..., clicks, impressions, ctr, position}. Пагинация собирается автоматически до rowLimit; ответ несёт truncated=true, если упёрлись в rowLimit (данные могли остаться). page — точный URL страницы для фильтра (опционально); dimensions — например ["query"], ["query","device"], ["page"].

Input parameters:

- `account` (string): Аккаунт-профиль (мультиаккаунт, см. *_auth_status); пусто = основной
- `dataState` (string): final = только финальные данные; all — включая свежие/неполные (последние дни)
- `dimensions` (array)
- `endDate` (string, required): YYYY-MM-DD
- `page` (string): Точный URL страницы для фильтра, например https://example.com/page/
- `rowLimit` (integer): Сколько строк собрать суммарно (пагинация автоматическая)
- `searchType` (string)
- `siteUrl` (string): Свойство GSC, например sc-domain:example.com (по умолчанию GSC_SITE_URL из конфига)
- `startDate` (string, required): YYYY-MM-DD

### `gsc_list_sites` (~70 tokens)

Список свойств GSC, доступных авторизации (OAuth-аккаунту или сервис-аккаунту) — проверка доступа.

Input parameters:

- `account` (string): Аккаунт-профиль (мультиаккаунт, см. *_auth_status); пусто = основной

### `gsc_get_site` (~80 tokens)

Уровень доступа авторизации к конкретному свойству GSC (permissionLevel).

Input parameters:

- `account` (string): Аккаунт-профиль (мультиаккаунт, см. *_auth_status); пусто = основной
- `siteUrl` (string): Свойство GSC (по умолчанию GSC_SITE_URL)

### `gsc_inspect_url` (~182 tokens)

URL Inspection: индекс-статус конкретного URL в Google — verdict, coverageState, indexingState, robotsTxtState, время последнего обхода, canonical (Google vs заявленный), crawledAs, ссылки-источники, а также mobile usability и rich results. URL должен быть под указанным свойством GSC.

Input parameters:

- `account` (string): Аккаунт-профиль (мультиаккаунт, см. *_auth_status); пусто = основной
- `languageCode` (string): BCP-47 язык результата (по умолчанию en-US)
- `siteUrl` (string): Свойство GSC (по умолчанию GSC_SITE_URL); для URL-prefix — с завершающим /
- `url` (string, required): Полный URL для инспекции, например https://example.com/page/

### `gsc_list_sitemaps` (~140 tokens)

Список сайтмапов свойства GSC со статусом (path, отправлен/скачан, ошибки/предупреждения, содержимое по типам). sitemapIndex — опционально: перечислить сайтмапы внутри конкретного sitemap-индекса.

Input parameters:

- `account` (string): Аккаунт-профиль (мультиаккаунт, см. *_auth_status); пусто = основной
- `siteUrl` (string): Свойство GSC (по умолчанию GSC_SITE_URL)
- `sitemapIndex` (string): URL sitemap-индекса — вернуть вложенные в него сайтмапы

### `gsc_get_sitemap` (~117 tokens)

Детали одного сайтмапа свойства GSC (статус, ошибки/предупреждения, последний обход, содержимое по типам).

Input parameters:

- `account` (string): Аккаунт-профиль (мультиаккаунт, см. *_auth_status); пусто = основной
- `feedpath` (string, required): Полный URL сайтмапа, например https://example.com/sitemap.xml
- `siteUrl` (string): Свойство GSC (по умолчанию GSC_SITE_URL)

## Diagnostics

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

## Score history

- 2026-08-03: 64
- 2026-08-02: 67
- 2026-08-01: 36
- 2026-07-31: 35
- 2026-07-30: 37
- 2026-07-28: 56
- 2026-07-27: 7

## Links

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