Skip to main content
Glama
OlegNickeshin

telegram-business-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ALLOW_SENDNoSet to '1' to enable sending, editing, and marking messages as read. Off by default because the endpoint URL is effectively the credential.0
ALLOW_MEDIANoSet to '1' to enable the telegram_get_photo tool. Off by default.0
ALLOW_FORGETNoSet to '1' to enable the telegram_forget tool, which deletes messages from the local archive. Off by default.0
WHISPER_LANGNoLanguage code for Whisper transcription (e.g., 'en', 'ru'). Pin this to avoid inaccurate language auto-detection.
MCP_PUBLIC_URLYesThe public HTTPS URL of the MCP server. Used for client connections and generated links.
ALLOWED_UPDATESNoComma-separated list of allowed Telegram update types. Must include 'message' for group support. Defaults to the required standard set.
MCP_HTTP_SECRETYesA secret used to authenticate requests. It is embedded in the MCP endpoint URL (e.g., https://your.host/tg-mcp/<secret>). Rotate if leaked.
MCP_INLINE_IMAGENoSet to '1' to return photos as inline images for clients that support them (e.g., Claude). Leave unset or '0' for ChatGPT or when serving both.0
TRANSCRIBE_TYPESNoComma-separated list of content types to transcribe (e.g., 'voice,video'). Defaults to voice only.
NODE_USE_ENV_PROXYNoSet to '1' to make Node.js fetch honor the HTTPS_PROXY environment variable for outbound connections, useful if api.telegram.org is blocked.0
TELEGRAM_BOT_TOKENYesThe Telegram bot token from @BotFather. Required for access to the Telegram Business API.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/OlegNickeshin/telegram-business-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server