Skip to main content
ClaudeWave

MCP server for Limzo — read-only public Telegram group statistics (leaderboards, levels, activity) from limzo.com. npx limzo-mcp

MCP ServersOfficial Registry0 stars0 forksJavaScriptMITUpdated today
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 9/19/2026
Install in Claude Code / Claude Desktop
Method: NPX · limzo-mcp
Claude Code CLI
claude mcp add limzo-mcp -- npx -y limzo-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "limzo-mcp": {
      "command": "npx",
      "args": ["-y", "limzo-mcp"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Use cases

MCP Servers overview

# limzo-mcp

[![npm version](https://img.shields.io/npm/v/limzo-mcp.svg)](https://www.npmjs.com/package/limzo-mcp)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](./LICENSE)
[![MCP](https://img.shields.io/badge/Model_Context_Protocol-server-blue.svg)](https://modelcontextprotocol.io)

MCP (Model Context Protocol) server for **[Limzo](https://limzo.com)**, the Telegram anti-spam and moderation bot — read-only public Telegram group statistics: leaderboards, activity trends, member levels, weekly award history, and moderation summaries for any group with a public Limzo stats page.

No API key, no account. Everything served is already public at `limzo.com/s/<slug>` — payloads never include verbatim member messages.

## Tools

| Tool | What it returns |
|---|---|
| `list_groups` | Search/browse the public group directory (slug, title, members, language) |
| `get_group_stats` | Full public stats for one group by slug: activity, top members, levels, awards, moderation summary |
| `get_global_stats` | Network-wide Limzo stats |

## Quick start

The server is hosted — this package is a stdio bridge for MCP clients:

```bash
npx limzo-mcp
```

### Claude Desktop / Claude Code

```json
{
  "mcpServers": {
    "limzo": { "command": "npx", "args": ["-y", "limzo-mcp"] }
  }
}
```

### Cursor / other MCP clients

Same pattern — command `npx`, args `["-y", "limzo-mcp"]`.

### Direct HTTP (streamable MCP, no bridge)

Clients that support remote MCP can connect straight to:

```
https://limzo.com/api/public/mcp
```

## Example

Ask an assistant *"How active is the hipo_chat Telegram group?"* and it calls `get_group_stats`:

```jsonc
// get_group_stats { "slug": "hipo" }  →  (response trimmed)
{
  "group":  { "title": "Hipo Chat", "username": "hipo_chat", "member_count": 3920 },
  "range":  { "key": "7d", "label": "7 days", "days": 7 },
  "stats":  {
    "messages": 1107,
    "active_users": 236,
    "mood": { "label": "Sunny", "emoji": "☀️", "positive_pct": 83 },
    "top_members": [
      { "rank": 1, "name": "Josip", "messages": 238 },
      { "rank": 2, "name": "Behrang Norouzinia", "messages": 84 }
    ]
  }
}
```

Every value above is already public at [limzo.com/s/hipo](https://limzo.com/s/hipo) — the server never exposes verbatim member messages. Full response shape: [openapi.json](https://limzo.com/api/public/openapi.json).

## What is Limzo?

A Telegram community bot: public shareable stats pages, member levels/badges/achievements, weekly highlights and reports, mini-games, and smart anti-spam moderation (newcomer captcha, impersonator guard, link safety scan, /warn warnings, language lock, cross-group network shield). Free to start: [@LimzoRobot](https://t.me/LimzoRobot?start=github).

- Docs: https://limzo.com/docs/
- OpenAPI: https://limzo.com/api/public/openapi.json
- llms.txt: https://limzo.com/llms.txt

## Listed on

Official [MCP Registry](https://registry.modelcontextprotocol.io) (`com.limzo/telegram-group-stats`) · [Glama](https://glama.ai/mcp/servers/LimzoCom/limzo-mcp) · [Smithery](https://smithery.ai) · [npm](https://www.npmjs.com/package/limzo-mcp)

## License

MIT
analyticscommunitycommunity-managementgroup-statisticsmcpmcp-servermodel-context-protocolmoderation-bottelegramtelegram-analyticstelegram-bot

What people ask about limzo-mcp

What is LimzoCom/limzo-mcp?

+

LimzoCom/limzo-mcp is mcp servers for the Claude AI ecosystem. MCP server for Limzo — read-only public Telegram group statistics (leaderboards, levels, activity) from limzo.com. npx limzo-mcp It has 0 GitHub stars and its last recorded update is dated 2026-09-18.

How do I install limzo-mcp?

+

You can install limzo-mcp by cloning the repository (https://github.com/LimzoCom/limzo-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is LimzoCom/limzo-mcp safe to use?

+

Our security agent has analyzed LimzoCom/limzo-mcp and assigned a Trust Score of 95/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains LimzoCom/limzo-mcp?

+

LimzoCom/limzo-mcp is maintained by LimzoCom. The last recorded GitHub activity is dated 2026-09-18, with 0 open issues.

Are there alternatives to limzo-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy limzo-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: LimzoCom/limzo-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/limzocom-limzo-mcp)](https://claudewave.com/repo/limzocom-limzo-mcp)
<a href="https://claudewave.com/repo/limzocom-limzo-mcp"><img src="https://claudewave.com/api/badge/limzocom-limzo-mcp" alt="Featured on ClaudeWave: LimzoCom/limzo-mcp" width="320" height="64" /></a>

More MCP Servers

limzo-mcp alternatives