Skip to main content
Glama

Telegram MCP Server

by DLHellMe

scrape_channel

Extract posts from a Telegram channel in markdown format, including reactions if needed. Specify the channel URL and limit the number of posts to scrape.

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