INDIVIDUAL MCP TOOL
get_global_stats
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 durable lifetime totals (messages analyzed, members tracked, spam messages removed) and the current top groups by Limzo Score.
LIVE ENDPOINT
https://limzo.com/api/public/mcp
Connect to this endpoint to inspect the live schema for get_global_stats and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.limzo-mcp]
url = "https://limzo.com/api/public/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"limzo-mcp": {
"type": "http",
"url": "https://limzo.com/api/public/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: limzo-mcp
Remote MCP URL: https://limzo.com/api/public/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"limzo-mcp": {
"url": "https://limzo.com/api/public/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"limzo-mcp": {
"type": "http",
"url": "https://limzo.com/api/public/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "limzo-mcp",
"transport": "streamable-http",
"url": "https://limzo.com/api/public/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_group_stats— Call this when the user asks about the activity, health, leaderboard, mood, or trends of a specific Telegram group tracked by Limzo.list_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.