Skip to main content
Glama

Telegram MCP Server

by DLHellMe

scrape_group

Extract posts from Telegram groups and return them in markdown format. Specify the group URL and optionally limit the number of posts for streamlined content retrieval.

Instructions

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

Input Schema

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

Input Schema (JSON Schema)

{ "properties": { "max_posts": { "default": 100, "description": "Maximum number of posts to scrape (default: 100)", "type": "number" }, "url": { "description": "The Telegram group URL (e.g., https://t.me/groupname)", "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