# io.github.leshchenko1979/fast-mcp-telegram (remote · tg-mcp.l1979.ru)

Multi-tenant Telegram gateway for AI agents — HTTP+stdio, 8 tools, MTProto User API

- Trust score: 62/100 (medium)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `tg-mcp.l1979.ru`: 62/100 (this document), [markdown](https://verifymcp.io/servers/leshchenko1979-fast-mcp-telegram/v1-mcp.md), [page](https://verifymcp.io/servers/leshchenko1979-fast-mcp-telegram/v1-mcp)
- pypi · `fast-mcp-telegram`: 15/100, [markdown](https://verifymcp.io/servers/leshchenko1979-fast-mcp-telegram/fast-mcp-telegram.md), [page](https://verifymcp.io/servers/leshchenko1979-fast-mcp-telegram/fast-mcp-telegram)

## Channel facts

- Endpoint: `https://tg-mcp.l1979.ru/v1/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.36.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation check failed: no authorisation is required to call this server, and it exposes a tool marked destructive (send_message).
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 52/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 2703 tokens (~337/item across 8 items; 8 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http leshchenko1979-fast-mcp-telegram https://tg-mcp.l1979.ru/v1/mcp
```

### Codex

```toml
[mcp_servers.leshchenko1979-fast-mcp-telegram]
url = "https://tg-mcp.l1979.ru/v1/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "leshchenko1979-fast-mcp-telegram": {
      "type": "remote",
      "url": "https://tg-mcp.l1979.ru/v1/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add leshchenko1979-fast-mcp-telegram --url https://tg-mcp.l1979.ru/v1/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  leshchenko1979-fast-mcp-telegram:
    url: "https://tg-mcp.l1979.ru/v1/mcp"
```

### Other

```json
{
  "mcpServers": {
    "leshchenko1979-fast-mcp-telegram": {
      "type": "http",
      "url": "https://tg-mcp.l1979.ru/v1/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 62, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 61, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 60, +1)

No change was recorded against any check on this day. Stability & Change Management went from 10 to 13. That category is still filling its 30-day observation window: 3 days of observed history at the previous scan, 4 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-29 (score 59, 0)

- [security] Tool “send_message” rewrote its description, which is the text the model reads
- [security] Tool “send_message_to_phone” rewrote its description, which is the text the model reads
- [security] Tool “edit_message” rewrote its description, which is the text the model reads
- [cosmetic] “send_message” reworded the description of “parse_mode”
- [cosmetic] “edit_message” reworded the description of “parse_mode”
- [cosmetic] “send_message_to_phone” reworded the description of “parse_mode”

### 2026-07-28 (score 59, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 58, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 58)

First indexed and scored.

## MCP tools (8)

### `search_messages_globally` (~301 tokens)

Search messages globally

Search all Telegram chats at once (not scoped to one chat). Comma-separated query terms; optional filters by date, chat kind, and public username. Success: message list and metadata dict. Global search ignores include_total_count. Full documentation: https://github.com/leshchenko1979/fast-mcp-telegram/blob/main/docs/Tools-Reference.md

Input parameters:

- `auto_expand_batches` (integer): Extra search batches to run when filters narrow results. Higher values may return more matches at the cost of latency.
- `chat_type` (string): Comma-separated chat kinds: private, bot, group, channel. Case-insensitive; extra spaces allowed.
- `include_total_count` (boolean): If true, response may include total_count where supported (per-chat search; ignored for global search).
- `limit` (integer): Maximum messages to return (recommended 50 or less).
- `max_date` (string): Inclusive maximum date filter (ISO 8601 date or datetime). Omit for no upper bound.
- `min_date` (string): Inclusive minimum date filter (ISO 8601 date or datetime). Omit for no lower bound.
- `public` (boolean): If true, prefer chats with a public username; if false, without. Does not apply to private DMs. Omit to skip this filter.
- `query` (string, required): Search terms, comma-separated for multiple terms (OR-style global search). Required.

Output parameters:

- `_warning` (string)
- `action` (string)
- `code` (integer)
- `error` (string)
- `error_code` (string)
- `exception` (object)
- `has_more` (boolean)
- `messages` (array)
- `ok` (boolean)
- `operation` (string)
- `params` (object)
- `total_count` (integer)

### `get_messages` (~662 tokens)

Get messages in chat

Read or search messages in one chat: browse latest, search text, fetch by ids, or load replies to a message (comments, forum topics, threads). Use from_user to filter by sender (server-side, per-chat only). Use context to include neighboring messages and reply chains around each result. Use include_replies to fetch up to 5 direct replies per result. Do not combine message_ids with query or reply_to_id. Success: messages, has_more, optional total_count and discussion fields.  Full documentation: https://github.com/leshchenko1979/fast-mcp-telegram/blob/main/docs/Tools-Reference.md

Input parameters:

- `auto_expand_batches` (integer): Extra search batches to run when filters narrow results. Higher values may return more matches at the cost of latency.
- `chat_id` (string, required): Target chat: numeric id (e.g. -100…), username without @, or 'me' for Saved Messages.
- `context` (integer): Number of surrounding messages to include as context for each search result. 0 = disabled (default). 1-10 = include N messages before and N after each result. Also fetches the message being replied t…
- `from_user` (string): Only return messages from this sender. Not a display-name or contact-name search — bare strings resolve like chat_id via get_entity (usernames are case-insensitive and may match an unrelated channel)…
- `include_replies` (boolean): If true, fetch up to 5 direct replies per search result and attach as replies. Each result costs one API call (not batchable). Default: false.
- `include_total_count` (boolean): If true, response may include total_count where supported (per-chat search; ignored for global search).
- `limit` (integer): Maximum messages to return (recommended 50 or less).
- `max_date` (string): Inclusive maximum date filter (ISO 8601 date or datetime). Omit for no upper bound.
- `message_ids` (array): Exact message ids to fetch. Mutually exclusive with query and reply_to_id.
- `min_date` (string): Inclusive minimum date filter (ISO 8601 date or datetime). Omit for no lower bound.
- `query` (string): Search within this chat only; comma-separated terms. Omit to browse latest or use message_ids / reply_to_id modes.
- `reply_to_id` (integer): Anchor message id: channel post id, forum topic_id from get_chat_info, or a message id for direct replies. Use with thread_scope.
- `thread_scope` (string): Only with reply_to_id. auto: full forum topic (topic_id) or channel comment thread via getReplies; else direct replies. full: nested branch under a message id (forum in-topic uses search window, not…

Output parameters:

- `_warning` (string)
- `action` (string)
- `code` (integer)
- `error` (string)
- `error_code` (string)
- `exception` (object)
- `has_more` (boolean)
- `messages` (array)
- `ok` (boolean)
- `operation` (string)
- `params` (object)
- `total_count` (integer)

### `send_message` (~420 tokens)

Send message

Send text and optional file attachments to a Telegram chat. Supports reply-to (including forum topics and channel discussion groups), parse_mode: classic markdown/html/auto (entities) or rich (Rich Message document; dialect auto-detected). parse_mode=rich cannot be combined with files. File attachments as http(s) URLs, local paths, or data: URIs. When files are provided, the message text becomes a caption. For channel posts with reply_to_id, automatically posts in the linked discussion group. Success: dict with message_id, date, chat, text, status='sent', and sender info (rich messages also set rich=true and rich_format). Error: dict with ok=false and error string. Use send_message to create new messages; use edit_message to modify existing ones. Use send_message_to_phone when targeting a phone number instead of a chat_id.  Full documentation: https://github.com/leshchenko1979/fast-mcp-telegram/blob/main/docs/Tools-Reference.md

Input parameters:

- `chat_id` (string, required): Target chat: numeric id (e.g. -100…), username without @, or 'me' for Saved Messages.
- `files` (array): List of attachment URLs, local paths, or data URIs (one or more strings). data: URIs (data:<mime>;base64,<payload>) work in all server modes; local paths work in stdio mode only.
- `message` (string, required): Message text. When sending files, used as caption.
- `parse_mode` (string): 'markdown'/'html'/'auto': classic entity formatting (auto detects). 'rich': Telegram Rich Message document; dialect auto-detected (known HTML tags outside code → rich HTML, else rich markdown). Defau…
- `reply_to_id` (integer): Telegram message id to reply to. For forums, topic root id; for channel posts, post id (may create a comment). Omit for a new top-level message.

Output parameters:

- `action` (string)
- `chat` (object)
- `code` (integer)
- `date` (string)
- `edit_date` (string)
- `error` (string)
- `error_code` (string)
- `exception` (object)
- `message_id` (integer)
- `ok` (boolean)
- `operation` (string)
- `params` (object)
- `reply_markup` (object)
- `rich` (boolean)
- `rich_format` (string)
- `sender` (object)
- `status` (string)
- `text` (string)
- `topic_id` (integer)

### `edit_message` (~292 tokens)

Edit message

Replace the text of an existing message in a Telegram chat. Only works on messages sent by the authenticated account. Cannot edit media or other message attributes — text only. parse_mode: classic markdown/html/auto or rich (Rich Message; dialect auto-detected). Success: dict with message_id, date, chat, text, status='edited', and edit_date (rich messages also set rich=true and rich_format). Error: dict with ok=false and error string (e.g. message not found or not editable). Use edit_message to update a previously sent message; use send_message to create new ones.  Full documentation: https://github.com/leshchenko1979/fast-mcp-telegram/blob/main/docs/Tools-Reference.md

Input parameters:

- `chat_id` (string, required): Target chat: numeric id (e.g. -100…), username without @, or 'me' for Saved Messages.
- `message` (string, required): Message text. When sending files, used as caption.
- `message_id` (integer, required): Message id in this chat to edit (from get_messages or Telegram).
- `parse_mode` (string): 'markdown'/'html'/'auto': classic entity formatting (auto detects). 'rich': Telegram Rich Message document; dialect auto-detected (known HTML tags outside code → rich HTML, else rich markdown). Defau…

Output parameters:

- `action` (string)
- `chat` (object)
- `code` (integer)
- `date` (string)
- `edit_date` (string)
- `error` (string)
- `error_code` (string)
- `exception` (object)
- `message_id` (integer)
- `ok` (boolean)
- `operation` (string)
- `params` (object)
- `reply_markup` (object)
- `rich` (boolean)
- `rich_format` (string)
- `sender` (object)
- `status` (string)
- `text` (string)
- `topic_id` (integer)

### `find_chats` (~380 tokens)

Find chats

Find users/groups/channels by name, username, or phone. Comma-separated usernames are searched in parallel and results are merged round-robin. Global search (query required) searches all Telegram; with min_date, max_date, or filter, search uses dialog list or a named filter; include_peers filters use last-activity from GetPeerDialogs; flag-based filters use dialog list dates. Success: dict with key chats (list of chat objects).  Full documentation: https://github.com/leshchenko1979/fast-mcp-telegram/blob/main/docs/Tools-Reference.md

Input parameters:

- `chat_type` (string): Comma-separated chat kinds: private, bot, group, channel. Case-insensitive; extra spaces allowed.
- `folder` (string): Telegram folder name (case-insensitive exact match after normalization). In Telegram's UI these are called folders; internally they are "dialog filters" — saved filter presets that group chats by cus…
- `limit` (integer): Maximum chats to return (recommended 50 or less).
- `max_date` (string): Inclusive maximum date filter (ISO 8601 date or datetime). Omit for no upper bound.
- `min_date` (string): Inclusive minimum date filter (ISO 8601 date or datetime). Omit for no lower bound.
- `public` (boolean): If true, prefer chats with a public username; if false, without. Does not apply to private DMs. Omit to skip this filter.
- `query` (string): Name, username (no @), phone (+country…), or comma-separated usernames for batch lookup. Example: 'alice,bob,charlie'. Required for global search unless you use min_date/max_date or folder alone.

Output parameters:

- `action` (string)
- `chats` (array)
- `code` (integer)
- `error` (string)
- `error_code` (string)
- `exception` (object)
- `ok` (boolean)
- `operation` (string)
- `params` (object)

### `get_chat_info` (~118 tokens)

Get chat info

Load profile and metadata for one user, bot, group, or channel. Success: info dict; forum chats may include topics up to topics_limit.  Full documentation: https://github.com/leshchenko1979/fast-mcp-telegram/blob/main/docs/Tools-Reference.md

Input parameters:

- `chat_id` (string, required): Target chat: numeric id (e.g. -100…), username without @, or 'me' for Saved Messages.
- `topics_limit` (integer): Max forum topics to list when the chat is a forum.

Output parameters:

- `action` (string)
- `code` (integer)
- `error` (string)
- `error_code` (string)
- `exception` (object)
- `first_name` (string)
- `id` (integer)
- `is_bot` (boolean)
- `is_channel` (boolean)
- `is_forum` (boolean)
- `is_group` (boolean)
- `is_user` (boolean)
- `last_name` (string)
- `ok` (boolean)
- `operation` (string)
- `params` (object)
- `participants_count` (integer)
- `phone` (string)
- `title` (string)
- `topics` (array)
- `topics_has_more` (boolean)
- `username` (string)

### `send_message_to_phone` (~343 tokens)

Send message to phone

Send to a phone number: may create a temporary contact, then send text or files. Supports parse_mode: classic markdown/html/auto or rich (Rich Message; dialect auto-detected). parse_mode=rich cannot be combined with files. Success: send result plus contact_was_new / contact_removed when applicable.  Full documentation: https://github.com/leshchenko1979/fast-mcp-telegram/blob/main/docs/Tools-Reference.md

Input parameters:

- `files` (array): List of attachment URLs, local paths, or data URIs (one or more strings). data: URIs (data:<mime>;base64,<payload>) work in all server modes; local paths work in stdio mode only.
- `first_name` (string): First name when creating a temporary contact.
- `last_name` (string): Last name when creating a temporary contact.
- `message` (string, required): Message text. When sending files, used as caption.
- `parse_mode` (string): 'markdown'/'html'/'auto': classic entity formatting (auto detects). 'rich': Telegram Rich Message document; dialect auto-detected (known HTML tags outside code → rich HTML, else rich markdown). Defau…
- `phone_number` (string, required): E.164 phone number with country code, e.g. +1234567890 (must be on Telegram).
- `remove_if_new` (boolean): If true, delete the contact after send when it was created only for this send.
- `reply_to_msg_id` (integer): Reply to this message id in the target chat after resolve.

Output parameters:

- `action` (string)
- `chat` (object)
- `code` (integer)
- `contact_removed` (boolean)
- `contact_was_new` (boolean)
- `date` (string)
- `edit_date` (string)
- `error` (string)
- `error_code` (string)
- `exception` (object)
- `message_id` (integer)
- `ok` (boolean)
- `operation` (string)
- `params` (object)
- `phone_number` (string)
- `reply_markup` (object)
- `rich` (boolean)
- `rich_format` (string)
- `sender` (object)
- `status` (string)
- `text` (string)
- `topic_id` (integer)

### `invoke_mtproto` (~187 tokens)

Invoke MTProto

Low-level Telegram API (MTProto) invoke for methods not wrapped by other tools. Dangerous methods require allow_dangerous=true. Success: API result dict or normalized error.  Full documentation: https://github.com/leshchenko1979/fast-mcp-telegram/blob/main/docs/Tools-Reference.md

Input parameters:

- `allow_dangerous` (boolean): If false, destructive methods (e.g. deletes) are blocked. Set true only when intended.
- `method_full_name` (string, required): Telegram API method, e.g. "messages.GetHistory" or "users.GetFullUser" (normalization applied).
- `params_json` (string, required): JSON object string of TL parameters as in Telegram API docs; nested TL uses "_": "typeName" discriminator.
- `resolve` (boolean): If true, resolve string/int peer-like fields to TL Input* entities before invoke.

Output parameters:

- `_` (string)
- `action` (string)
- `chats` (array)
- `code` (integer)
- `date` (integer)
- `error` (string)
- `error_code` (string)
- `exception` (object)
- `id` (integer)
- `messages` (array)
- `ok` (boolean)
- `operation` (string)
- `params` (object)
- `result` (object)
- `users` (array)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/leshchenko1979-fast-mcp-telegram/v1-mcp#diagnostics

## Score history

- 2026-08-03: 62
- 2026-08-02: 62
- 2026-08-01: 61
- 2026-07-31: 61
- 2026-07-30: 60
- 2026-07-29: 59
- 2026-07-28: 59
- 2026-07-27: 58
- 2026-07-26: 58

## Links

- Remote endpoint: https://tg-mcp.l1979.ru/v1/mcp
- Changelog RSS feed: https://verifymcp.io/servers/leshchenko1979-fast-mcp-telegram/v1-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/leshchenko1979-fast-mcp-telegram/v1-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/leshchenko1979-fast-mcp-telegram/v1-mcp
