MaxStat MCP
About
Official remote MCP server for MAX messenger analytics: search channels and posts, track audience growth, views, reactions, and publishing activity.
Details
- Author
- fbmdata
- Categories
- Marketing, Search, Knowledge Base, Other
Jump to
Setup
Install MaxStat MCP in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/fbmdata/maxstat-mcp
Follow the installation instructions in the repository README, then restart your MCP client.
Что именно можно получить через MaxStat MCP
AI-агент подключается к живому индексу каналов и публикаций MAX и получает структурированные данные, а не фрагменты поисковой выдачи или вручную собранные скриншоты.
Также можно добавить публичный или доступный по приглашению канал MAX в очередь отслеживания MaxStat.
Это показатели production наmaxstat.ru, а не staging-окружения. Индекс постоянно растёт. Используйтеsearch_channels,search_postsиget_categories, чтобы получить актуальные результаты.
- Создайте токен в](https://github.com/fbmdata/maxstat-mcp/blob/HEAD/llms-install.md)личном кабинете MaxStat API.
- Не публикуйте токен и не добавляйте его в Git.
- Выберите платформу ниже.
- Перезапустите клиент и проверьте, что доступны 21 инструмент MaxStat.
До запуска Codex сохраните токен в окружении:
export MAXSTAT_API_TOKEN="<API_TOKEN>"
Добавьте marketplace и установите плагин:
codex plugin marketplace add fbmdata/maxstat-mcp codex plugin add maxstat@maxstat-plugins
Плагин подключает MCP с правильным пользовательским заголовкомX-API-Token. Не используйте Bearer-настройку: она отправляет другой заголовок и не подходит для MaxStat.
Для прямой установки без плагина объединитеconfigs/codex.tomlсо своим~/.codex/config.toml:
[mcp_servers.maxstat] url = "https://maxstat.ru/api/mcp" env_http_headers = { "X-API-Token" = "MAXSTAT_API_TOKEN" }
export MAXSTAT_API_TOKEN="<API_TOKEN>" claude plugin marketplace add fbmdata/maxstat-mcp claude plugin install maxstat@maxstat-plugins
Прямая конфигурация находится вconfigs/claude-code.json.
{ "chat.plugins.marketplaces": ["fbmdata/maxstat-mcp"] }
Откройте Extensions, найдите@agentPlugins, выберитеMaxStat MCPи нажмите Install. Для прямого подключения скопируйтеconfigs/vscode.jsonв.vscode/mcp.json: VS Code безопасно запросит токен через password input.
export MAXSTAT_API_TOKEN="<API_TOKEN>" copilot plugin marketplace add fbmdata/maxstat-mcp copilot plugin install maxstat@maxstat-plugins
Claude Code, VS Code и GitHub Copilot CLI используют один совместимый плагин, skill и MCP-конфигурацию.
gemini extensions install https://github.com/fbmdata/maxstat-mcp
Расширение запроситMAXSTAT_API_TOKENкак чувствительную настройку и подключит его к заголовкуX-API-Token. Инструкции Gemini находятся вGEMINI.md.
Перед запуском Cursor задайтеMAXSTAT_API_TOKEN, затем нажмите кнопку выше. Альтернатива: объединитеconfigs/cursor.jsonс~/.cursor/mcp.json.
ЗадайтеMAXSTAT_API_TOKENдо запуска Cline и передайте агентуllms-install.md. Файл содержит конфигурацию удалённого Streamable HTTP-сервера и проверку подключения. Локальный npm-пакет не нужен: MaxStat размещает и обслуживает сервер наhttps://maxstat.ru/api/mcp.
ЗадайтеMAXSTAT_API_TOKENдо запуска Windsurf и объединитеconfigs/windsurf.jsonс~/.codeium/windsurf/mcp_config.json. Конфигурация использует нативную подстановку${env:MAXSTAT_API_TOKEN}.
ОткройтеSettings → Tools → AI Assistant → Model Context Protocol (MCP), добавьте HTTP-конфигурацию изconfigs/jetbrains.jsonи замените<API_TOKEN>локально в IDE. JetBrains пока не документирует подстановку переменной окружения в MCP headers, поэтому placeholder оставлен намеренно.
Облачный custom connector Claude не принимает произвольный пользовательскийX-API-Token. До внедрения OAuth 2.1 используйте локальный мост изconfigs/claude-desktop.json. Требуются Node.js и npm; токен сохраняется только в локальной конфигурации Claude Desktop.
{ "mcpServers": { "maxstat": { "type": "streamable-http", "url": "https://maxstat.ru/api/mcp", "headers": { "X-API-Token": "<API_TOKEN>" } } } }
Webhook должен быть доступен по публичному HTTPS-адресу.
Проверочный запрос к production 29 июля 2026 года вернул:
- каналMAX • Анонсыс аудиторией 3 496 789 подписчиков;
- рост с 3 054 001 до 3 496 789 с 30 июня по 29 июля:+442 788 / +14,5%;
- публикациюс17 888 688 просмотрамии187 460 реакциями;
- разбивку реакций, дневные истории просмотров и реакций;
- 184 найденных пересылки.
Значения показывают структуру реального ответа и не являются обещанием фиксированных показателей продукта.
Найди 20 технологических каналов MAX с максимальным приростом подписчиков за последние 30 дней. Верни ссылки, текущую аудиторию и процент роста.
Сравни пять каналов по аудитории, средним просмотрам, реакциям, частоте публикаций и распределению форматов.
Найди публикации об ипотеке за июль. Верни ссылки, текст, вложения, просмотры, детальные реакции и найденные пересылки.
Подпиши webhook на новые публикации со словами «искусственный интеллект» в категории «Технологии».
Покажи мой тариф MaxStat, остаток кредитов и десять последних списаний.
Никогда не публикуйте настоящий API-токен в issue, PR, конфигурации, логе или скриншоте. Об уязвимостях сообщайте по инструкции изSECURITY.md.
MaxStat MCP gives AI agents structured access to the live MAX messenger channel and publication index. It supports channel and post discovery, daily audience, view and reaction histories, publishing activity, attachment and reaction details, forward detection, webhook monitoring, and account credit usage. The production index was verified on July 29, 2026 with 408,501 channels, 86,315,758 posts, 42 channel categories, and 21 MCP tools.
export MAXSTAT_API_TOKEN="<API_TOKEN>" codex plugin marketplace add fbmdata/maxstat-mcp codex plugin add maxstat@maxstat-plugins
export MAXSTAT_API_TOKEN="<API_TOKEN>" claude plugin marketplace add fbmdata/maxstat-mcp claude plugin install maxstat@maxstat-plugins
export MAXSTAT_API_TOKEN="<API_TOKEN>" copilot plugin marketplace add fbmdata/maxstat-mcp copilot plugin install maxstat@maxstat-plugins
gemini extensions install https://github.com/fbmdata/maxstat-mcp
For VS Code, Cursor, Windsurf, JetBrains AI Assistant, Claude Desktop, and generic clients, use the checked-inconfigs/directory. The Russian section above contains detailed client-specific instructions.
- Search and filter MAX channels and publications.
- Retrieve channel profiles, audience growth, views, reactions, activity, and content-format mix.
- Retrieve post text, attachments, metrics, reaction details, histories, and detected forwards.
- Create and manage channel or keyword webhook subscriptions.
- Inspect the active MaxStat plan, credit balance, and request-level usage.
The complete 21-tool contract and credit costs are documented inВсе 21 инструмент.
This release supports clients that can send the customX-API-Tokenheader. Publishing as a fully hosted ChatGPT or Claude cloud connector requires a separate OAuth 2.1 implementation.
- MaxStat MCP
- Получить API-токен / Get a token
- Документация API / API documentation
- Тарифы API / API plans
- ООО «ФБМ Аналитикс» / FBM Analytics
- MaxStat Insights в MAX
- FBM API Insights в Telegram
MIT распространяется только на опубликованные в этом репозитории манифесты, плагины, skill, конфигурации, документацию и вспомогательные проверки. Лицензия не распространяется на сервис MaxStat, API, данные, базы данных, товарные знаки и серверную реализацию. Подробности приведены вNOTICE.
Free MCP that drives an audit of your marketing. Your AI connects, adsOS digs through your ads, email and site, and hands back a growth plan you can run today.
Track how your brand shows up in AI search: visibility scores, citations, competitors, and recommendations.
The best agent monetization tool: free search, clear rev-share, 10M+ commerce/travel/local offers.
Hosted Kuaishou MCP for hot list, search, details, comments, replies, and creator research.
OpenSEO provides quality SEO data for keyword research, backlink analysis, rank tracking, site audits, analyzing your Google Search Console data. It's MCP server enables your AI agent to do tasks faster so you can focus on strategy.
App Store competitive research for indie iOS developers — ranked keyword search, competitor download and revenue estimates, and iOS In-App Event copy. Free, no API key.
The AI search visibility platform that tells you why AI won't cite your brand, then hands you the fix.
Hosted MCP server to search, preview, and download thousands of royalty-free (CC0) sound effects from any AI assistant.
Five read-only MCP servers for SEO on the Google/Yandex (RU/CIS) market: SERP (XMLStock), Yandex Wordstat, Google Search Console, Yandex.Webmaster, Yandex.Metrica.
All-in-One SEO & Web Intelligence Toolkit API from FetchSERP.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


