telemost-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| EVM_NETWORK | No | CAIP-2 network override for EVM. | Base |
| SVM_NETWORK | No | CAIP-2 network override for SVM. | Solana mainnet |
| SOLANA_RPC_URL | No | RPC for the Solana signer. | mainnet-beta |
| EVM_PRIVATE_KEY | No | Base (EVM) wallet key (0x...). Funds x402 payments. | |
| SVM_PRIVATE_KEY | No | Solana wallet secret key (base58). | |
| MAX_PAYMENT_USDC | No | Per-call price ceiling (USD). | 1 |
| SESSION_MAX_USDC | No | Cumulative spend ceiling for the process lifetime. | 10 |
| TELEMOST_BASE_URL | No | API base URL. | https://api.telemost.io |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| telemost_catalogA | Free machine-readable catalog of all paid Telemost tools (prices, schemas, examples). No payment. |
| telemost_messagesA | Telegram channel data and monitoring: fetch recent messages and posts from any public Telegram channel or group. Monitor news sources, track updates, or feed content into downstream analysis. Optional |
| telemost_searchA | Telegram search and discovery: find public Telegram channels, groups and posts by keyword. Discover sources, communities, competitors or content on any topic. Paid per call in USDC from your wallet (see telemost_catalog for the price). |
| telemost_entitiesA | 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. Contacts, tickers or outbound links at scale. Formatting-level entities, not semantic NER. Paid per call in USDC from your wallet (see telemost_catalog for the price). |
| telemost_sentimentA | Telegram sentiment analysis, raw inputs: recent posts and reactions for a channel, group or topic to run your own mood or opinion analysis. For a ready LLM verdict use /v1/data/sentiment/llm. Paid per call in USDC from your wallet (see telemost_catalog for the price). |
| telemost_sentiment_llmA | Telegram sentiment analysis, LLM verdict: sentiment label, score, trend and a short summary for a channel, group or topic. Gauge audience mood or brand perception before acting. Paid per call in USDC from your wallet (see telemost_catalog for the price). |
| telemost_channel_infoA | Telegram channel analytics and profile data: title, description, subscribers, category, country, language, links and verified flag. Vet a channel, enrich a dataset, or look up channel data in one call. Paid per call in USDC from your wallet (see telemost_catalog for the price). |
| telemost_postA | Telegram post analytics: a single post with its statistics over time, views, forwards and reactions. Measure how a specific post performed. Paid per call in USDC from your wallet (see telemost_catalog for the price). |
| telemost_posts_searchA | 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. Brand monitoring and market research; searches posts from the last 14 days. Paid per call in USDC from your wallet (see telemost_catalog for the price). |
| telemost_ads_networksA | Telegram advertising data: available ad networks and their minimum deposits, compare where to run campaigns. Paid per call in USDC from your wallet (see telemost_catalog for the price). |
| telemost_ads_postsA | Telegram ad intelligence and competitor analysis: discover ad posts running on channels, what and where competitors advertised, with creatives. Searches posts from the last 14 days. Paid per call in USDC from your wallet (see telemost_catalog for the price). |
| telemost_stats_channelB | Telegram channel analytics and statistics: subscribers and growth, average post views, reach, engagement and engagement rate (ERR/ERR24), plus mentions and forwards. A quick stats and health check of any public channel; individual metrics are populated where the channel exposes them. Paid per call in USDC from your wallet (see telemost_catalog for the price). |
| telemost_stats_subscribersA | Telegram audience analytics: subscriber growth chart for a channel, track audience growth or decline over time (day/week/month/year). Paid per call in USDC from your wallet (see telemost_catalog for the price). |
| telemost_stats_mentionsA | 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. Up to a full year of history. For keyword or brand tracking across posts, use the word tracker or post search. Paid per call in USDC from your wallet (see telemost_catalog for the price). |
| telemost_stats_wordsA | Telegram keyword and brand tracking: follow keyword or brand volume across public channels over time (by-period) or by channel (by-channels). Social listening and market research; searches posts from the last 14 days. Paid per call in USDC from your wallet (see telemost_catalog for the price). |
| telemost_stats_reachA | Telegram reach analytics: average post reach chart for a channel, how many people typical posts reach over time. Paid per call in USDC from your wallet (see telemost_catalog for the price). |
| telemost_dictionariesA | Reference data for the Telegram analytics API: countries, categories and languages used for filters and targeting. Paid per call in USDC from your wallet (see telemost_catalog for the price). |
| telemost_similarA | Telegram competitor analysis and channel discovery: find channels similar to a given one by topic and audience, discover competitors, alternatives or expansion targets. Paid per call in USDC from your wallet (see telemost_catalog for the price). |
| telemost_compilationsA | Telegram channel discovery and research: curated compilations of channels, ready-made lists by theme for market mapping and research. Paid per call in USDC from your wallet (see telemost_catalog for the price). |
| telemost_stats_engagementA | Telegram engagement analytics: engagement rate (ER), engagement rate by reach (ERR) and 24-hour reach engagement (ERR24) over time. Benchmark audience activity and channel performance. Paid per call in USDC from your wallet (see telemost_catalog for the price). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 20 tools
Several tools overlap in scope; telemost_stats_channel already includes engagement, reach, and subscriber metrics, making telemost_stats_engagement, telemost_stats_reach, and telemost_stats_subscribers partially redundant. Similarly, telemost_search and telemost_posts_search both search posts, and telemost_ads_posts adds another ambiguous post search. The boundaries between search tools and stats tools are not clear enough for reliable tool selection.
All tools share the telemost_ prefix and use snake_case, but the pattern is inconsistent: some are noun-only (catalog, entities, sentiment), some use feature prefixes (stats_*, ads_*, sentiment_*), and some mix noun+verb (posts_search). The naming is readable and groups exist, but there is no uniform verb_noun structure.
With 20 tools, the server is on the heavy side for a single-purpose API. While the domain spans analytics, ads, and search, several tools overlap and could be consolidated (e.g., stats tools). The count is not extreme but feels inflated by redundant endpoints.
The tool set covers the core Telegram data access needs: channel stats, posts, search, sentiment, entities, ads, and discovery. Minor gaps exist, such as no ability to list channels by category or country beyond keyword search, and some historical data is limited to 14 days. Overall, the domain is well covered with only small missing features.