← telemost.io
INDIVIDUAL MCP TOOL
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.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
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.
Related tools
telemost_catalog— Free machine-readable catalog of all paid Telemost tools (prices, input/output schemas, examples).telemost_messages— Telegram channel data and monitoring: fetch recent messages and posts from any public Telegram channel or group.telemost_search— Telegram search and discovery: find public Telegram channels, groups and posts by keyword.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.telemost_sentiment_llm— Telegram sentiment analysis, LLM verdict: sentiment label, score, trend and a short summary for a channel, group or topic.telemost_channel_info— Telegram channel analytics and profile data: title, description, subscribers, category, country, language, links and verified flag.telemost_post— Telegram post analytics: a single post with its statistics over time, views, forwards and reactions.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.