SEO Tools: Yandex.Webmaster
NPM · SEO-TOOLS-MCP-YWM · SCANNED SEP 20
MCP server for Yandex.Webmaster search queries (read-only).
Available components
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 Security98
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- 31 of 96 dependencies flagged as unhealthy. 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 Usability65
- AI-judged instruction clarity (good).Pass
- Context-footprint check failed: tool/resource definitions use about 3012 tokens (~177/item across 17 items; 17 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 Management97
- Stability observed for 29 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage95
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 86% 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 17 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 17 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
How do I install the SEO Tools: Yandex.Webmaster MCP server?
SEO Tools: Yandex.Webmaster runs locally as an npm package, launched with npx -y seo-tools-mcp-ywm. 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-ywm
claude mcp add antohins-seo-tools-mcp-ywm -- npx -y seo-tools-mcp-ywm
{
"mcpServers": {
"antohins-seo-tools-mcp-ywm": {
"command": "npx",
"args": [
"-y",
"seo-tools-mcp-ywm"
]
}
}
} {
"servers": {
"antohins-seo-tools-mcp-ywm": {
"command": "npx",
"args": [
"-y",
"seo-tools-mcp-ywm"
]
}
}
} codex mcp add antohins-seo-tools-mcp-ywm -- npx -y seo-tools-mcp-ywm
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"antohins-seo-tools-mcp-ywm": {
"type": "local",
"command": [
"npx",
"-y",
"seo-tools-mcp-ywm"
],
"enabled": true
}
}
} openclaw mcp add antohins-seo-tools-mcp-ywm --command npx --arg -y --arg seo-tools-mcp-ywm
mcp_servers:
antohins-seo-tools-mcp-ywm:
command: "npx"
args: ["-y", "seo-tools-mcp-ywm"] {
"McpServers": {
"antohins-seo-tools-mcp-ywm": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"seo-tools-mcp-ywm"
]
}
}
} assistant mcp add antohins-seo-tools-mcp-ywm -t stdio -c npx -a -y seo-tools-mcp-ywm
{
"mcpServers": {
"antohins-seo-tools-mcp-ywm": {
"command": "npx",
"args": [
"-y",
"seo-tools-mcp-ywm"
]
}
}
} 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 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.
- 18 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.
- 15 Sept 26 −2
- Stability: pass → 0.80 functional
- 14 Sept 26 0
- Stability: 0.97 → pass security
- 13 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.
- 11 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.
- 8 Sept 26 −2
- Stability: pass → 0.80 functional
- 7 Sept 26 0
- Stability: 0.97 → pass security
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-ywm@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 →
Dependencies 96 packages
| Packages resolved | 96 |
|---|---|
| Stale | 31 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
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 →
ywm_auth_status Яндекс.Вебмастер: auth status ~74
Статус авторизации ywm: какие ключи заданы (маскированно), каких не хватает, как их получить. ВЫЗЫВАТЬ ПЕРВЫМ в начале работы с ywm. Если чего-то нет — запросить значения у пользователя и сохранить через ywm_set_credentials.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
ywm_broken_links Яндекс.Вебмастер: broken links ~174
Битые ссылки, выборка: внутренние (scope=internal) или внешние (external). { count, links: [{ source_url, destination_url, ... }] }. truncated=true — за выборкой есть ещё строки (добирай offset).
| Name | Type | Req | Description |
|---|---|---|---|
| account | string | – | Аккаунт-профиль (мультиаккаунт, см. *_auth_status); пусто = основной |
| hostId | string | – | Хост Вебмастера (формат https:example.com:443); по умолчанию YWM_HOST_ID из конфига; список хостов — ywm_hosts |
| limit | integer | – | Размер выборки (дефолт 50, максимум 100) |
| offset | integer | – | – |
| scope | string | – | – |
No output schema declared.
No examples provided.
ywm_diagnostics Яндекс.Вебмастер: diagnostics ~114
Диагностика сайта Вебмастером — список проблем: { problems: [{ ... severity, state, ... }] }.
| Name | Type | Req | Description |
|---|---|---|---|
| account | string | – | Аккаунт-профиль (мультиаккаунт, см. *_auth_status); пусто = основной |
| hostId | string | – | Хост Вебмастера (формат https:example.com:443); по умолчанию YWM_HOST_ID из конфига; список хостов — ywm_hosts |
No output schema declared.
No examples provided.
ywm_external_links Яндекс.Вебмастер: external links ~169
Внешние ссылки на сайт (беклинки), выборка: { count (всего), links: [{ source_url, destination_url, discovery_date, source_last_access_date }] }. truncated=true — за выборкой есть ещё строки (добирай offset).
| Name | Type | Req | Description |
|---|---|---|---|
| account | string | – | Аккаунт-профиль (мультиаккаунт, см. *_auth_status); пусто = основной |
| hostId | string | – | Хост Вебмастера (формат https:example.com:443); по умолчанию YWM_HOST_ID из конфига; список хостов — ywm_hosts |
| limit | integer | – | Размер выборки (дефолт 50, максимум 100) |
| offset | integer | – | – |
No output schema declared.
No examples provided.
ywm_hosts Яндекс.Вебмастер: hosts ~96
user_id токена и список сайтов в Вебмастере — для проверки доступа и настройки YWM_HOST_ID. Ответ: { user_id, hosts: [{ host_id, verified, ... }] } — host_id подставлять в параметр hostId других инструментов.
| Name | Type | Req | Description |
|---|---|---|---|
| account | string | – | Аккаунт-профиль (мультиаккаунт, см. *_auth_status); пусто = основной |
No output schema declared.
No examples provided.
ywm_important_urls Яндекс.Вебмастер: important urls ~124
Мониторинг важных URL: { urls: [{ url, update_date, change_indicators, indexing_status, search_status }] } — статус индексации и изменения важных страниц.
| Name | Type | Req | Description |
|---|---|---|---|
| account | string | – | Аккаунт-профиль (мультиаккаунт, см. *_auth_status); пусто = основной |
| hostId | string | – | Хост Вебмастера (формат https:example.com:443); по умолчанию YWM_HOST_ID из конфига; список хостов — ywm_hosts |
No output schema declared.
No examples provided.
ywm_indexing_history Яндекс.Вебмастер: indexing history ~174
Динамика числа страниц В ПОИСКЕ по датам (search-urls/in-search): { history: [{ date, value }] }. Окно по умолчанию — 30 дней.
| Name | Type | Req | Description |
|---|---|---|---|
| account | string | – | Аккаунт-профиль (мультиаккаунт, см. *_auth_status); пусто = основной |
| dateFrom | string | – | YYYY-MM-DD (по умолчанию — от дефолтного окна инструмента) |
| dateTo | string | – | YYYY-MM-DD (по умолчанию сегодня по МСК) |
| hostId | string | – | Хост Вебмастера (формат https:example.com:443); по умолчанию YWM_HOST_ID из конфига; список хостов — ywm_hosts |
No output schema declared.
No examples provided.
ywm_oauth_finish Яндекс.Вебмастер: oauth finish ~101
Шаг 2 авторизации Яндекса: обменивает код подтверждения на access+refresh токены и сохраняет их (с суффиксом профиля, если передан account). После этого токен обновляется автоматически при протухании.
| Name | Type | Req | Description |
|---|---|---|---|
| account | string | – | Имя аккаунта-профиля — то же, что в oauth_start |
| code | string | yes | Код подтверждения со страницы Яндекса |
No output schema declared.
No examples provided.
ywm_oauth_start Яндекс.Вебмастер: oauth start ~240
Шаг 1 авторизации Яндекса: вернёт ссылку, которую пользователь открывает в браузере, разрешает доступ и получает код подтверждения. Код передать в ywm_oauth_finish. Требуется OAuth-приложение (oauth.yandex.ru/client/new, Redirect URI: https://oauth.yandex.ru/verification_code, scope: Яндекс.Вебмастер (hostinfo + verify), опционально + Метрика (чтение)). clientId/clientSecret сохраняются для дальнейшего авто-обновления токена (приложение ОБЩЕЕ для всех аккаунтов). account — имя профиля для мультиаккаунта: пользователь авторизуется под ДРУГИМ Яндекс-аккаунтом, токен сохранится отдельно.
| Name | Type | Req | Description |
|---|---|---|---|
| account | string | – | Имя аккаунта-профиля (мультиаккаунт); пусто = основной |
| clientId | string | – | ClientID приложения (если не сохранён ранее как YANDEX_CLIENT_ID) |
| clientSecret | string | – | Client secret приложения (для обмена кода и refresh) |
No output schema declared.
No examples provided.
ywm_popular Яндекс.Вебмастер: popular ~240
Топ-запросы хоста за неделю (search-queries/popular, до 3000): { rows: [{ query, shows, clicks, avg_show_position, avg_click_position }] }. Фильтра по URL здесь нет. truncated=true — набран ровно limit: за ним могли остаться строки (увеличь limit).
| Name | Type | Req | Description |
|---|---|---|---|
| account | string | – | Аккаунт-профиль (мультиаккаунт, см. *_auth_status); пусто = основной |
| dateFrom | string | – | YYYY-MM-DD (по умолчанию — от дефолтного окна инструмента) |
| dateTo | string | – | YYYY-MM-DD (по умолчанию сегодня по МСК) |
| device | string | – | – |
| hostId | string | – | Хост Вебмастера (формат https:example.com:443); по умолчанию YWM_HOST_ID из конфига; список хостов — ywm_hosts |
| limit | integer | – | Сколько строк вернуть (дефолт 500, максимум 3000) |
| orderBy | string | – | – |
No output schema declared.
No examples provided.
ywm_queries_history Яндекс.Вебмастер: queries history ~203
История суммарной статистики запросов по хосту по датам (показы/клики/позиции): { indicators: {...} }. indicator: TOTAL_SHOWS | TOTAL_CLICKS | AVG_SHOW_POSITION | AVG_CLICK_POSITION. Окно по умолчанию — 30 дней.
| Name | Type | Req | Description |
|---|---|---|---|
| account | string | – | Аккаунт-профиль (мультиаккаунт, см. *_auth_status); пусто = основной |
| dateFrom | string | – | YYYY-MM-DD (по умолчанию — от дефолтного окна инструмента) |
| dateTo | string | – | YYYY-MM-DD (по умолчанию сегодня по МСК) |
| hostId | string | – | Хост Вебмастера (формат https:example.com:443); по умолчанию YWM_HOST_ID из конфига; список хостов — ywm_hosts |
| indicator | string | – | – |
No output schema declared.
No examples provided.
ywm_recommended_queries Яндекс.Вебмастер: recommended queries ~259
Недобранные запросы по URL (аппроксимация: в API v4 нет «рекомендованных»). Берём запросы ТРЁХ категорий: показы без кликов, позиция за топ-10, любой запрос со спросом (DEMAND > 0) — категория указана в поле reason. Ответ: { queries: [{ query, demand, shows, clicks, position, reason }] }. truncated=true — запросов больше внутреннего капа (3000): фильтр применён к первым 3000 строкам выборки API.
| Name | Type | Req | Description |
|---|---|---|---|
| account | string | – | Аккаунт-профиль (мультиаккаунт, см. *_auth_status); пусто = основной |
| device | string | – | – |
| hostId | string | – | Хост Вебмастера (формат https:example.com:443); по умолчанию YWM_HOST_ID из конфига; список хостов — ywm_hosts |
| limit | integer | – | Сколько запросов вернуть (дефолт 200, максимум 1000) |
| url | string | yes | Путь («/oae/dubai/») или полный URL страницы |
No output schema declared.
No examples provided.
ywm_search_queries Яндекс.Вебмастер: search queries ~327
Запросы Яндекса по конкретному URL (query-analytics, данные за ~2 недели по умолчанию — переопределяется dateFrom/dateTo): { rows: [{ query, shows, clicks, ctr, position, demand }] }. url — путь («/oae/dubai/») или полный URL; сопоставление TEXT_CONTAINS по умолчанию. Без url — топ запросов всего хоста. truncated=true — запросов больше внутреннего капа (3000): топ отсортирован по первым 3000 строкам выборки API.
| Name | Type | Req | Description |
|---|---|---|---|
| account | string | – | Аккаунт-профиль (мультиаккаунт, см. *_auth_status); пусто = основной |
| dateFrom | string | – | YYYY-MM-DD (по умолчанию — от дефолтного окна инструмента) |
| dateTo | string | – | YYYY-MM-DD (по умолчанию сегодня по МСК) |
| device | string | – | – |
| hostId | string | – | Хост Вебмастера (формат https:example.com:443); по умолчанию YWM_HOST_ID из конфига; список хостов — ywm_hosts |
| limit | integer | – | Сколько строк вернуть (дефолт 500, максимум 3000) |
| orderBy | string | – | Поле сортировки результата (после агрегации) |
| url | string | – | Путь или URL страницы; пусто = весь хост |
| urlMatch | string | – | – |
No output schema declared.
No examples provided.
ywm_set_credentials Яндекс.Вебмастер: set credentials ~281
Сохранить ключи ywm в /tmp/.config/seo-tools-mcp/.env (права 600) и применить сразу, без перезапуска сервера. Передавать только обновляемые поля. account — сохранить в именованный профиль (мультиаккаунт). Значения даёт пользователь; в ответе они маскируются.
| Name | Type | Req | Description |
|---|---|---|---|
| YANDEX_CLIENT_ID | string | – | ClientID OAuth-приложения Яндекса (для авторизации/refresh) |
| YANDEX_CLIENT_SECRET | string | – | Client secret OAuth-приложения Яндекса |
| YANDEX_OAUTH_TOKEN | string | – | Общий OAuth-токен Яндекса (Вебмастер+Метрика) |
| YWM_HOST_ID | string | – | Хост по умолчанию (формат https:example.com:443) |
| YWM_OAUTH_TOKEN | string | – | Отдельный токен Вебмастера (перекрывает общий; обычно не нужен) |
| YWM_USER_ID | string | – | user_id Вебмастера (определяется автоматически, можно не задавать) |
| account | string | – | Имя аккаунта-профиля (мультиаккаунт): ключи сохранятся с суффиксом __<account> |
No output schema declared.
No examples provided.
ywm_sitemaps Яндекс.Вебмастер: sitemaps ~132
Файлы Sitemap хоста со статусом: { sitemaps: [{ sitemap_id, sitemap_url, last_access_date, errors_count, urls_count, children_count, sources, sitemap_type }] }.
| Name | Type | Req | Description |
|---|---|---|---|
| account | string | – | Аккаунт-профиль (мультиаккаунт, см. *_auth_status); пусто = основной |
| hostId | string | – | Хост Вебмастера (формат https:example.com:443); по умо��чанию YWM_HOST_ID из конфига; список хостов — ywm_hosts |
No output schema declared.
No examples provided.
ywm_sqi_history Яндекс.Вебмастер: sqi history ~169
История ИКС (индекс качества сайта) по датам: { points: [{ date, value }] }. Окно по умолчанию — 180 дней.
| Name | Type | Req | Description |
|---|---|---|---|
| account | string | – | Аккаунт-профиль (мультиаккаунт, см. *_auth_status); пусто = основной |
| dateFrom | string | – | YYYY-MM-DD (по умолчанию — от дефолтного окна инструмента) |
| dateTo | string | – | YYYY-MM-DD (по умолчанию сегодня по МСК) |
| hostId | string | – | Хост Вебмастера (формат https:example.com:443); по умолчанию YWM_HOST_ID из конфига; список хостов — ywm_hosts |
No output schema declared.
No examples provided.
ywm_summary Яндекс.Вебмастер: summary ~135
Сводка по хосту. Ответ: { sqi (ИКС), searchable_pages_count (страниц в поиске), excluded_pages_count (исключено), site_problems (число проблем сайта по важности) }.
| Name | Type | Req | Description |
|---|---|---|---|
| account | string | – | Аккаунт-профиль (мультиаккаунт, см. *_auth_status); пусто = основной |
| hostId | string | – | Хост Вебмастера (формат https:example.com:443); по умолчанию YWM_HOST_ID из конфига; список хостов — ywm_hosts |
No output schema declared.
No examples provided.
What is the SEO Tools: Yandex.Webmaster MCP server?
SEO Tools: Yandex.Webmaster is an MCP server listed in the public MCP registry as io.github.antohins/seo-tools-mcp-ywm. MCP server for Yandex.Webmaster search queries (read-only). This page covers its npm package (seo-tools-mcp-ywm).
Is the SEO Tools: Yandex.Webmaster MCP server safe to use?
SEO Tools: Yandex.Webmaster scores 82 out of 100 on VerifyMCP. We found no known CVEs affecting 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: Yandex.Webmaster MCP server expose?
SEO Tools: Yandex.Webmaster exposes 17 tools: ywm_auth_status, ywm_set_credentials, ywm_oauth_start, ywm_oauth_finish, ywm_hosts, and 12 more. Their descriptions and schemas cost roughly 3,012 tokens of context every time the server is loaded.
Is the SEO Tools: Yandex.Webmaster MCP server still maintained?
SEO Tools: Yandex.Webmaster 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: Yandex.Webmaster MCP server under?
SEO Tools: Yandex.Webmaster declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.