INDIVIDUAL MCP TOOL
get_channels
One channel: full profile of a tracked Telegram channel — description, subscriber and post counts, categories, AI insights, and metrics (subscriber growth, post frequency, view rate, engagement) with dated sparklines over an optional date range.
LIVE ENDPOINT
https://mcp.statiko.io/mcp
Connect to this endpoint to inspect the live schema for get_channels and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
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.statiko]
url = "https://mcp.statiko.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"statiko": {
"type": "http",
"url": "https://mcp.statiko.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: statiko
Remote MCP URL: https://mcp.statiko.io/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": {
"statiko": {
"url": "https://mcp.statiko.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"statiko": {
"type": "http",
"url": "https://mcp.statiko.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "statiko",
"transport": "streamable-http",
"url": "https://mcp.statiko.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_trending_topics— Ranked board of trending topics (stories) across tracked Telegram channels for a rolling 24h window.get_trend_samples— Sample Telegram posts that mention a trending topic, for reading what a story on the trending board is actually about.search_channels— Search Statiko's catalog of tracked Telegram channels by name and filter by verification, category, language and activity.get_channel_timeline— Structural events in a channel's history: renames, description and photo changes, verification flips, subscriber/view milestones, and post edits or deletions — for telling what happened on a given date.get_similar_channels— Channels that resemble the given one by category and audience — the peer cohort to compare a channel's metrics against.get_channel_posts— Recent posts from a tracked Telegram channel, newest first, with text, view/forward/reply/reaction counts and `reactions_map`, the five most used reaction emoji with their counts.get_post_stats— How a post's views, forwards, replies and reactions (total and per-emoji) evolved over its life, as a sparse series of snapshots bucketed per hour or per day, oldest first — for view velocity and reaction drift.search— Search Statiko for tracked Telegram channels and currently trending stories.