Skip to main content
Glama
524,366 tools. Updated 2026-09-06 15:15

"Telegram messaging platform" matching MCP tools:

  • Predict the probability that a platform (e.g., WhatsApp, Telegram) will be blocked in a specified country within the next horizon. Input platform name and ISO country code.
    MIT
  • Send messages to Telegram, WhatsApp, or Discord recipients using the OpenClaw API integration for cross-platform communication.
    MIT
  • Create a channel to route inbound messages from platforms like Telegram or Slack to Lyzr agents. Specify platform, default agent, and routes to handle conversations.
    -
  • Deliver inbound messaging-platform webhook payloads to a specified channel for processing, ensuring webhook events reach the correct Lyzr channel.
    -

Matching MCP Servers

  • F
    license
    B
    quality
    D
    maintenance
    An MCP server that enables interaction with Telegram messaging platform, allowing users to retrieve unread messages, fetch entity information, and send messages through natural language interfaces.
    6
    10
    -
  • A
    license
    Not graded
    quality
    A
    maintenance
    Enables AI agents to interact with, test, click buttons on, and verify Telegram bots end-to-end via MTProto, including messaging, inline queries, media exchange, and automated test suites.
    MIT

Matching MCP Connectors

  • Telegram: FASTEST real time Telegram API. Retrieve channel's info and messages in milliseconds..

  • Telegram bridge for your MCP-compatible agent. Bidirectional, no LLM in our stack.

  • Initialize a Telegram polling cursor by fetching the current updates state (pts, qts, date, seq, unreadCount). Call this once before telegram-get-updates, then persist the returned values in your agent state.
    MIT
  • Sign out of Telegram completely by revoking the active session, deleting local session data, and disconnecting. Re-authenticate with telegram-login to regain access.
    MIT
    Destructive
  • Send a direct message using text or a single media attachment. Supports human agent tagging for messaging outside the 24-hour window on Facebook/Instagram.
    MIT
  • Retrieve your account's configured Telegram Business chat links, including t.me links, prefilled messages, titles, views, and entity counts. Returns an empty list when none are configured.
    MIT
  • Retrieve every sticker in a Telegram sticker set by its short name. Get each sticker with its index and emoji to send specific stickers via telegram-send-sticker.
    MIT
  • Edit an outgoing direct message on Telegram. Update the text or clear the inline keyboard by providing a new body or reply_markup.
    MIT
    Destructive
  • Send a specific sticker to a Telegram chat using a sticker set name and index. Retrieve the index with telegram-get-sticker-set to select the desired sticker.
    MIT
  • Translate Telegram messages to a target language, including multiple messages at once. Requires Telegram Premium and consumes the account's translation quota.
    MIT
  • Request server-side transcription for Telegram voice or video notes using chat ID and message ID. Returns a transcription ID to poll for completion when pending.
    MIT