@cododel/yandex-wordstat-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@cododel/yandex-wordstat-mcpshow monthly search volume for 'пластиковые окна' in Russia"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@cododel/yandex-wordstat-mcp
Bun/TypeScript MCP server for the official Yandex Wordstat v2 API. It provides the same practical Wordstat surface as the upstream yandex-wordstat-mcp package and adds a shared typed architecture, local stdio and stateless Streamable HTTP transports, remote BYOK credentials, explicit server-owned credential opt-in, Docker packaging, cost metadata, and generic agent installation guidance.
Commands
# Local MCP child process; requires Yandex credentials in ENV
bun src/cli.ts stdio
# Remote stateless Streamable HTTP; BYOK headers required by default
bun src/cli.ts serve --host 127.0.0.1 --port 3000See INSTALL.md for MCP client, Docker, authentication, and upgrade instructions.
Related MCP server: yandex-mcp
Tools
Tool | Wordstat method | Billing |
|
| free |
| cached | free |
|
| ~0.02 RUB/call |
|
| ~0.02 RUB/call |
|
| ~0.05 RUB/call |
Pricing is informational and can change. Source: Yandex Search API pricing.
Local credentials
Accepted aliases, in priority order:
YANDEX_WORDSTAT_API_KEY or YANDEX_SEARCH_API_KEY
YANDEX_WORDSTAT_FOLDER_ID or YANDEX_CLOUD_FOLDER_ID or YANDEX_FOLDER_IDRemote credential policy
Default serve behavior:
server ENV Yandex credentials are ignored;
every MCP request needs
X-Yandex-API-KeyandX-Yandex-Folder-Id;keys are transport headers and are absent from tool schemas;
loopback BYOK may omit
MCP_ACCESS_TOKEN, but non-loopback HTTP requires it;--allow-server-credentialsalways requires a non-emptyMCP_ACCESS_TOKEN;browser Origin and Host checks run before credential handling;
server credentials become available only with
--allow-server-credentials.
Serve behind HTTPS. The built-in server intentionally does not terminate TLS.
Billing safety and exact counts
top-requests,dynamics, andregionsare at-most-once billed operations. Clients must not retry them automatically after errors or unknown outcomes.Set
WORDSTAT_MAX_COST_RUB_PER_HOURandWORDSTAT_MAX_COST_RUB_PER_DAYtogether to enable a persistent SQLite budget guard. Amounts are parsed to integer kopecks; every dispatched paid attempt counts conservatively.WORDSTAT_LEDGER_PATHdefaults to./data/wordstat.sqlite; Docker uses the persistent/data/wordstat.sqlitevolume.Wordstat int64 count fields are returned as exact decimal strings, not JSON numbers.
Development
bun install --frozen-lockfile
bun test
bun run typecheckThe project uses native Bun TypeScript. There is no emitted dist/ directory.
Attribution
This project uses the MIT-licensed packages/yandex-wordstat-mcp implementation by Alternex as its functional baseline. See UPSTREAM.md and LICENSE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityBmaintenanceMCP server for managing Yandex Direct advertising, Yandex Metrica analytics, Wordstat keyword research, and Yandex Webmaster SEO tools, with self-configuring OAuth; provides 153 tools for complete ad and search workflows from AI assistants.10015MIT
- Alicense-qualityDmaintenanceMCP server for Yandex Direct, Metrika, Wordstat, and Webmaster APIs, providing 132 tools to manage advertising campaigns, analytics, keyword research, and reporting through any MCP-compatible client.58MIT
- AlicenseCqualityAmaintenanceMCP server that provides 46 tools for managing Yandex Webmaster API v4, enabling site management, sitemaps, indexing, search analytics, and more through natural language.46313MIT
- Alicense-qualityCmaintenanceMCP server for querying Yandex Wordstat via Yandex Cloud Search API. Enables checking phrase frequency, similar queries, regional demand, and seasonality trends.1MIT
Related MCP Connectors
MCP server for Google search results via SERP API
SEO Keywords (Google Ads volume) MCP — exact Google Ads search volume via
Read-only Yandex Metrika MCP. Query visits, sources, geo, devices and more in plain language.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cododel/yandex-wordstat-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server