mcpserver.lol
registry/telegram-api-mcp
Connection check local install

telegram-api-mcp

Ultimate Telegram Bot API MCP server — full v9.6 coverage, meta-mode, rate limiting, circuit breaker. TypeScript.

Tools 6
GitHub stars 28
Installs / wk 42
Licence MIT
Transport stdio
Last checked never

Tools & capabilities

6 tools

Read from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.

download_file from source
Download a file from Telegram by file_id. Saves locally and returns the path. Use after receiving a message with a photo, video, document, voice, etc. Max 20MB (Telegram Bot API li…
get_trail from source
Query the TRAIL content log. Check what content was posted, failed, or skipped across pipelines.
get_trail_stats from source
Get summary statistics from the TRAIL content log.
mark_trail from source
Write an entry to the TRAIL content log. Use to explicitly record content actions.
telegram_call from source
Call any Telegram Bot API method. Use telegram_find first to discover method names and required parameters.
telegram_find from source
Search Telegram Bot API methods by keyword. Returns matching methods with their parameters. Use this to discover available methods before calling them.