← Back to Plugins
MCP Server MCP

Yandex Webmaster MCP

github By github 👁 1 views ▲ 0 votes

MCP server for Yandex Webmaster API: indexing, search queries, sitemaps, diagnostics, links.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "mcp-yandex-webmaster",
      "version": "1.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Yandex OAuth token with Webmaster access, sent as `Authorization: OAuth <token>`. Treat it as a secret.",
          "isRequired": true,
          "isSecret": true,
          "name": "YANDEX_OAUTH_TOKEN"
        },
        {
          "description": "Token owner's user id; auto-detected via GET /v4/user when unset.",
          "name": "YANDEX_USER_ID"
        },
        {
          "description": "Default host_id (e.g. https:example.com:443) used when a tool call omits one.",
          "name": "YANDEX_WEBMASTER_HOST_ID"
        },
        {
          "description": "API root override.",
          "default": "https://api.webmaster.yandex.net/v4",
          "name": "YANDEX_WEBMASTER_API_BASE"
        },
        {
          "description": "Per-request timeout in milliseconds.",
          "default": "60000",
          "name": "YANDEX_WEBMASTER_TIMEOUT_MS"
        },
        {
          "description": "Retries on transient errors (429 — except the daily QUOTA_EXCEEDED; 5xx/network for reads).",
          "default": "3",
          "name": "YANDEX_WEBMASTER_MAX_RETRIES"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...