Skip to main content
Glama

Telegram MCP Server

by DLHellMe

scrape_channel

Extract Telegram channel posts in markdown format, including reactions, by providing the channel URL and specifying the maximum number of posts to collect. Ideal for content analysis or archival purposes.

Instructions

Scrape a Telegram channel and return posts in markdown format. Uses authenticated session if logged in.

Input Schema

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

Input Schema (JSON Schema)

{ "properties": { "include_reactions": { "default": true, "description": "Include reaction data in the output", "type": "boolean" }, "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