# Limzo Telegram Group Stats MCP server

Read-only public Telegram group stats from Limzo: leaderboards, activity, levels. No API key.

## Links
- Registry page: https://www.getdrio.com/mcp/com-limzo-telegram-group-stats
- Repository: https://github.com/LimzoCom/limzo-mcp
- Website: https://limzo.com/docs/

## Install
- Command: `npx -y limzo-mcp`
- Endpoint: https://limzo.com/api/public/mcp
- Auth: Not captured

## Setup notes
- Package: Npm limzo-mcp v1.3.0
- Remote endpoint: https://limzo.com/api/public/mcp

## Tools
- get_group_stats (Get public stats for one Telegram group) - Call this when the user asks about the activity, health, leaderboard, mood, or trends of a specific Telegram group tracked by Limzo. `slug` is the last part of the group's public page URL, limzo.com/s/<slug> (e.g. "hipo"). Returns the curated limzo.public_stats/v1 JSON: messages, replies, active members, daily series, top members, mood, reactions, language mix, the Limzo Levels ladder (lifetime XP + badge tiers), and weekly-league standings when the group has the league enabled. Optional `range`: 7d (default), 30d, all — the wider ranges only serve real data for groups on a paid plan and otherwise silently fall back to 7d, so check `range.key` in the result. Never includes verbatim member messages. Endpoint: https://limzo.com/api/public/mcp
- list_groups (List or search public Telegram groups) - Call this to discover Telegram groups tracked by Limzo — to browse the directory, filter by language, or find a group's slug for get_group_stats. Optional `query` filters case-insensitively over group title, username, slug, and description. Optional `lang` (ISO 639-1, e.g. "fa", "es") keeps only groups where that language is a meaningful share of what members write — the way to answer "find active Persian/Spanish groups". Omit both to list the top groups by Limzo Score. Each row carries a `language` mix (primary language + top languages as percentages); rows also include slug, title, username, plan, member_count, 7-day messages and active members, score and page URLs, plus `total_matches` so you can tell when more groups matched than were returned. Endpoint: https://limzo.com/api/public/mcp
- get_global_stats (Get network-wide Limzo totals) - Call this for network-wide numbers across all public Telegram groups tracked by Limzo (group count, messages, active users, replies, reactions, karma — 7-day and all-time) plus the current top groups by Limzo Score. For finding a specific group, prefer list_groups. Endpoint: https://limzo.com/api/public/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: com.limzo
- Version: 1.3.0
- Runtime: Npm
- Transports: STDIO, HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 22, 2026
- Source: https://registry.modelcontextprotocol.io
