mcp-telegram
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TELEGRAM_TIMEOUT | No | Per-request timeout in seconds. Default: 30 | |
| TELEGRAM_API_BASE | No | Override the API host (e.g. a local Bot API server). Default: https://api.telegram.org | |
| TELEGRAM_BOT_TOKEN | Yes | Token from @BotFather. | |
| TELEGRAM_DEFAULT_CHAT_ID | No | Chat used when a tool call omits chat_id. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_meA | Return the bot's own identity. Use it to verify the token and connection. |
| send_messageA | Send a text message to a Telegram chat. Args:
text: Message body (max 4096 characters).
chat_id: Target chat: a numeric id or an |
| send_photoA | Send a photo to a Telegram chat. Args:
photo: An |
| send_documentA | Send a file/document to a Telegram chat. Args:
document: An |
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
- 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/Moreti2002/mcp-telegram'
If you have feedback or need assistance with the MCP directory API, please join our Discord server