Skip to main content
Glama
zaborlux

Yandex Semantic Core MCP

by zaborlux

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
YANDEX_FOLDER_IDYesYour Yandex Cloud Folder ID.
YANDEX_SEARCH_API_KEYYesYour 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

CapabilityDetails
tools
{}
prompts
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription
semantic-coreПолное исследование семантического ядра на реальных данных Wordstat.

Resources

Contextual data attached and managed by the client

NameDescription
Методология семантического ядра
Контракт файлов результата
Настройка Yandex Cloud

TDQS

A3.6/5.0

Scored across 5 tools

Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count5/5

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.

Completeness5/5

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.