Social Media
statiko.io
Provides Telegram channel analytics and trend tracking, enabling users to search channels, inspect profiles and metrics, view timelines, and discover trending topics and sample posts.
ENDPOINT 1
https://mcp.statiko.io/mcp
MCP server metadata
- Name
- statiko
- Version
- 1.0.0
Known tools 10
get_trending_topicsRanked board of trending topics (stories) across tracked Telegram channels for a rolling 24h window.
Inferred read-onlyget_trend_samplesSample Telegram posts that mention a trending topic, for reading what a story on the trending board is actually about.
Inferred read-onlysearch_channelsSearch Statiko's catalog of tracked Telegram channels by name and filter by verification, category, language and activity.
Inferred read-onlyget_channelsOne 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.
Potential side effectsget_channel_timelineStructural 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.
Potential side effectsget_similar_channelsChannels that resemble the given one by category and audience — the peer cohort to compare a channel's metrics against.
Inferred read-onlyget_channel_postsRecent 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.
Inferred read-onlyget_post_statsHow 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.
Potential side effectssearchSearch Statiko for tracked Telegram channels and currently trending stories.
Inferred read-onlyfetchFetch the full document behind a search result id: a channel profile with metrics, or a trending story with context and sample posts.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for statiko.io was fetched 2026-09-26T16:24:35.428Z.
statiko.io is assessed as RestrictedContent: Domain runs technology categorized as adult content.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.