Data Collection
telemost.io
Provides tools to access, search, and analyze public Telegram data including messages, channels, and sentiment.
ENDPOINT 1
https://api.telemost.io/mcp
MCP server metadata
- Name
- telemost-mcp-server
- Version
- 0.2.2
Telegram analytics and social media data tools (channel analytics, statistics, audience metrics, brand monitoring, sentiment analysis, competitor discovery, ad intelligence) with pay-per-call in USDC via x402. Start with the free telemost_catalog tool to list every tool with its price, input/output schema and an example (no payment). Then call a paid tool; an x402-capable client (or the telemost-mcp-server stdio bridge) pays from your wallet. No charge on failure. Connection guide (Claude Desktop, Claude Code, Cursor): https://api.telemost.io/docs/mcp
Known tools 20
telemost_catalogFree machine-readable catalog of all paid Telemost tools (prices, input/output schemas, examples).
Inferred read-onlytelemost_messagesTelegram channel data and monitoring: fetch recent messages and posts from any public Telegram channel or group.
Inferred read-onlytelemost_searchTelegram search and discovery: find public Telegram channels, groups and posts by keyword.
Inferred read-onlytelemost_entitiesTelegram content analytics and data extraction: pull structured entities from a channel's recent posts, links, @mentions, #hashtags, $cashtags, emails, phone numbers and bot commands.
Inferred read-onlytelemost_sentimentTelegram sentiment analysis, raw inputs: recent posts and reactions for a channel, group or topic to run your own mood or opinion analysis.
Inferred read-onlytelemost_sentiment_llmTelegram sentiment analysis, LLM verdict: sentiment label, score, trend and a short summary for a channel, group or topic.
Inferred read-onlytelemost_channel_infoTelegram channel analytics and profile data: title, description, subscribers, category, country, language, links and verified flag.
Inferred read-onlytelemost_postTelegram post analytics: a single post with its statistics over time, views, forwards and reactions.
Potential side effectstelemost_posts_searchTelegram post search and social listening: full-text search over posts across public channels to find who is talking about a keyword, brand or topic, with extended query syntax.
Potential side effectstelemost_ads_networksTelegram advertising data: available ad networks and their minimum deposits, compare where to run campaigns.
Inferred read-onlytelemost_ads_postsTelegram ad intelligence and competitor analysis: discover ad posts running on channels, what and where competitors advertised, with creatives.
Inferred read-onlytelemost_stats_channelTelegram channel analytics and statistics: subscribers and growth, average post views, reach, engagement and engagement rate (ERR/ERR24), plus mentions and forwards.
Potential side effectstelemost_stats_subscribersTelegram audience analytics: subscriber growth chart for a channel, track audience growth or decline over time (day/week/month/year).
Inferred read-onlytelemost_stats_mentionsTelegram mention tracking and brand monitoring: mentions and citations of a given channel across other channels, who is referencing @channel, and its share of voice.
Inferred read-onlytelemost_stats_wordsTelegram keyword and brand tracking: follow keyword or brand volume across public channels over time (by-period) or by channel (by-channels).
Inferred read-onlytelemost_stats_reachTelegram reach analytics: average post reach chart for a channel, how many people typical posts reach over time.
Potential side effectstelemost_dictionariesReference data for the Telegram analytics API: countries, categories and languages used for filters and targeting.
Inferred read-onlytelemost_similarTelegram competitor analysis and channel discovery: find channels similar to a given one by topic and audience, discover competitors, alternatives or expansion targets.
Inferred read-onlytelemost_compilationsTelegram channel discovery and research: curated compilations of channels, ready-made lists by theme for market mapping and research.
Inferred read-onlytelemost_stats_engagementTelegram engagement analytics: engagement rate (ER), engagement rate by reach (ERR) and 24-hour reach engagement (ERR24) over time.
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.telemost-mcp-server]
url = "https://api.telemost.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"telemost-mcp-server": {
"type": "http",
"url": "https://api.telemost.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: telemost-mcp-server
Remote MCP URL: https://api.telemost.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": {
"telemost-mcp-server": {
"url": "https://api.telemost.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"telemost-mcp-server": {
"type": "http",
"url": "https://api.telemost.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "telemost-mcp-server",
"transport": "streamable-http",
"url": "https://api.telemost.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.