Telegram for your agents.
Connect Telegram once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 9 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Telegram.
What agents can do with Telegram
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
telegram_get_meCheck the token: returns the bot's identity.
telegram_send_messageSend a message to a chat. `chat_id` is a numeric id or @channelusername the bot can post to.
telegram_get_updatesFetch recent updates (incoming messages) via long polling. Do not use alongside a webhook.
telegram_send_photoSend a photo to a chat. `photo` is a public URL or an existing Telegram file_id.
telegram_send_documentSend a general file to a chat. `document` is a public URL or an existing Telegram file_id.
telegram_get_chatGet up-to-date information about a chat (title, type, description, member counts).
telegram_forward_messageForward a message from one chat to another. `from_chat_id` is the source; `message_id` is the message to forward.
telegram_delete_messageDelete a message the bot can delete (its own, or any in a group where it is admin).
telegram_get_webhook_infoGet the current webhook status (url, pending update count, last error). An empty url means the bot uses long polling.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Open a chat with @BotFather in Telegram.
- Send /newbot and follow the prompts to name your bot.
- BotFather replies with the bot token; copy it.
- To message a chat, the bot must be a member (add it to the group or start a DM).
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Telegram to Even: call connect_begin("telegram") on the even-connect MCP and walk me through it.
Send messages and photos to Telegram chats and forward messages between groups.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.