Skip to content

Add MCP server exposing Telegram Bot API over an E2E-encrypted transport - #883

Open
punnaraj wants to merge 1 commit into
tdlib:masterfrom
punnaraj-archived:claude/tepo-mcp-e2e-encryption-x1enbl
Open

Add MCP server exposing Telegram Bot API over an E2E-encrypted transport#883
punnaraj wants to merge 1 commit into
tdlib:masterfrom
punnaraj-archived:claude/tepo-mcp-e2e-encryption-x1enbl

Conversation

@punnaraj

@punnaraj punnaraj commented Aug 9, 2026

Copy link
Copy Markdown

Adds mcp-server/, a Node/TypeScript MCP server that wraps this repo's Telegram Bot API as MCP tools (getMe, sendMessage, getUpdates, getChat, setWebhook, deleteWebhook). Messages exchanged with the MCP peer are sealed with NaCl box (Curve25519 + XSalsa20-Poly1305) over a custom EncryptedStdioTransport, using pre-shared static keypairs exchanged out-of-band via a keygen CLI.

Adds mcp-server/, a Node/TypeScript MCP server that wraps this repo's
Telegram Bot API as MCP tools (getMe, sendMessage, getUpdates, getChat,
setWebhook, deleteWebhook). Messages exchanged with the MCP peer are
sealed with NaCl box (Curve25519 + XSalsa20-Poly1305) over a custom
EncryptedStdioTransport, using pre-shared static keypairs exchanged
out-of-band via a keygen CLI.

@punnaraj punnaraj left a comment

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

o

@levlam

levlam commented Aug 9, 2026

Copy link
Copy Markdown
Contributor

This is out of the scope of this repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants