TG Analytics MCP
Provides tools for evaluating Telegram channels for advertising purposes, including channel stats like reach, CPM, and a buy/don't buy verdict.
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., "@TG Analytics MCPcheck @techchannel with budget 5000"
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.
TG Analytics MCP — аналитика Telegram-каналов как инструмент для LLM-агента
MCP-сервер, который даёт Claude (Desktop / Code) и любому MCP-клиенту инструменты для оценки Telegram-каналов перед закупом рекламы. Агент сам вызывает их, когда ты просишь «проверь канал».
MCP (Model Context Protocol) — открытый стандарт, по которому LLM-агенты получают доступ к внешним инструментам. Здесь показано, как обернуть свою логику в MCP-tool.
Инструменты (MCP tools)
Tool | Что делает |
| охват (медиана просмотров), %живого охвата, CPM, вердикт 🟢/🟡/🔴 |
| сравнить несколько каналов, отсортировать по охвату |
Данные — с публичной страницы t.me/s/<канал>, без токенов.
Related MCP server: tgmcp
Зачем это как MCP
Вместо отдельного приложения логика становится инструментом прямо в твоём AI-агенте:
просишь Claude «сравни вот эти 3 канала под закуп за 5000» — он сам дёргает compare_channels
и отвечает разбором. Это и есть «личные AI-агенты под свои задачи».
Запуск и подключение
python -m venv .venv && .venv\Scripts\activate
pip install -r requirements.txt
# 1) Отладка в MCP Inspector
mcp dev app/server.py
# 2) Установить в Claude Desktop одной командой
mcp install app/server.py --name tg-analyticsЛибо вручную в claude_desktop_config.json:
{
"mcpServers": {
"tg-analytics": {
"command": "python",
"args": ["-m", "app.server"],
"cwd": "/абсолютный/путь/к/03-tg-analytics-mcp"
}
}
}Пример запроса к агенту (после подключения)
Ты: проверь @durov, цена поста 50000
Claude → вызывает check_channel → "🟢 брать: охват 47% от подписчиков, CPM 9 ₽"Стек
Python · MCP Python SDK (FastMCP) · requests + selectolax (скрапинг)
Архитектура
LLM-агент (Claude) ⇄ [MCP server, stdio] ── tools ──► checker (scrape t.me/s/ → анализ → вердикт)Ограничения
Публичный превью ТГ без лайков/комментов → главный сигнал это охват и %охвата.
Вердикт вероятностный, пороги калибруются.
Лицензия
MIT
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
- Flicense-qualityDmaintenanceEnables sending messages to Telegram channels via MCP protocol, integrating with AI assistants for automated messaging.Last updated7
- Alicense-qualityBmaintenanceEnables AI agents to interact with Telegram accounts through MCP, supporting messaging, contacts, groups, media, and admin functions.Last updated4Apache 2.0
- Alicense-qualityDmaintenanceEnables AI assistants to publish, edit, search, and manage messages in Telegram channels via a set of MCP tools.Last updatedMIT
- Flicense-qualityDmaintenanceEnables users to read, search, and manage Telegram messages in channels, groups, and private chats through MCP tools.Last updated
Related MCP Connectors
Telegram channel analytics and statistics for AI agents, pay-per-call in USDC via x402.
Social media analytics, video analysis, and competitor intel for any MCP-compatible AI agent.
Telegram bridge for your MCP-compatible agent. Bidirectional, no LLM in our stack.
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/vvlasov-dev/tg-analytics-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server