Skip to main content
Glama

Telegram MCP Server

by DLHellMe

scrape_channel_authenticated

Access and scrape restricted Telegram channel content using authenticated sessions. Specify the channel URL and optionally set the maximum number of posts to retrieve.

Instructions

Scrape a Telegram channel using authenticated session (can access restricted content)

Input Schema

NameRequiredDescriptionDefault
max_postsNoMaximum number of posts to scrape (default: 100)
urlYesThe Telegram channel URL (e.g., https://t.me/channelname)

Input Schema (JSON Schema)

{ "properties": { "max_posts": { "default": 100, "description": "Maximum number of posts to scrape (default: 100)", "type": "number" }, "url": { "description": "The Telegram channel URL (e.g., https://t.me/channelname)", "type": "string" } }, "required": [ "url" ], "type": "object" }

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/DLHellMe/telegram-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server