Skip to main content
Glama

Telegram MCP Server

by DLHellMe

scrape_date_range

Extract Telegram posts from a channel or group within a specified date range using a URL and ISO-formatted start/end dates. Supports authenticated sessions for enhanced access.

Instructions

Scrape posts within a specific date range. Uses authenticated session if logged in.

Input Schema

NameRequiredDescriptionDefault
date_fromYesStart date in ISO format (e.g., 2024-01-01)
date_toNoEnd date in ISO format (e.g., 2024-01-31)
urlYesThe Telegram channel/group URL

Input Schema (JSON Schema)

{ "properties": { "date_from": { "description": "Start date in ISO format (e.g., 2024-01-01)", "type": "string" }, "date_to": { "description": "End date in ISO format (e.g., 2024-01-31)", "type": "string" }, "url": { "description": "The Telegram channel/group URL", "type": "string" } }, "required": [ "url", "date_from" ], "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