Skip to main content
Glama
askads

Yandex Wordstat MCP

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
WORDSTAT_LANGNoAccept-Language header.ru
WORDSTAT_TOKENNoOAuth token for api.wordstat.yandex.net (required for oauth flavor).
WORDSTAT_FLAVORNoBackend flavor: cloud or oauth.cloud
WORDSTAT_API_KEYNoAPI key for Yandex Cloud (required for cloud flavor).
WORDSTAT_API_BASENoOverride API base URL.
WORDSTAT_FOLDER_IDNoFolder ID for Yandex Cloud (required for cloud flavor).
WORDSTAT_TIMEOUT_MSNoRequest timeout in milliseconds.60000
WORDSTAT_MAX_RETRIESNoNumber of retries on 429/5xx.3

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
top_requestsA

Returns search-demand for a phrase over the last 30 days: the most popular queries that CONTAIN the phrase (results) and semantically RELATED queries that may not contain it (associations), plus totalCount. Use it to discover keywords and gauge demand. Counts can arrive as strings (int64). Optional regionIds and devices narrow the result; numPhrases sets how many to return (1..2000).

dynamicsA

Returns how demand for a phrase changed over time — a series of {date, count, share}, where share is the fraction of all Yandex searches. Use it for seasonality and trend. period sets the granularity (daily/weekly/monthly). fromDate/toDate bound the range as RFC3339 timestamps, and toDate must align to the period boundary.

regionsA

Returns how demand for a phrase is distributed across regions over the last 30 days. Each row has the region id, count, share and affinityIndex (>100% = above-average interest in that region, <100% = below). regionMode chooses the grouping: all, cities (only cities) or regions (only oblasts/subjects). Map region ids to names with list_regions.

list_regionsA

Returns the reference tree of regions Wordstat supports — region ids and their names (label). The ids feed the regionIds/regionMode of the other tools, and the names decode region ids in their responses. The tree is large and stable; fetch it once and cache it.

raw_requestA

Escape hatch to call any Yandex Cloud Search API Wordstat path directly, for endpoints without a dedicated tool, e.g. "v2/wordstat/topRequests". body is sent as JSON (folderId is injected automatically). Method defaults to POST.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/askads/mcp-yandex-wordstat'

If you have feedback or need assistance with the MCP directory API, please join our Discord server