Yandex Wordstat MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WORDSTAT_LANG | No | Accept-Language header. | ru |
| WORDSTAT_TOKEN | No | OAuth token for api.wordstat.yandex.net (required for oauth flavor). | |
| WORDSTAT_FLAVOR | No | Backend flavor: cloud or oauth. | cloud |
| WORDSTAT_API_KEY | No | API key for Yandex Cloud (required for cloud flavor). | |
| WORDSTAT_API_BASE | No | Override API base URL. | |
| WORDSTAT_FOLDER_ID | No | Folder ID for Yandex Cloud (required for cloud flavor). | |
| WORDSTAT_TIMEOUT_MS | No | Request timeout in milliseconds. | 60000 |
| WORDSTAT_MAX_RETRIES | No | Number of retries on 429/5xx. | 3 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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". |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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