kurerok-yandex-webmaster-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| YANDEX_WEBMASTER_TOKEN | Yes | Your Yandex OAuth token for Webmaster API access. | |
| YANDEX_WEBMASTER_HOST_ID | Yes | The host ID for the site, e.g., 'https:kurerok.ru:443'. |
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 | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| yandex_get_userA | Get the authenticated Yandex Webmaster user id. |
| yandex_list_hostsA | List sites available in Yandex Webmaster. |
| yandex_get_host_summaryC | Get site summary metrics from Yandex Webmaster. |
| yandex_get_diagnosticsC | Get Yandex Webmaster diagnostics for the site. |
| yandex_get_sitemapsB | List sitemap files known to Yandex Webmaster. |
| yandex_add_sitemapC | Add a sitemap file to Yandex Webmaster. Requires confirmed=true. |
| yandex_get_search_queriesC | Get Yandex search query metrics for a date range. |
| yandex_get_indexing_historyC | Get crawl/indexing history for a date range. |
| yandex_get_pages_in_search_historyC | Get pages-in-search count history for a date range. |
| yandex_get_search_events_samplesB | Get sample pages added to or removed from Yandex search. |
| yandex_get_recrawl_quotaB | Check remaining Yandex recrawl quota. |
| yandex_get_recrawl_queueC | Get Yandex recrawl queue/tasks. |
| yandex_submit_recrawl_urlsB | Submit up to 150 URLs to Yandex recrawl queue. Requires confirmed=true. |
| yandex_get_external_linksC | Get external link samples known to Yandex Webmaster. |
| yandex_get_broken_internal_linksC | Get broken internal link samples. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 15 tools
Each tool targets a distinct aspect of Yandex Webmaster, such as sitemaps, diagnostics, links, indexing, and search queries. There is no functional overlap, making it easy for an agent to select the correct tool.
All tools follow a consistent 'yandex_<verb>_<object>' pattern in snake_case, using descriptive verbs like 'add', 'get', 'list', and 'submit'. The naming is predictable and uniform.
With 15 tools, the set is well-scoped for a Yandex Webmaster API wrapper. It covers essential operations without being excessive, and each tool serves a clear purpose within the domain.
The tool set provides comprehensive coverage of Yandex Webmaster features, including sitemap management, diagnostics, link analysis, indexing history, search queries, recrawl operations, and user/host info. No obvious gaps are present.