telemost_stats_subscribers
ActiveTool of io.telemost/telemost-mcp-server
declared in 0.2.2
Telegram audience analytics: subscriber growth chart for a channel, track audience growth or decline over time (day/week/month/year). Returns a JSON envelope {ok, data, meta}.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"channel"
],
"properties": {
"region": {
"enum": [
"cis",
"worldwide"
],
"type": "string",
"description": "Optional routing region hint (cis|worldwide). Does not affect payment (not an x402 field)."
},
"channel": {
"type": "string"
},
"aggregation": {
"enum": [
"day",
"week",
"month",
"year"
],
"type": "string",
"description": "Chart granularity: day/week/month/year. Controls point spacing, not a time window."
}
},
"additionalProperties": false
}Parent server
io.telemost/telemost-mcp-server
https://github.com/slava01011910-ops/telemost
1/7 registries