Skip to content

overpod/mcp-telegram

v1.10.0 Feature

This release adds 2 notable features for engineering teams evaluating rollout.

Published 2mo MCP SaaS Integrations
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai-tools claude gramjs mcp mcp-server model-context-protocol
+4 more
mtproto telegram typescript userbot

Summary

AI summary

Added telegram-get-profile-photo tool to download any entity's avatar and enriched telegram-get-profile with Premium, birthday, common chats, personal channel, business location, and work hours.

Full changelog

What's New

🔍 Enriched telegram-get-profile

get-profile now returns rich data from Telegram's UserFull API:

  • Premium status — whether the user has Telegram Premium
  • Birthday — date of birth (if set and visible)
  • Common chats — number of shared groups/channels
  • Personal channel — linked personal channel ID
  • Business location — business address
  • Business work hours — timezone of configured work hours

📸 New tool: telegram-get-profile-photo

Download the profile photo of any Telegram user, group, or channel.

telegram-get-profile-photo:
  entityId: string     # User/Chat/Channel ID or @username
  savePath?: string    # Save to file, or omit for inline base64
  size?: "small"|"big" # 160x160 or 640x640 (default: big)
  • Works with any entity: users, groups, channels
  • Returns inline base64 image (LLM can see and describe the photo) or saves to file
  • Automatic MIME type detection via magic bytes (JPEG/PNG/GIF/WebP)
  • Graceful handling when no photo is set

Use Cases

  • "Show me this person's avatar" — LLM sees the photo inline
  • "Download the channel logo" — save to file for further use
  • "Is this the same person?" — compare profile photos visually
  • Get full context about a Telegram user in one call

Full Changelog

https://github.com/overpod/mcp-telegram/compare/v1.9.0...v1.10.0

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track overpod/mcp-telegram

Get notified when new releases ship.

Sign up free

About overpod/mcp-telegram

Telegram MCP server via MTProto/GramJS — 20 tools for reading chats, searching messages, downloading media, managing contacts. QR code login, npx zero-install. Hosted version at mcp-telegram.com.

All releases →

Beta — feedback welcome: [email protected]