Yandex Semantic Core MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| YANDEX_FOLDER_ID | Yes | Your Yandex Cloud Folder ID. | |
| YANDEX_SEARCH_API_KEY | Yes | Your API key for Yandex Search API. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
| prompts | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| wordstat_get_user_infoA | Проверяет API key, folder ID, роль и доступность Wordstat v2. Совместимое имя для workflow ЯДрышко. |
| wordstat_get_top_requestsB | Популярные и связанные запросы для фразы за последние 30 дней. Частоты возвращает Yandex Wordstat, сервер их не вычисляет. |
| wordstat_get_dynamicsB | Динамика частоты фразы по дням, неделям или месяцам. |
| wordstat_get_regionsC | Частота, доля и affinity index фразы по городам или регионам. |
| wordstat_get_regions_treeB | Возвращает ID и названия регионов для фильтров остальных инструментов. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| semantic-core | Полное исследование семантического ядра на реальных данных Wordstat. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Методология семантического ядра | |
| Контракт файлов результата | |
| Настройка Yandex Cloud |
TDQS
Scored across 5 tools
Each tool targets a distinct aspect of Yandex Wordstat: auth status, top requests, time dynamics, region breakdown, and region metadata. No two tools overlap in purpose, so an agent can reliably select the right one.
All tools follow the exact verb_noun pattern wordstat_get_*, making the naming highly predictable and consistent. The prefix also reinforces the domain, and the suffixes clearly indicate the resource or action.
Five tools is a well-scoped size for a Wordstat-focused server, covering the core read-only operations without redundancy. Each tool earns its place and the set feels neither sparse nor bloated.
The surface covers the essential Wordstat workflow: authentication verification, request discovery, time-series dynamics, region filtering, and region metadata. There are no obvious dead ends or missing core operations for this domain.