{"name":"io.statiko/telegram","slug":"statiko-telegram","title":"Statiko — Telegram trends & channel analytics","description":"Live Telegram data: trending topics, channel profiles & metrics, post history incl. edits/deletions.","url":"https://mcp.market/server/statiko-telegram","rating":null,"grade":"C","score":60,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":6,"ok":6,"last_checked_at":"2026-09-21T00:25:53.671Z","last_ok_at":"2026-09-21T00:25:53.671Z","latency_ms":429},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://statiko.io/product/mcp","version":"1.0.0","remotes":[{"type":"streamable-http","url":"https://mcp.statiko.io/mcp"}],"packages":[],"tools":[{"name":"fetch","description":"Fetch the full document behind a search result id: a channel profile with metrics, or a trending story with context and sample posts.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","minLength":1,"description":"Document id from a previous search: 'channel:<slug>' or 'trend:<window>:<lang>:<norm>'"}},"required":["id"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"get_channel_posts","description":"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. Accepts a channel slug or a numeric chat id, an optional text `query` to search the channel's posts, and an optional time range. Album posts are collapsed to one row, so a page may hold fewer than `limit` posts.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"channel":{"type":"string","minLength":1,"description":"Channel slug (Telegram username, without the @) or numeric channel id"},"query":{"description":"Only posts whose text contains this term (case-insensitive substring)","type":"string","minLength":1,"maxLength":500},"since":{"description":"Only posts at or after this ISO 8601 timestamp","type":"string"},"until":{"description":"Only posts before this ISO 8601 timestamp","type":"string"},"message_type":{"description":"Filter by message type: TEXT, PHOTO, VIDEO, AUDIO, DOCUMENT, UNSUPPORTED (case-insensitive)","type":"string"},"limit":{"default":20,"type":"integer","minimum":1,"maximum":50}},"required":["channel"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"get_channel_timeline","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"channel":{"type":"string","minLength":1,"description":"Channel slug (Telegram username, without the @) or numeric channel id"},"event_types":{"description":"Event types to keep; omit for all of them","type":"array","items":{"type":"string","enum":["CHANNEL_FOLLOWED","CHANNEL_TITLE_CHANGED","CHANNEL_ABOUT_CHANGED","CHANNEL_PHOTO_CHANGED","VERIFIED_STATUS_CHANGED","SUBSCRIBERS_MILESTONE","CHANNEL_FIRST_MESSAGE","POST_EDITED","POST_DELETED","VIEW_MILESTONE","COMMENT_MILESTONE"]}},"order":{"default":"desc","description":"Sort by event time: desc (newest first) or asc","type":"string","enum":["asc","desc"]},"page":{"default":0,"type":"integer","minimum":0,"maximum":9007199254740991},"limit":{"default":20,"type":"integer","minimum":1,"maximum":50}},"required":["channel"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"get_channels","description":"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. Several channels (up to 10, ids and slugs mixed): compact comparison rows with headline metric values and changes over the last 30 days, from one lookup; unknown entries are listed as unresolved instead of failing the call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"channels":{"minItems":1,"maxItems":10,"type":"array","items":{"type":"string","minLength":1},"description":"Channel slug (Telegram username, without the @) or numeric channel ids, mixed freely. One channel answers its full profile; several answer compact comparison rows."},"start_date":{"description":"Metrics window start (YYYY-MM-DD, inclusive); default -30d. Single channel only","type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"end_date":{"description":"Metrics window end (YYYY-MM-DD, inclusive); default today. Single channel only","type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"}},"required":["channels"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"get_post_stats","description":"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. `message_id` comes from get_channel_posts. A post with no recorded snapshots answers an empty series.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"channel":{"type":"string","minLength":1,"description":"Channel slug (Telegram username, without the @) or numeric channel id"},"message_id":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"Post id within the channel"},"since":{"description":"Only snapshots taken at or after this ISO 8601 timestamp","type":"string"},"until":{"description":"Only snapshots taken before this ISO 8601 timestamp","type":"string"},"bucket":{"default":"1h","description":"Series resolution: one snapshot per hour (1h) or day (1d)","type":"string","enum":["1h","1d"]}},"required":["channel","message_id"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"get_similar_channels","description":"Channels that resemble the given one by category and audience — the peer cohort to compare a channel's metrics against.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"channel":{"type":"string","minLength":1,"description":"Channel slug (Telegram username, without the @) or numeric channel id"},"limit":{"default":10,"type":"integer","minimum":1,"maximum":20}},"required":["channel"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"get_trend_samples","description":"Sample Telegram posts that mention a trending topic, for reading what a story on the trending board is actually about.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"norm":{"type":"string","minLength":1,"description":"Normalized topic key of the story ('norm' field from get_trending_topics)"},"window":{"default":"now","type":"string","enum":["now","yesterday"]},"lang":{"default":"ru","description":"ISO-639-1 language code of the board, defaulting to 'ru'. Boards are per-language; pick the language the audience posts in.","type":"string"},"limit":{"default":10,"type":"integer","minimum":1,"maximum":20}},"required":["norm"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"get_trending_topics","description":"Ranked board of trending topics (stories) across tracked Telegram channels for a rolling 24h window. Each story carries a headline, context paragraph, member keywords, mention/channel counts, momentum and an hourly sparkline.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"window":{"default":"now","description":"Rolling 24h window to rank: 'now' (live) or 'yesterday'","type":"string","enum":["now","yesterday"]},"lang":{"default":"ru","description":"ISO-639-1 language code of the board, defaulting to 'ru'. Boards are per-language; pick the language the audience posts in.","type":"string"},"limit":{"default":20,"description":"Number of stories to return","type":"integer","minimum":1,"maximum":50}},"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"search","description":"Search Statiko for tracked Telegram channels and currently trending stories. Returns document ids for the fetch tool; results cite statiko.io pages.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","minLength":1,"description":"Free-text search query"}},"required":["query"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"search_channels","description":"Search Statiko's catalog of tracked Telegram channels by name and filter by verification, category, language and activity. Returns channel slugs to use with get_channels and get_channel_posts.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"description":"Channel name or username to match; omit to browse by filters","type":"string","minLength":1},"verified":{"description":"true = verified channels only, false = unverified only","type":"boolean"},"categories":{"description":"Category slugs to filter by; a channel matching any one passes","type":"array","items":{"type":"string","minLength":1}},"languages":{"description":"ISO-639-1 language codes to filter by (any match)","type":"array","items":{"type":"string","minLength":1}},"activity":{"description":"Last-post activity buckets to filter by (any match)","type":"array","items":{"type":"string","enum":["recently","week","month","dormant","inactive"]}},"sort":{"description":"Sort order: 'subs' (largest first, default) or 'name'","type":"string","enum":["subs","name"]},"limit":{"default":10,"type":"integer","minimum":1,"maximum":20}},"$schema":"https://json-schema.org/draft/2020-12/schema"}}],"scan":{"score":60,"grade":"C","scanned_at":"2026-09-19T20:05:21.010Z","report":{"scannerVersion":"0.1.5","scannedAt":"2026-09-19T20:05:21.007Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1054ms"]},"poisoning":{"score":15,"max":15,"notes":["10 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 1 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"},{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://mcp.statiko.io/mcp","reachable":true,"authRequired":false,"latencyMs":1054,"serverInfo":{"name":"statiko","version":"1.0.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://statiko.io/images/logo.png","source":"registry","width":512,"height":512},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}