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 toolsRead 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… 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 limit).
get_trail
from source
Query the TRAIL content log. Check what content was posted, failed, or skipped across pipelines. 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. 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. 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. Call any Telegram Bot API method. Use telegram_find first to discover method names and required parameters.
telegram_find
from source