← Registry

Data Collection

telemost.io

Provides tools to access, search, and analyze public Telegram data including messages, channels, and sentiment.

1 endpoint20 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://api.telemost.io/mcp

No auth detected

MCP server metadata

Name
telemost-mcp-server
Version
0.2.2
Capabilities
tools.listChangedresourcesprompts
Server instructions

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_catalog

Free machine-readable catalog of all paid Telemost tools (prices, input/output schemas, examples).

Inferred read-only
telemost_messages

Telegram channel data and monitoring: fetch recent messages and posts from any public Telegram channel or group.

Inferred read-only
telemost_search

Telegram search and discovery: find public Telegram channels, groups and posts by keyword.

Inferred read-only
telemost_entities

Telegram 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-only
telemost_sentiment

Telegram sentiment analysis, raw inputs: recent posts and reactions for a channel, group or topic to run your own mood or opinion analysis.

Inferred read-only
telemost_sentiment_llm

Telegram sentiment analysis, LLM verdict: sentiment label, score, trend and a short summary for a channel, group or topic.

Inferred read-only
telemost_channel_info

Telegram channel analytics and profile data: title, description, subscribers, category, country, language, links and verified flag.

Inferred read-only
telemost_post

Telegram post analytics: a single post with its statistics over time, views, forwards and reactions.

Potential side effects
telemost_posts_search

Telegram 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 effects
telemost_ads_networks

Telegram advertising data: available ad networks and their minimum deposits, compare where to run campaigns.

Inferred read-only
telemost_ads_posts

Telegram ad intelligence and competitor analysis: discover ad posts running on channels, what and where competitors advertised, with creatives.

Inferred read-only
telemost_stats_channel

Telegram channel analytics and statistics: subscribers and growth, average post views, reach, engagement and engagement rate (ERR/ERR24), plus mentions and forwards.

Potential side effects
telemost_stats_subscribers

Telegram audience analytics: subscriber growth chart for a channel, track audience growth or decline over time (day/week/month/year).

Inferred read-only
telemost_stats_mentions

Telegram 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-only
telemost_stats_words

Telegram keyword and brand tracking: follow keyword or brand volume across public channels over time (by-period) or by channel (by-channels).

Inferred read-only
telemost_stats_reach

Telegram reach analytics: average post reach chart for a channel, how many people typical posts reach over time.

Potential side effects
telemost_dictionaries

Reference data for the Telegram analytics API: countries, categories and languages used for filters and targeting.

Inferred read-only
telemost_similar

Telegram competitor analysis and channel discovery: find channels similar to a given one by topic and audience, discover competitors, alternatives or expansion targets.

Inferred read-only
telemost_compilations

Telegram channel discovery and research: curated compilations of channels, ready-made lists by theme for market mapping and research.

Inferred read-only
telemost_stats_engagement

Telegram engagement analytics: engagement rate (ER), engagement rate by reach (ERR) and 24-hour reach engagement (ERR24) over time.

Inferred read-only

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.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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.