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: Yandex.Metrica

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

MCP server for Yandex.Metrica Stat API (read-only).

0 this week 82 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 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 Usability66
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 2756 tokens (~196/item across 14 items; 14 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 14 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 14 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: Yandex.Metrica MCP server?

SEO Tools: Yandex.Metrica runs locally as an npm package, launched with npx -y seo-tools-mcp-metrika. 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-metrika

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

  • 19 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.

  • 17 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.

  • 15 Sept 26 −2
    • Stability: pass → 0.80 functional
  • 14 Sept 26 0
    • 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.

  • 11 Sept 26 0
    • Package version: 1.5.1 → 1.8.0 functional
  • 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 −2
    • 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-metrika@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 →

MCP tools · 14 exposed · ~2,756 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
metrika_auth_status ~74

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

metrika_bytime ~271

Динамика метрик по времени (Stat API /bytime): каждая метрика — временной ряд. group: day | week | month | hour. Возвращает { time_intervals, series: [{ …измерения, metrics }], truncated (ряды обрезаны limit), sampled }.

NameTypeReqDescription
accountstringАккаунт-профиль (мультиаккаунт, см. *_auth_status); пусто = основной
counterIdintegerНомер счётчика (по умолчанию METRIKA_COUNTER_ID)
date1stringYYYY-MM-DD (по умолчанию 30 дней назад; «сегодня» — по МСК)
date2stringYYYY-MM-DD (по умолчанию сегодня; «сегодня» — по МСК)
dimensionsarrayИзмерения (напр. ["ym:s:lastTrafficSource"]) — отдельный ряд на значение
filtersstringВыражение фильтра Метрики, напр. ym:s:lastTrafficSource=='organic'
groupstring
limitinteger
metricsarrayyesМетрики, напр. ["ym:s:visits","ym:s:users"]

No output schema declared.

No examples provided.

metrika_counters ~85

Список счётчиков Метрики, доступных токену — для проверки доступа и выбора METRIKA_COUNTER_ID. Запрашивает до 10 000; если счётчиков больше — truncated: true.

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

No output schema declared.

No examples provided.

metrika_devices ~168

Технологии визитов: распределение по устройствам/ОС/браузерам. by: device | os | browser. bounceRate — процент (0–100).

NameTypeReqDescription
accountstringАккаунт-профиль (мультиаккаунт, см. *_auth_status); пусто = основной
bystring
counterIdintegerНомер счётчика (по умолчанию METRIKA_COUNTER_ID)
date1stringYYYY-MM-DD (по умолчанию 30 дней назад; «сегодня» — по МСК)
date2stringYYYY-MM-DD (по умолчанию сегодня; «сегодня» — по МСК)
limitinteger

No output schema declared.

No examples provided.

metrika_geo ~168

География визитов: распределение по странам/регионам/городам. level: country | region | city. bounceRate — процент (0–100).

NameTypeReqDescription
accountstringАккаунт-профиль (мультиаккаунт, см. *_auth_status); пусто = основной
counterIdintegerНомер счётчика (по умолчанию METRIKA_COUNTER_ID)
date1stringYYYY-MM-DD (по умолчанию 30 дней назад; «сегодня» — по МСК)
date2stringYYYY-MM-DD (по умолчанию сегодня; «сегодня» — по МСК)
levelstring
limitinteger

No output schema declared.

No examples provided.

metrika_goals ~99

Список целей счётчика (id, name, type) — для отчётов по конверсиям (метрика ym:s:goal<ID>reaches).

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

No output schema declared.

No examples provided.

metrika_landing_behavior ~299

Поведение на странице входа: visits, bounceRate (процент отказов, 0–100), pageDepth, avgVisitDurationSeconds + достижения целей. source=organic фильтрует органический трафик (ym:s:lastTrafficSource — атрибуция по последнему значимому источнику). goalIds — список ID целей для goalReaches (без него цели подтягиваются автоматически из счётчика, максимум 10 — излишек отбрасывается с маркером goals_truncated).

NameTypeReqDescription
accountstringАккаунт-профиль (мультиаккаунт, см. *_auth_status); пусто = основной
counterIdintegerНомер счётчика (по умолчанию METRIKA_COUNTER_ID)
endDatestringyesYYYY-MM-DD
goalIdsarrayID целей для goalReaches (максимум 10); без него — авто из счётчика
landingPagestringyesСтраница входа: путь (/oae/dubai/) или полный URL
searchEnginestringДополнительно сузить до конкретного поисковика
sourcestringorganic — только органика (атрибуция по последнему значимому источнику), all — весь трафик
startDatestringyesYYYY-MM-DD

No output schema declared.

No examples provided.

metrika_oauth_finish ~101

Шаг 2 авторизации Яндекса: обменивает код подтверждения на access+refresh токены и сохраняет их (с суффиксом профиля, если передан account). После этого токен обновляется автоматически при протухании.

NameTypeReqDescription
accountstringИмя аккаунта-профиля — то же, что в oauth_start
codestringyesКод подтверждения со страницы Яндекса

No output schema declared.

No examples provided.

metrika_oauth_start ~243

Шаг 1 авторизации Яндекса: вернёт ссылку, которую пользователь открывает в браузере, разрешает доступ и получает код подтверждения. Код передать в metrika_oauth_finish. Требуется OAuth-приложение (oauth.yandex.ru/client/new, Redirect URI: https://oauth.yandex.ru/verification_code, scope: Яндекс.Метрика (получение статистики), опционально + Вебмастер (hostinfo + verify)). clientId/clientSecret сохраняются для дальнейшего авто-обновления токена (приложение ОБЩЕЕ для всех аккаунтов). account — имя профиля для мультиаккаунта: пользователь авторизуется под ДРУГИМ Яндекс-аккаунтом, токен сохранится отдельно.

NameTypeReqDescription
accountstringИмя аккаунта-профиля (мультиаккаунт); пусто = основной
clientIdstringClientID приложения (если не сохранён ранее как YANDEX_CLIENT_ID)
clientSecretstringClient secret приложения (для обмена кода и refresh)

No output schema declared.

No examples provided.

metrika_report ~451

Произвольный отчёт Stat API: любые измерения × метрики Метрики. Даёт полный доступ к отчётам. dimensions/metrics — имена вида ym:s:<name> (визиты) или ym:pv:<name> (просмотры), напр. ym:s:lastTrafficSource, ym:s:deviceCategory, ym:s:regionCity; метрики ym:s:visits, ym:s:users, ym:s:bounceRate. Ключи в ответе — короткие, без неймспейса (ym:s:regionCity → regionCity); bounceRate — процент отказов (0–100). Ответ: { rows, totals, totalRows, truncated, sampled }.

NameTypeReqDescription
accountstringАккаунт-профиль (мультиаккаунт, см. *_auth_status); пусто = основной
accuracystringlow | medium | high | full | доля выборки (0,1], напр. 0.1
counterIdintegerНомер счётчика (по умолчанию METRIKA_COUNTER_ID)
date1stringYYYY-MM-DD (по умолчанию 30 дней назад; «сегодня» — по МСК)
date2stringYYYY-MM-DD (по умолчанию сегодня; «сегодня» — по МСК)
dimensionsarrayИзмерения (можно пусто — тогда только totals)
filtersstringВыражение фильтра Метрики. Примеры: ym:s:lastTrafficSource=='organic'; AND/OR — ym:s:regionCountryName=='Россия' AND ym:s:deviceCategory=='desktop'; IN — ym:s:browser IN ('Chrome','YaBrowser'); апост…
limitinteger
metricsarrayyesМетрики, напр. ["ym:s:visits","ym:s:users","ym:s:bounceRate"]
sortstringСортировка, напр. -ym:s:visits

No output schema declared.

No examples provided.

metrika_search_phrases ~214

Поисковые фразы (в основном Яндекс — Google шифрует) c поведением по странице входа. Возвращает { landingPage, rowCount, totalRows, truncated, sampled, rows: [{ phrase, visits, bounceRate (процент отказов, 0–100), pageDepth, avgVisitDurationSeconds }] }; truncated: true — строки обрезаны limit.

NameTypeReqDescription
accountstringАккаунт-профиль (мультиаккаунт, см. *_auth_status); пусто = основной
counterIdintegerНомер счётчика (по умолчанию METRIKA_COUNTER_ID)
endDatestringyesYYYY-MM-DD
landingPagestringСтраница входа: путь (/oae/dubai/) или полный URL. Без него — органические фразы по всему счётчику
limitinteger
startDatestringyesYYYY-MM-DD

No output schema declared.

No examples provided.

metrika_set_credentials ~247

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

NameTypeReqDescription
METRIKA_COUNTER_IDstringНомер счётчика по умолчанию
METRIKA_OAUTH_TOKENstringОтдельный токен Метрики (перекрывает общий; обычно не нужен)
YANDEX_CLIENT_IDstringClientID OAuth-приложения Яндекса (для авторизации/refresh)
YANDEX_CLIENT_SECRETstringClient secret OAuth-приложения Яндекса
YANDEX_OAUTH_TOKENstringОбщий OAuth-токен Яндекса (Вебмастер+Метрика)
accountstringИмя аккаунта-профиля (мультиаккаунт): ключи сохранятся с суффиксом __<account>

No output schema declared.

No examples provided.

metrika_top_landings ~158

Топ страниц входа из органики за период. Возвращает { rowCount, totalRows, truncated, sampled, rows: [{ landing, visits, bounceRate (процент отказов, 0–100), pageDepth, avgVisitDurationSeconds }] }; truncated: true — строки обрезаны limit.

NameTypeReqDescription
accountstringАккаунт-профиль (мультиаккаунт, см. *_auth_status); пусто = основной
counterIdintegerНомер счётчика (по умолчанию METRIKA_COUNTER_ID)
endDatestringyesYYYY-MM-DD
limitinteger
startDatestringyesYYYY-MM-DD

No output schema declared.

No examples provided.

metrika_traffic_sources ~178

Источники трафика: визиты/пользователи/отказы/глубина/длительность по ym:s:lastTrafficSource (organic/direct/ad/referral/social/…). bounceRate — процент отказов (0–100).

NameTypeReqDescription
accountstringАккаунт-профиль (мультиаккаунт, см. *_auth_status); пусто = основной
counterIdintegerНомер счётчика (по умолчанию METRIKA_COUNTER_ID)
date1stringYYYY-MM-DD (по умолчанию 30 дней назад; «сегодня» — по МСК)
date2stringYYYY-MM-DD (по умолчанию сегодня; «сегодня» — по МСК)
limitinteger

No output schema declared.

No examples provided.

Common questions

What is the SEO Tools: Yandex.Metrica MCP server?

SEO Tools: Yandex.Metrica is an MCP server listed in the public MCP registry as io.github.antohins/seo-tools-mcp-metrika. MCP server for Yandex.Metrica Stat API (read-only). This page covers its npm package (seo-tools-mcp-metrika).

Is the SEO Tools: Yandex.Metrica MCP server safe to use?

SEO Tools: Yandex.Metrica 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.Metrica MCP server expose?

SEO Tools: Yandex.Metrica exposes 14 tools: metrika_auth_status, metrika_set_credentials, metrika_oauth_start, metrika_oauth_finish, metrika_counters, and 9 more. Their descriptions and schemas cost roughly 2,756 tokens of context every time the server is loaded.

Is the SEO Tools: Yandex.Metrica MCP server still maintained?

SEO Tools: Yandex.Metrica 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.Metrica MCP server under?

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