mcpserver.lol
registry/fast-mcp-telegram
Connection check verified live · 27h ago

fast-mcp-telegram

Multi-tenant Telegram gateway for AI agents — HTTP+stdio, 8 tools, MTProto User API

Tools 8
GitHub stars 49
Installs / wk
Licence MIT
Transport stdio, streamable-http
Last checked 27h ago

Tools & capabilities

8 tools

Read from the running server on 27h ago.

edit_message can modify data chat_id*message*message_id*parse_mode
Replace the text of an existing message in a Telegram chat. Only works on messages sent by the authenticated account. Cannot edit media or other message attributes — text only. par…
find_chats read-only limitqueryfolderpublicmax_datemin_date +1
Find users/groups/channels by name, username, or phone. Comma-separated usernames are searched in parallel and results are merged round-robin. Global search (query required) search…
get_chat_info read-only chat_id*topics_limit
Load profile and metadata for one user, bot, group, or channel. Success: info dict; forum chats may include topics up to topics_limit; user targets may include common_chats up to c…
get_messages read-only limitquerychat_id*contextmax_datemin_date +7
Read or search messages in one chat: browse latest, search text, fetch by ids, or load replies to a message (comments, forum topics, threads). Use from_user to filter by sender (se…
invoke_mtproto can modify data resolveparams_json*allow_dangerousmethod_full_name*
Low-level Telegram API (MTProto) invoke for methods not wrapped by other tools. Dangerous methods require allow_dangerous=true. Success: API result dict or normalized error. Full…
search_messages_globally read-only limitquery*publicmax_datemin_datechat_type +2
Search all Telegram chats at once (not scoped to one chat). Comma-separated query terms; optional filters by date, chat kind, and public username. Success: message list and metadat…
send_message can modify data fileschat_id*message*parse_modereply_to_id
Send text and optional file attachments to a Telegram chat. Supports reply-to (including forum topics and channel discussion groups), parse_mode: classic markdown/html/auto (entiti…
send_message_to_phone can modify data filesmessage*last_namefirst_nameparse_modephone_number* +2
Send to a phone number: may create a temporary contact, then send text or files. Supports parse_mode: classic markdown/html/auto or rich (Rich Message; dialect auto-detected). pars…