Dynamic Telegram Bot API MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | debug, info, warn, or error; startup configuration only | info |
| TELEGRAM_BOT_TOKEN | No | Bot token; the active MCP workspace root's .env overrides the startup environment | |
| TELEGRAM_SCHEMA_PATH | No | Alternate catalog location; startup configuration only | bundled data/telegram-bot-api.json |
| TELEGRAM_API_BASE_URL | No | API origin, including for a local Bot API server | https://api.telegram.org |
| TELEGRAM_REQUEST_RETRIES | No | Retries for transport failures, HTTP 429, and 5xx responses | 2 |
| TELEGRAM_LOCAL_FILE_ROOTS | No | Platform-delimited upload root allowlist | active workspace root |
| TELEGRAM_MAX_UPLOAD_BYTES | No | Per-file memory and local upload limit | 52428800 |
| TELEGRAM_METHOD_ALLOWLIST | No | Comma-separated exact names or * glob patterns | * |
| TELEGRAM_RATE_LIMIT_BURST | No | Process-local burst capacity | 30 |
| TELEGRAM_REQUEST_TIMEOUT_MS | No | Per-attempt timeout | 30000 |
| TELEGRAM_SCHEMA_MAX_AGE_HOURS | No | Startup refresh threshold; startup configuration only | 24 |
| TELEGRAM_RATE_LIMIT_PER_SECOND | No | Process-local token refill rate | 25 |
| TELEGRAM_ALLOW_UNKNOWN_PARAMETERS | No | Forward-compatibility escape hatch during a stale-schema incident | false |
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 | |
This server cannot be deployed
Maintenance
ActivityActive
ResponsivenessUnresponsive