← Back to search

io.github.daedalus/mcp-telegram-bot

daedalus Scanned 13d ago

MCP server that exposes a Telegram bot

A
95.4 / 100

Versions

0.1.0latest
first seen May 19, 2026
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 3

send_message
annotations: none low

Send a message to a specified Telegram chat. Args: chat_id: The Telegram chat ID to send the message to. Can be a numeric ID or username with @ prefix. text: The message text to send. Returns: JSON response from Telegram API containing message details. Raises: ValueError: If chat_id is invalid or text is empty. TelegramError: If Telegram API returns an error.

text str chat_id str
get_me
annotations: none low

Get bot information. Returns: JSON response containing bot information (id, username, first_name, etc.).

get_updates
annotations: none low

Get recent updates from Telegram. Args: limit: Maximum number of updates to return (1-100). Defaults to 10. offset: Identifier of the first returned update. Only updates with id greater than offset are returned. Returns: List of update dictionaries from Telegram API. Raises: TelegramError: If Telegram API returns an error.

limit int offset string

Permissions 2

filesystem low
Server uses filesystem capabilities via: os
env_vars low
Server uses env_vars capabilities via: os.environ

Scan Findings 14

low
Tool 'send_message' has no annotations annotation_checker · 100%
low
Tool 'get_me' has no annotations annotation_checker · 100%
low
Tool 'get_updates' has no annotations annotation_checker · 100%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
info
pyproject.toml metadata manifest_parser · 100%
info
Tool: send_message manifest_parser · 90%
info
Tool: get_me manifest_parser · 90%
info
Tool: get_updates manifest_parser · 90%
info
Required env vars (1) manifest_parser · 80%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
low
Permission: filesystem access detected permission_analyzer · 70%
low
Permission: env_vars access detected permission_analyzer · 90%
info
No dependency files found for SBOM generation sbom_generator · 100%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%