Server data from the Official MCP Registry
Search and analyze channels, posts, audience growth, views, and engagement in the MAX messenger.
Search and analyze channels, posts, audience growth, views, and engagement in the MAX messenger.
Remote endpoints: streamable-http: https://maxstat.ru/api/mcp
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
Endpoint verified · Requires authentication · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"io-github-fbmdata-maxstat-mcp": {
"url": "https://maxstat.ru/api/mcp"
}
}
}From the project's GitHub README.
The official remote MCP server for analytics of channels and posts in the MAX messenger.
The MCP server is hosted by MaxStat. This repository contains its public manifest, connection examples, and documentation; the server-side implementation and MaxStat data are not published here.
Connect MaxStat to Codex, Claude Code, Cursor, Claude Desktop, or any Streamable HTTP MCP client. An AI agent can search MAX channels and posts, inspect audience and engagement metrics, compare performance over time, and use the results in reports, research, and product prototypes.
| Parameter | Value |
|---|---|
| Endpoint | https://maxstat.ru/api/mcp |
| Transport | Streamable HTTP |
| Authentication | API token |
| Header | X-API-Token: <API_TOKEN> |
| Access | Included in every MaxStat API plan |
Open the MaxStat API dashboard and create a token. The Test Drive plan activates on the first API request and provides 1,000 credits every 30 days.
Keep the token secret. Use an environment variable whenever your MCP client supports one, and never commit a real token to a repository.
claude mcp add --transport http maxstat https://maxstat.ru/api/mcp \
--header "X-API-Token: <API_TOKEN>"
export MAXSTAT_API_TOKEN="<API_TOKEN>"
codex mcp add maxstat \
--url https://maxstat.ru/api/mcp \
--bearer-token-env-var MAXSTAT_API_TOKEN
Add the server to your MCP configuration:
{
"mcpServers": {
"maxstat": {
"url": "https://maxstat.ru/api/mcp",
"headers": {
"X-API-Token": "${env:MAXSTAT_API_TOKEN}"
}
}
}
}
{
"mcpServers": {
"maxstat": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://maxstat.ru/api/mcp",
"--header",
"X-API-Token:${MAXSTAT_API_TOKEN}"
],
"env": {
"MAXSTAT_API_TOKEN": "<API_TOKEN>"
}
}
}
}
{
"mcpServers": {
"maxstat": {
"type": "streamable-http",
"url": "https://maxstat.ru/api/mcp",
"headers": {
"X-API-Token": "<API_TOKEN>"
}
}
}
}
The server exposes current public MaxStat API operations as MCP tools.
| Tool | Purpose |
|---|---|
get_categories | List channel categories and the number of channels in each category. |
search_channels | Search channels by text, link, category, audience, and post count. |
get_channel | Get a full channel profile by ID. |
add_channel | Add a public or invite-only channel to the tracking queue. |
get_channel_subscribers | Get subscriber minimum, maximum, and growth for a period. |
get_channel_views | Get total, average, and maximum post views for a period. |
get_channel_likes | Get total, average, and maximum post likes for a period. |
get_channel_posts | Get post count, format distribution, and daily publishing history. |
search_posts | Search posts by text, channel, type, date, views, or likes. |
get_post | Get post text, attachments, link, views, likes, and reposts. |
get_post_views | Get current and historical post views. |
get_post_likes | Get reactions and historical post likes. |
Find 20 fast-growing technology channels in MAX over the last 30 days.
Compare these five channels by subscribers, view growth, and publishing frequency.
Find posts about mortgages published in June and return their links, views, and reactions.
Build a channel ranking page in this project and use MaxStat MCP as the data source.
MCP access is included in all MaxStat API plans at no additional charge. MCP calls and direct API requests consume the same credit allowance. See API plans and limits.
MaxStat MCP подключает актуальные данные о каналах и публикациях в MAX к Codex, Claude Code, Cursor, Claude Desktop и другим MCP-клиентам. AI-агент может самостоятельно выбирать инструменты MaxStat, выполнять поиск и собирать аналитику прямо в рабочем контексте.
<API_TOKEN> своим токеном или сохраните его в переменной окружения.Test Drive активируется при первом API-запросе и предоставляет 1 000 кредитов каждые 30 дней. MCP входит во все тарифы API без дополнительной оплаты; MCP и прямой API используют общий лимит операций.
Найди 20 быстрорастущих каналов MAX о технологиях за последние 30 дней.
Сравни эти пять каналов по числу подписчиков, динамике просмотров и частоте публикаций.
Найди публикации про ипотеку за июнь и верни ссылки, просмотры и реакции.
Создай в проекте страницу рейтинга каналов MAX и используй MaxStat MCP для получения данных.
For documentation and configuration problems, open a GitHub issue. To report a security vulnerability, follow SECURITY.md.
Files published in this repository are available under the MIT License. The license does not apply to the MaxStat service, API, data, trademarks, or server-side implementation. See NOTICE for details.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.