Telegram Delivery MCP
Allows sending tracker artifacts as documents via a Telegram bot, with delivery status tracking.
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., "@Telegram Delivery MCPsend the summarized report for critical AI tasks to Telegram and confirm delivery"
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.
Telegram Delivery MCP
Независимый второй MCP-сервер для задания «День 20. Orchestration MCP».
Сервер отвечает только за Telegram-доставку. Он не ищет задачи самостоятельно:
агент вызывает
search_tracker_issues,summarize_tracker_issuesиsave_tracker_reportнаYandexTrackerMCP;получает настоящий
artifact_id;вызывает
send_tracker_artifactна этом MCP-сервере;Telegram Delivery MCP внутренним MCP-клиентом получает Markdown из Tracker MCP;
передаёт документ существующему Telegram bot-service;
сохраняет доставку в SQLite и возвращает
delivery_id;агент вызывает
get_delivery_statusперед тем, как сообщить об успехе.
Инструменты
get_telegram_service_status— доступность bot-service и число подписчиков;send_tracker_artifact— получить сохранённый Tracker-артефакт и отправить документ;get_delivery_status— проверить одну доставку по точномуdelivery_id;list_recent_deliveries— последние попытки доставки.
SQLite хранится в data/deliveries.db. Токен Telegram-бота этому MCP не нужен:
сервер использует защищённый внутренний endpoint существующего bot-service.
Related MCP server: Huly MCP
Локальный запуск
python -m venv .venv
.\.venv\Scripts\Activate.ps1
pip install -e ".[dev]"
Copy-Item .env.example .envЗаполните .env, затем:
yandex-tracker-telegram-mcpStreamable HTTP MCP endpoint:
http://127.0.0.1:8792/mcpDocker
Для отдельного запуска:
docker compose up -d --buildВ общем стеке сервис называется telegram-delivery-mcp. Внутренние адреса:
TRACKER_MCP_URL=http://yandex-tracker-mcp:8788/mcp
TELEGRAM_BOT_SERVICE_URL=http://telegram-bot:8791TRACKER_MCP_API_KEY должен совпадать с MCP_API_KEY Tracker MCP, а
TELEGRAM_BOT_SERVICE_API_KEY — с BOT_SERVICE_API_KEY Telegram-бота.
Проверка
pytest -q
ruff check .Сквозной сценарий для двух уже запущенных MCP-серверов:
$env:DAY20_TRACKER_MCP_API_KEY="tracker-mcp-key"
$env:DAY20_DELIVERY_MCP_API_KEY="telegram-delivery-mcp-key"
python scripts/day20_e2e.pyСценарий проверяет точный порядок:
Tracker/search → Tracker/summarize → Tracker/save
→ Telegram/send → Telegram/verifyПример запроса агенту:
Найди открытые критические задачи очереди AI, подготовь Markdown-отчёт,
сохрани его, отправь в Telegram и проверь доставку.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
- Alicense-qualityDmaintenanceA Node.js MCP server that enables AI assistants to interact with Yandex Tracker task management system through a standardized protocol, supporting operations like creating, updating, and searching issues.Last updated4333ISC
- AlicenseAqualityAmaintenanceMCP server for Huly (task tracker) integrationLast updated61,11245MIT
- AlicenseAqualityCmaintenanceMCP server that exposes a Telegram bot, enabling sending messages and retrieving updates through natural language.Last updated3MIT
- Alicense-qualityCmaintenanceMCP server for Yandex Tracker API, enabling AI assistants to search, read, create, and edit issues, as well as manage comments, attachments, and links in Yandex Tracker.Last updated2351MIT
Related MCP Connectors
MCP server for Gainium — manage trading bots, deals, and balances via AI assistants
A basic MCP server to operate on the Postman API.
MCP server for Argo RPG Platform — connects AI assistants to campaign data via OAuth2
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/elicad-keyns/YandexTrackerTelegramMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server