Yandex Webmaster MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| YANDEX_WEBMASTER_HOST_URL | No | Default host URL to reduce API calls | |
| YANDEX_WEBMASTER_OAUTH_TOKEN | Yes | OAuth token for Yandex Webmaster 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 | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| ywm_get_userB | Get current user info (user ID) |
| ywm_list_hostsA | List all registered hosts (sites) |
| ywm_get_hostB | Get host details by ID |
| ywm_add_hostC | Add a new host (site) |
| ywm_delete_hostC | Delete a host (site) |
| ywm_get_host_summaryB | Get host summary (SQI, pages, problems) |
| ywm_get_verificationB | Get host verification status |
| ywm_verify_hostB | Start host verification |
| ywm_get_diagnosticsC | Get site diagnostics and problems |
| ywm_list_ownersC | List host owners |
| ywm_list_sitemapsC | List all sitemaps |
| ywm_get_sitemapC | Get sitemap details |
| ywm_add_sitemapB | Add a new sitemap |
| ywm_delete_sitemapC | Delete a sitemap |
| ywm_get_indexing_historyC | Get indexing history over time |
| ywm_get_search_urlsC | Get URLs found in search |
| ywm_get_important_urlsC | Get important URLs with issues |
| ywm_get_search_events_samplesC | Get excluded pages (LOW_QUALITY, DUPLICATE, etc.) |
| ywm_get_search_events_historyC | Get search events history over time |
| ywm_get_search_urls_historyC | Get search URLs history over time |
| ywm_get_indexing_samplesB | Get indexing samples with HTTP codes |
| ywm_get_important_urls_historyC | Get important URLs history over time |
| ywm_get_broken_internal_linksC | Get broken internal link samples |
| ywm_get_broken_links_historyB | Get broken internal links history over time |
| ywm_list_user_sitemapsA | List user-added sitemaps |
| ywm_get_user_sitemapC | Get user-added sitemap details |
| ywm_get_search_queriesC | Get search query analytics history |
| ywm_get_popular_queriesC | Get popular search queries |
| ywm_get_external_linksC | Get external link samples |
| ywm_get_sqi_historyC | Get SQI history over time |
| ywm_get_external_links_historyC | Get external links history over time |
| ywm_get_query_historyC | Get search query history |
| ywm_query_analyticsC | Run query analytics with filters |
| ywm_get_recrawl_quotaC | Get recrawl quota |
| ywm_list_recrawl_tasksC | List recrawl tasks |
| ywm_submit_recrawlA | Submit URL for recrawling (consumes quota) |
| ywm_get_original_textsC | List original texts |
| ywm_add_original_textC | Add original text |
| ywm_delete_original_textC | Delete an original text |
| ywm_get_original_text_quotaC | Get original text quota |
| ywm_get_recrawl_taskC | Get recrawl task details |
| ywm_list_feedsC | List all feeds |
| ywm_start_feed_uploadD | Start feed upload |
| ywm_get_feed_upload_statusC | Get feed upload status |
| ywm_batch_add_feedsC | Batch add feeds |
| ywm_batch_remove_feedsC | Batch remove feeds |
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 46 tools
Each tool targets a distinct Yandex Webmaster resource or action (hosts, sitemaps, indexing, queries, feeds, etc.). Despite many history-related tools, their purposes are clearly differentiated by the metric (indexing, search events, broken links, etc.).
All tools follow a consistent 'ywm_verb_noun' pattern in snake_case. Verbs like get, list, add, delete, submit are used predictably, making the set easy to navigate.
46 tools is high but appropriate for the comprehensive Yandex Webmaster API. Each tool corresponds to a distinct endpoint, and the count is justifiable given the broad feature set.
The tool set covers most major Yandex Webmaster functionalities: hosts, sitemaps, indexing, search queries, feeds, original texts, and recrawl. Minor gaps exist (e.g., missing user management beyond listing owners), but core workflows are well supported.