telegram-business-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ALLOW_SEND | No | Set to '1' to enable sending, editing, and marking messages as read. Off by default because the endpoint URL is effectively the credential. | 0 |
| ALLOW_MEDIA | No | Set to '1' to enable the telegram_get_photo tool. Off by default. | 0 |
| ALLOW_FORGET | No | Set to '1' to enable the telegram_forget tool, which deletes messages from the local archive. Off by default. | 0 |
| WHISPER_LANG | No | Language code for Whisper transcription (e.g., 'en', 'ru'). Pin this to avoid inaccurate language auto-detection. | |
| MCP_PUBLIC_URL | Yes | The public HTTPS URL of the MCP server. Used for client connections and generated links. | |
| ALLOWED_UPDATES | No | Comma-separated list of allowed Telegram update types. Must include 'message' for group support. Defaults to the required standard set. | |
| MCP_HTTP_SECRET | Yes | A 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_IMAGE | No | Set 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_TYPES | No | Comma-separated list of content types to transcribe (e.g., 'voice,video'). Defaults to voice only. | |
| NODE_USE_ENV_PROXY | No | Set 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_TOKEN | Yes | The 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
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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