telegram-api-mcp
by timoncool
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TELEGRAM_BOT_TOKEN | Yes | Bot token from @BotFather | |
| TELEGRAM_META_MODE | No | Use 2 meta-tools instead of 169 (default: false) | |
| TELEGRAM_CB_COOLDOWN | No | Circuit breaker cooldown in ms (default: 30000) | |
| TELEGRAM_MAX_RETRIES | No | Retry attempts on transient errors (default: 3) | |
| TELEGRAM_CB_THRESHOLD | No | Failures before circuit opens (default: 5) | |
| TELEGRAM_MAX_FILE_SIZE | No | Max upload file size in bytes (default: 52428800) | |
| TELEGRAM_DEFAULT_CHAT_ID | No | Default chat ID for all tools | |
| TELEGRAM_DEFAULT_THREAD_ID | No | Default forum topic thread ID | |
| TELEGRAM_GLOBAL_RATE_LIMIT | No | Max requests/sec (default: 30) | |
| TELEGRAM_ALLOWED_UPLOAD_DIRS | No | Comma-separated allowed upload paths | |
| TELEGRAM_PER_CHAT_RATE_LIMIT | No | Max messages/min per group (default: 20) |
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
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/timoncool/telegram-api-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server