Skip to main content
Glama
marketscore

Wordstat MCP

by marketscore

Wordstat MCP — 在 Claude 和 ChatGPT 中挑选 Yandex 关键词

npm version MIT license

ClaudeChatGPT 连接到 Yandex Wordstat,直接在对话中收集语义:“收集‘购买吸尘器’查询的频率和季节性”→ 助手将返回带有频率的相关短语,过滤掉垃圾信息,并显示该领域的季节性高峰。

Connect Claude or ChatGPT to Yandex Wordstat and do keyword research in chat — frequencies, related phrases, noise filtering, and 24-month seasonality.

立即试用 — 免费 1 次查询 →

网站 / Website: https://app.marketscore.ru/mcp-wordstat


这是什么

marketscore-wordstat-mcp 是一个连接到托管 MCP 关键词挑选服务器的轻量连接器。服务器本身、对 Yandex Wordstat API 的访问以及所有逻辑都在服务端运行——此包仅将您的 AI 助手连接到它。

工作方式如下:

您: 收集“加湿器”的语义,地区莫斯科。

Claude: 主要查询 — 74,200 次展示/月。相关短语:40 个。已过滤垃圾信息(信息类查询“如何选择”、“自己动手”、职位空缺)— 可寻址需求 58,900。季节性高峰 — 十月至二月,夏季下降约 2 倍。按频率排名:“购买加湿器”(12,100),“家用加湿器”(8,300)…

Related MCP server: yandex-searchapi-mcp

功能

基于 Yandex Wordstat 官方 API 的四个工具:

  • wordstat_suggest — 查询的频率和相关短语,带有垃圾信息标记(信息类查询、“免费/下载”、职位空缺、地理后缀)、可寻址需求(不含垃圾信息的总和)、现成的否定关键词列表以及按意图(商业/信息/导航/品牌)的细分。地区 — 按地理数据库 ID(225 — 俄罗斯,213 — 莫斯科,2 — 圣彼得堡);按设备过滤(桌面/智能手机/平板电脑)。

  • wordstat_dynamics — 过去 24 个月的月度需求动态:季节性高峰和低谷、同比趋势、文字结论。同样支持按设备过滤。

  • wordstat_cluster — 相关短语,整理成广告组草稿:按修饰词聚类 → 组名、广告标题和关键词。现成的语义框架。

  • wordstat_regions — 按地区和城市的需求分布:affinityIndex(>100 表示该地区比全国平均水平“更热”)和每月展示次数。

重复查询同一短语将从缓存中返回 — 免费,不扣费。

安装

Claude(桌面版、网页版、Code)和 ChatGPT — 通过链接

添加远程 MCP 连接器:

https://app.marketscore.ru/api/mcp

助手将打开登录页面 — 通过 OAuth 授权。无需输入其他内容。

本地 MCP 客户端(Cursor、VS Code、Cline、Zed) — 通过桥接

npx -y marketscore-wordstat-mcp

MCP 客户端配置示例:

{
  "mcpServers": {
    "wordstat": {
      "command": "npx",
      "args": ["-y", "marketscore-wordstat-mcp"]
    }
  }
}

费用

无订阅 — 按查询包预付费。一次 wordstat_suggestwordstat_dynamics 调用 = 1 次查询(从缓存重复不消耗)。注册时 — 免费 1 次查询,供试用。

价格

每次查询价格

100 次查询

20 ₽

0.20 ₽

500 次查询

90 ₽

0.18 ₽

1,000 次查询

150 ₽

0.15 ₽

2,000 次查询

250 ₽

0.125 ₽

积分永不过期。余额不足时,服务器返回 0 个工具。注册和购买包:https://app.marketscore.ru/mcp-wordstat

与 Wordstat 解析器的区别

Wordstat MCP(此连接器)

解析器 / 扩展

运行位置

直接在 Claude/ChatGPT 中,在对话中

单独程序/网站

垃圾信息标记和可寻址需求

有(信息类查询、职位空缺、地理)

通常没有 — 原始输出

季节性

24 个月,高峰/低谷,趋势

并非总是

安装

通过链接的 OAuth 登录

密钥/登录名,配置

付费方式

预付费,从 20 ₽ 起,积分永不过期

订阅/限制

安全与访问

  • 授权 — OAuth 2.1:密钥和令牌不存储在 MCP 客户端配置中,它们位于服务端。

  • 更改账户密码将撤销所有已授予的 MCP 访问权限。

  • 个人数据存储在俄罗斯的服务器上(152-FZ)。

  • 如果没有有效的查询余额,服务器返回 0 个工具 — 连接器在不充值的情况下毫无用处。

常见问题

这是免费的吗? 第一次查询是免费的(注册时的演示)。之后 — 从 20 ₽ 起的包。

需要订阅吗? 不需要。这是按包一次性预付费,积分永不过期。

是否适用于 ChatGPT、Cursor、VS Code? 是的:Claude 和 ChatGPT 通过 URL 直接连接;Cursor/VS Code/Cline/Zed — 通过此包(npx -y marketscore-wordstat-mcp)。

数据与免费的 wordstat.yandex.ru 有何不同? 来源相同(Yandex 官方 API),但响应已标记:垃圾信息已分离,计算了可寻址需求,两年季节性 — 全部在聊天中的一个响应中。

需要 Yandex Direct 账户吗? 不需要。Wordstat MCP 是一个独立的关键词挑选产品,不需要 Direct 账户。

Docker

docker build -t marketscore-wordstat-mcp .
docker run -i --rm -v ~/.mcp-auth:/root/.mcp-auth marketscore-wordstat-mcp

OAuth URL 打印到 stdout — 不会从容器中打开浏览器,请手动点击链接。mcp-remote 令牌存储在 ~/.mcp-auth 中 — 挂载卷以避免每次启动时重新授权。

该服务还提供什么

关键词挑选是最便宜的入口。同一账户还有另外两个 MCP 服务器,每个都有自己的地址和订阅。

SEO — Webmaster、Search Console、Metrika、Topvisor

https://app.marketscore.ru/api/mcp/seo

21 个工具用于自然搜索:来自 Yandex WebmasterGoogle Search Console 的点击量、展示次数和排名;Yandex 中的索引状态及页面排除原因;来自搜索的访客行为和来自 Yandex Metrika 的目标达成;通过 Topvisor 进行的独立排名检查及与竞争对手的比较;来自 Wordstat 的需求和季节性(与此处来源相同);每个结论都带有来源和日期的 SEO 审计;通过 PageSpeed 和 Core Web Vitals 进行的页面检查;增长点(接近顶部的查询、低点击率的页面、无点击的展示、同类相食);两个搜索引擎视角下的站点地图;Google 对地址的结论;向 Yandex 发送重新抓取地址的请求;对俄语文本进行模板和过度优化的确定性检查。

21 个工具中只有三个会更改任何内容 — 有意未将付费启动排名检查放入聊天。响应中的每个数字都有来源和日期:撤销的访问显示为来源拒绝,而不是零流量。

SEO 费率单独计算 — 590 / 1,490 / 9,900 ₽/月,免费 7 天:https://app.marketscore.ru/seo

广告 — Yandex Direct、VK、Avito

https://app.marketscore.ru/api/mcp

多达 116 个工具:按细分分析广告活动、查找不必要的支出、出价、预算、策略、否定关键词、从头构建广告活动、预测和性能下降诊断。Wordstat 包不包含在这些费率中 — 这是一个单独的订阅:https://app.marketscore.ru/pricing

有用链接


English

Wordstat MCP is a hosted MCP service for Yandex Wordstat (Russian keyword research). This package is a thin connector to the hosted server: it lets Claude, ChatGPT, or any MCP client pull keyword frequencies, related phrases (with noise filtering and addressable-demand totals), and 24-month seasonality straight from chat.

Install (remote, Claude/ChatGPT): add connector URL https://app.marketscore.ru/api/mcp and sign in via OAuth.

Install (local MCP clients — Cursor, VS Code, Cline, Zed):

{
  "mcpServers": {
    "wordstat": {
      "command": "npx",
      "args": ["-y", "marketscore-wordstat-mcp"]
    }
  }
}

Tools: four tools over the official Yandex Wordstat API — wordstat_suggest (frequencies + related phrases with noise annotation, addressable demand, ready negative keywords, intent breakdown, device filter), wordstat_dynamics (24-month seasonality: peak/trough, YoY trend, verdict), wordstat_cluster (phrases grouped into ad-group drafts with names and headlines), and wordstat_regions (demand by region/city with affinityIndex). Repeat lookups are served from cache for free.

Also on the same account: a separate SEO MCP server at https://app.marketscore.ru/api/mcp/seo — 21 tools over Yandex Webmaster, Google Search Console, Yandex Metrica, Topvisor and Wordstat: search performance and period comparison, indexation state with exclusion reasons, growth opportunities, a full SEO audit with provenance behind every finding, page speed and Core Web Vitals, sitemap status, Google URL inspection, Yandex recrawl requests, competitor positions and landing-page conversions. Separate subscription (590 / 1,490 / 9,900 ₽/mo, 7-day trial): https://app.marketscore.ru/seo — and an ads MCP server (Yandex Direct, VK, Avito) at https://app.marketscore.ru/api/mcp.

Pricing: no subscription — prepaid request packs. Sign-up includes 1 free request. 100 req — 20 ₽; 500 — 90 ₽; 1,000 — 150 ₽; 2,000 — 250 ₽. Credits never expire. Without a balance the server exposes zero tools. No Yandex Direct account required.

FAQ:

Is it free? The first request is (a demo on sign-up); after that, packs from 20 ₽.

Where do my credentials go? OAuth 2.1 — nothing is stored in the local MCP client config; auth lives on the service. Personal data is stored on servers in Russia (152-FZ).

Works with ChatGPT, Cursor, VS Code? Yes — Claude and ChatGPT connect by URL directly; Cursor/VS Code/Cline/Zed via npx -y marketscore-wordstat-mcp.

Keywords: Yandex Wordstat, Яндекс Вордстат, keyword research, семантика, подбор слов, MCP, Model Context Protocol, MCP server, SEO, SEO MCP, Yandex Webmaster, Яндекс Вебмастер, Google Search Console, Yandex Metrica, Topvisor, PPC, search demand, seasonality, Claude, ChatGPT, Cursor, AI marketing.

License

MIT — see LICENSE. Коннектор открыт; сервис подбора слов — платный. / The connector is open; the keyword-research service is paid.

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    Not graded
    quality
    Not graded
    maintenance
    Enables keyword research and search trend analysis for the Russian market through Yandex Wordstat API. Provides access to popular search queries, search volume dynamics over time, and regional distribution data.
  • A
    license
    A
    quality
    D
    maintenance
    Provides tools for web, image, generative search, and Wordstat keyword statistics via Yandex Search API.
    7
    11
    1
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Enables querying Yandex Wordstat search statistics, including frequency, related queries, seasonality, and regional distribution, through natural language in AI clients.
    5
    468
    4
    MIT

View all related MCP servers

Related MCP Connectors

  • MCP for Yandex Direct: manage ad campaigns & analytics from Claude or ChatGPT

  • Live SEO workflow tools for Claude Code, Codex, and AI agents.

  • Read-only Yandex Metrika MCP. Query visits, sources, geo, devices and more in plain language.

View all MCP Connectors

Latest Blog Posts

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/marketscore/marketscore-wordstat-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server