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

SEO Tools: Google Search Console

NPM · SEO-TOOLS-MCP-GSC · SCANNED SEP 20

Google Search Console: Search Analytics, URL Inspection, sitemaps (read-only, OAuth/service acct).

Available components

0 this week 80 Trust /100
Trust breakdown (7 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 → Why this is hard to score →

Supply Chain Security89
  • No malware found by supply-chain analysis.Pass
  • 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. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • 40 of 118 dependencies flagged as unhealthy (1 deprecated). View diagnostics → Partial
Provenance & Transparency48
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 25 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability69
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 2033 tokens (~184/item across 11 items; 11 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 Management93
  • Stability observed for 28 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage98
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 95% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 11 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 11 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the SEO Tools: Google Search Console MCP server?

SEO Tools: Google Search Console runs locally as an npm package, launched with npx -y seo-tools-mcp-gsc. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · seo-tools-mcp-gsc

# add to Claude Code
claude mcp add antohins-seo-tools-mcp-gsc -- npx -y seo-tools-mcp-gsc
// .cursor/mcp.json
{
  "mcpServers": {
    "antohins-seo-tools-mcp-gsc": {
      "command": "npx",
      "args": [
        "-y",
        "seo-tools-mcp-gsc"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "antohins-seo-tools-mcp-gsc": {
      "command": "npx",
      "args": [
        "-y",
        "seo-tools-mcp-gsc"
      ]
    }
  }
}
# add to Codex CLI
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
    }
  }
}
# add to OpenClaw
openclaw mcp add antohins-seo-tools-mcp-gsc --command npx --arg -y --arg seo-tools-mcp-gsc
# ~/.hermes/config.yaml
mcp_servers:
  antohins-seo-tools-mcp-gsc:
    command: "npx"
    args: ["-y", "seo-tools-mcp-gsc"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "antohins-seo-tools-mcp-gsc": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "seo-tools-mcp-gsc"
      ]
    }
  }
}
# add to Vellum
assistant mcp add antohins-seo-tools-mcp-gsc -t stdio -c npx -a -y seo-tools-mcp-gsc
// mcp.json
{
  "mcpServers": {
    "antohins-seo-tools-mcp-gsc": {
      "command": "npx",
      "args": [
        "-y",
        "seo-tools-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.

  • 20 Sept 26 +1

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

  • 18 Sept 26 +1
    • Package version: 1.5.1 → 1.8.0 functional
  • 16 Sept 26 +1

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

  • 15 Sept 26 −4
    • Stability: pass → 0.77 functional
  • 14 Sept 26 +1
    • Stability: 0.97 → pass security
  • 12 Sept 26 +1

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

  • 10 Sept 26 +1

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

  • 8 Sept 26 −3
    • Stability: pass → 0.80 functional
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 20 Sept 2026 · Analysed npm/seo-tools-mcp-gsc@1.8.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Vulnerabilities 1 finding
ID CVE Severity Vector Fix available
GHSA-w5hq-g745-h8pq CVE-2026-41907 high CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N yes

Background: What a vulnerability scan can and cannot prove →

Dependencies 118 packages
Packages resolved 118
Deprecated 1
Stale 39
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 11 exposed · ~2,033 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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
gsc_auth_status ~74

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

gsc_get_site ~89

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

NameTypeReqDescription
accountstringАккаунт-профиль (мультиаккаунт, см. *_auth_status); пусто = основной
siteUrlstringСвойство GSC (по умолчанию GSC_SITE_URL); для URL-prefix — с завершающим /

No output schema declared.

No examples provided.

gsc_get_sitemap ~126

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

NameTypeReqDescription
accountstringАккаунт-профиль (мультиаккаунт, см. *_auth_status); пусто = основной
feedpathstringyesПолный URL сайтмапа, например https://example.com/sitemap.xml
siteUrlstringСвойство GSC (по умолчанию GSC_SITE_URL); для URL-prefix — с завершающим /

No output schema declared.

No examples provided.

gsc_inspect_url ~206

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

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

No output schema declared.

No examples provided.

gsc_list_sitemaps ~149

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

NameTypeReqDescription
accountstringАккаунт-профиль (мультиаккаунт, см. *_auth_status); пусто = основной
siteUrlstringСвойство GSC (по умолчанию GSC_SITE_URL); для URL-prefix — с завершающим /
sitemapIndexstringURL sitemap-индекса — вернуть вложенные в него сайтмапы

No output schema declared.

No examples provided.

gsc_list_sites ~70

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

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

No output schema declared.

No examples provided.

gsc_oauth_finish ~122

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

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

No output schema declared.

No examples provided.

gsc_oauth_start ~216

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

NameTypeReqDescription
accountstringАккаунт-профиль (мультиаккаунт, см. *_auth_status); пусто = основной
clientIdstringOAuth client ID (если не сохранён как GOOGLE_CLIENT_ID)
clientSecretstringOAuth client secret

No output schema declared.

No examples provided.

gsc_query ~618

Search Analytics по свойству GSC (по умолчанию GSC_SITE_URL из конфига). Возвращает строки {query|page|device..., clicks, impressions, ctr, position} (ctr — доля 0..1). Даты — в часовом поясе GSC (Pacific Time, НЕ МСК); история ~16 месяцев; финальные данные отстают на ~2-3 дня (свежие — через dataState=all, тогда в ответе firstIncompleteDate — с какой даты данные ещё не финальные). Пагинация собирается автоматически до rowLimit; truncated=true — данные могли остаться (truncatedBy: limit — упёрлись в rowLimit, deadline — общий дедлайн пагинации 5 мин). page — точный URL страницы для фильтра (мерджится в ту же filter-группу, что и filters); dimensions — например ["query"], ["query","device"], ["page"]. filters — произвольные фильтры измерений (dimensionFilterGroups): между фильтрами — AND; contains/regex — только для query/page, для country/device/searchAppearance — только equals/notEquals. Примеры: все запросы со словом — {dimension: "query", operator: "contains", expression: "купить"}; раздел сайта — {dimension: "page", operator: "includingRegex", expression: "/blog/"}. aggregationType — агрегация данных: auto (дефолт), byProperty (по свойству; НЕ сочетается с фильтром/группировкой по page и с searchType discover/googleNews — API вернёт ошибку), byPage (по каноническому URL страницы).

NameTypeReqDescription
accountstringАккаунт-профиль (мультиаккаунт, см. *_auth_status); пусто = основной
aggregationTypestringАгрегация данных: auto (дефолт, в запрос не шлётся) | byProperty | byPage
dataStatestringfinal = только финальные данные; all — включая свежие/неполные (последние дни)
dimensionsarray
endDatestringyesYYYY-MM-DD
filtersarrayПроизвольные фильтры измерений (AND внутри группы), мержатся с page в одну группу (page + до 25 фильтров)
pagestringТочный URL страницы для фильтра, например https://example.com/page/
rowLimitintegerСколько строк собрать суммарно (пагинация автоматическая)
searchTypestring
siteUrlstringСвойство GSC, например sc-domain:example.com (по умолчанию GSC_SITE_URL из конфига); для URL-prefix — с завершающим /
startDatestringyesYYYY-MM-DD

No output schema declared.

No examples provided.

gsc_save_sa_json ~128

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

NameTypeReqDescription
accountstringАккаунт-профиль (мультиаккаунт, см. *_auth_status); пусто = основной
jsonstringyesПолное содержимое скачанного JSON-ключа сервис-аккаунта

No output schema declared.

No examples provided.

gsc_set_credentials ~235

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

NameTypeReqDescription
GOOGLE_CLIENT_IDstringOAuth client ID из Google Cloud (для пути OAuth)
GOOGLE_CLIENT_SECRETstringOAuth client secret из Google Cloud
GSC_REFRESH_TOKENstringRefresh-токен OAuth (получается через gsc_oauth_start/finish)
GSC_SA_JSONstringПуть к JSON-ключу сервис-аккаунта (альтернативный путь)
GSC_SITE_URLstringСвойство GSC по умолчанию (sc-domain:example.com)
accountstringИмя аккаунта-профиля (мультиаккаунт): ключи сохранятся с суффиксом __<account>

No output schema declared.

No examples provided.

Common questions

What is the SEO Tools: Google Search Console MCP server?

SEO Tools: Google Search Console is an MCP server listed in the public MCP registry as io.github.antohins/seo-tools-mcp-gsc. Google Search Console: Search Analytics, URL Inspection, sitemaps (read-only, OAuth/service acct). This page covers its npm package (seo-tools-mcp-gsc).

Is the SEO Tools: Google Search Console MCP server safe to use?

SEO Tools: Google Search Console scores 80 out of 100 on VerifyMCP. We recorded 1 known advisory against it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the SEO Tools: Google Search Console MCP server expose?

SEO Tools: Google Search Console exposes 11 tools: gsc_auth_status, gsc_set_credentials, gsc_oauth_start, gsc_oauth_finish, gsc_save_sa_json, and 6 more. Their descriptions and schemas cost roughly 2,033 tokens of context every time the server is loaded.

Is the SEO Tools: Google Search Console MCP server still maintained?

SEO Tools: Google Search Console is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the SEO Tools: Google Search Console MCP server under?

SEO Tools: Google Search Console declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.