MCP server for Yandex Metrica API: list counters, goals and pull web-analytics statistics.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
mcp-yandex-metrica · npm · 1.4.1
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.askads/mcp-yandex-metrica",
"description": "MCP server for Yandex Metrica API: list counters, goals and pull web-analytics statistics.",
"title": "Yandex Metrica MCP",
"repository": {
"url": "https://github.com/askads/mcp-yandex-metrica",
"source": "github"
},
"version": "1.4.1",
"websiteUrl": "https://github.com/askads/mcp-yandex-metrica#readme",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "mcp-yandex-metrica",
"version": "1.4.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Yandex Metrica OAuth token (scope metrika:read) — read access to analytics data. Treat it as a secret. Optional: without it the server starts anyway and connects through the in-chat login (start_login / finish_login).",
"isSecret": true,
"name": "YANDEX_METRIKA_TOKEN"
},
{
"description": "ClientID of your own Yandex OAuth app for the in-chat login. Defaults to the Ask Ads app scoped to metrika:read.",
"name": "YANDEX_METRIKA_OAUTH_CLIENT_ID"
},
{
"description": "Default Metrica counter id, used when a tool call omits counterId.",
"name": "YANDEX_METRIKA_COUNTER_ID"
},
{
"description": "Language for API responses (ru, en, ...).",
"default": "ru",
"name": "YANDEX_METRIKA_LANG"
},
{
"description": "API root host. Override only for a proxy or a non-default endpoint.",
"default": "https://api-metrika.yandex.net",
"name": "YANDEX_METRIKA_API_BASE"
},
{
"description": "Per-request timeout in milliseconds.",
"default": "60000",
"name": "YANDEX_METRIKA_TIMEOUT_MS"
},
{
"description": "Max retries for transient errors (429 rate limit, 5xx on reads).",
"default": "3",
"name": "YANDEX_METRIKA_MAX_RETRIES"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-18T23:33:53.939577Z",
"publishedAt": "2026-08-18T23:33:53.939577Z",
"updatedAt": "2026-08-18T23:33:53.939577Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 1.4.1last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.