MCP Server
MCP
Yandex Wordstat MCP
MCP server for Yandex Wordstat API: top & related queries, demand dynamics and regions.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "mcp-yandex-wordstat",
"version": "2.3.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Yandex Cloud API key for the Search API (sent as Api-Key). Treat it as a secret.",
"isRequired": true,
"isSecret": true,
"name": "WORDSTAT_API_KEY"
},
{
"description": "Yandex Cloud folder id, injected into every request body.",
"isRequired": true,
"name": "WORDSTAT_FOLDER_ID"
},
{
"description": "Language for API responses (ru, en, ...).",
"default": "ru",
"name": "WORDSTAT_LANG"
},
{
"description": "API root host override.",
"default": "https://searchapi.api.cloud.yandex.net",
"name": "WORDSTAT_API_BASE"
},
{
"description": "Per-request timeout in milliseconds.",
"default": "60000",
"name": "WORDSTAT_TIMEOUT_MS"
},
{
"description": "Retries on transient errors (429, 5xx, network).",
"default": "3",
"name": "WORDSTAT_MAX_RETRIES"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment