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 | |
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/PrimeUpYourLife/dynamic-telegram-bot-api-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server