Skip to main content
Glama

Telegram MCP Server

by DLHellMe

api_scrape_channel

Extract Telegram channel content via API by specifying the URL, post limit, and date range for targeted, efficient data collection.

Instructions

Scrape a Telegram channel using the API (fast and efficient)

Input Schema

NameRequiredDescriptionDefault
date_fromNoStart date in ISO format (optional)
date_toNoEnd date in ISO format (optional)
max_postsNoMaximum number of posts to scrape (0 for unlimited)
urlYesThe Telegram channel URL (e.g., https://t.me/channelname)

Input Schema (JSON Schema)

{ "properties": { "date_from": { "description": "Start date in ISO format (optional)", "type": "string" }, "date_to": { "description": "End date in ISO format (optional)", "type": "string" }, "max_posts": { "default": 0, "description": "Maximum number of posts to scrape (0 for unlimited)", "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