← Back to Plugins
MCP Server MCP

SEO Tools: Yandex.Metrica

github By github 👁 1 views ▲ 0 votes

MCP server for Yandex.Metrica Stat API (read-only).

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "seo-tools-mcp-metrika",
      "version": "1.7.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Yandex OAuth token (shared Webmaster + Metrica); or obtain via metrika_oauth_start.",
          "format": "string",
          "isSecret": true,
          "name": "YANDEX_OAUTH_TOKEN"
        },
        {
          "description": "Default Yandex.Metrica counter ID.",
          "format": "string",
          "name": "METRIKA_COUNTER_ID"
        },
        {
          "description": "Dedicated Metrica token (overrides the shared one; usually not needed).",
          "format": "string",
          "isSecret": true,
          "name": "METRIKA_OAUTH_TOKEN"
        },
        {
          "description": "Yandex OAuth app client ID (for interactive auth and token refresh).",
          "format": "string",
          "name": "YANDEX_CLIENT_ID"
        },
        {
          "description": "Yandex OAuth app client secret.",
          "format": "string",
          "isSecret": true,
          "name": "YANDEX_CLIENT_SECRET"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...