Yandex Webmaster Mcp Server For Api V4 1 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Yandex Webmaster Mcp Server For Api V4 1 (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
MCP-сервер для Яндекс Вебмастер API v4.1 — полное покрытие: индексация, поисковые запросы, диагностика, переобход, карты сайта, ссылки, мониторинг важных URL.
37 инструментов, покрывающих весь Яндекс Вебмастер API:
pip install -e .export YANDEX_WEBMASTER_API_KEY=ваш_oauth_токенДобавьте в claude_desktop_config.json:
{
"mcpServers": {
"yandex-webmaster": {
"command": "python",
"args": ["/путь/к/yandex-webmaster-mcp-server-python/src/yandex_webmaster_mcp/server.py"],
"env": {
"YANDEX_WEBMASTER_API_KEY": "ваш_oauth_токен"
}
}
}
}Добавьте в settings.json:
{
"mcpServers": {
"yandex-webmaster": {
"command": "python",
"args": ["/путь/к/yandex-webmaster-mcp-server-python/src/yandex_webmaster_mcp/server.py"],
"env": {
"YANDEX_WEBMASTER_API_KEY": "ваш_oauth_токен"
}
}
}
}webmaster:hostinfo и webmaster:verifyhttps://oauth.yandex.ru/authorize?response_type=token&client_id=ВАШ_CLIENT_ID# Получить user_id
get_user_id()
# Список всех сайтов
get_hosts(user_id="12345")
# Популярные запросы с позициями
get_popular_queries(
user_id="12345",
host_id="https:example.com:443",
date_from="2026-03-01",
date_to="2026-03-31",
query_indicator="TOTAL_SHOWS,TOTAL_CLICKS,AVG_SHOW_POSITION"
)
# Отправить страницу на переобход
request_recrawl(
user_id="12345",
host_id="https:example.com:443",
url="https://example.com/updated-page/"
)
# Мониторинг важных страниц
get_important_urls(
user_id="12345",
host_id="https:example.com:443"
)Яндекс Вебмастер использует особый формат идентификаторов сайтов:
https:example.com:443 (не URL — протокол:домен:порт без слешей)http:example.com:80Сервер автоматически URL-кодирует host_id при отправке запросов к API.
MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.