MCP Server
MCP
SEO Tools: Yandex.Metrica
MCP server for Yandex.Metrica Stat API (read-only).
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
By
Comments
Sign in to leave a comment