69
/ 100
10 days ago
glama

telegram-bot-mcp

Exposes the Telegram Bot API as tools for MCP clients, enabling sending messages, photos, polls, and more via a Telegram bot.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 4 credentials: OIDC_CLIENT_SECRET, JWT_SIGNING_KEY, AUTH_TOKEN, TELEGRAM_BOT_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configOIDC_DISCOVERY_URLexport =https://auth.example.com/application/o/my-app/.well-known/openid-configuration
configOIDC_CLIENT_IDexport =your_client_id
🔐 secretOIDC_CLIENT_SECRETexport =your_client_secret
configBASE_URLexport =https://telegram-bot-mcp.example.com
🔐 secretJWT_SIGNING_KEYNo Stable key for signing session JWTs; random per startup if unset
configSESSION_LIFETIME_HOURSFull OAuth2 flow — the server acts as an OIDC proxy. Users authenticate via your identity provider (Authentik, Keycloak, Auth0, etc.) and receive a session that lasts (default: 8h).
🔐 secretAUTH_TOKENexport =your_secret_bearer_token # optional: require auth
configKNOWN_CHATSNo Pre-configured chats: Name=chat_id,Name2=chat_id2
🔐 secretTELEGRAM_BOT_TOKENexport =your_token_here
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/eweol-telegram-bot-mcp-193u18)](https://m8ven.ai/mcp/eweol-telegram-bot-mcp-193u18)
commit: af7c0cdb787eefeb7f4b74b23304547d0d04c699
code hash: 4324547e25163811de9e68282a4dbae2cfa4c795ecd20805259ddb85fc6ec327
verified: 7/21/2026, 9:30:36 AM
view raw JSON →