agent-telegram-mcp (tharindumendis/Agent_telegeam_mcp) is an MCP server listed on the M8ven Trust Index. It scores 52 out of 100, grade D. It declares 17 tools. No publisher has claimed this listing.

D
Caution
52/100

agent-telegram-mcp

Enables AI agents to send and receive messages, media, and files on Telegram, and manage chats via a bot token.

Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

tharindumendis

Source: Glama

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
⚠️
Tool annotations don’t match behaviour
1 read-only tool performs write/delete/exec — telegram_download_file (line 610: with open(dest, "wb") as f:)
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 1 credential: TELEGRAM_BOT_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// tools this server exposes17 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

telegram_send_message

Send a text message to a Telegram chat.

telegram_send_photo

Send a photo to a Telegram chat.

telegram_send_video

Send a video to a Telegram chat.

telegram_send_audio

Send an audio file to a Telegram chat (shown as music player).

telegram_send_document

Send any file (document) to a Telegram chat.

telegram_send_voice

Send a voice message (.ogg/Opus) to a Telegram chat.

telegram_send_sticker

Send a sticker to a Telegram chat using a file_id or .webp URL.

telegram_send_location

Send a geographic location (map pin) to a Telegram chat.

telegram_get_updates

Retrieve recent updates (messages, callbacks, etc.) sent to the bot.

telegram_get_chat_info

Get information about a chat (group, channel, or user).

telegram_get_chat_member_count

Get the total number of members in a chat/channel/group.

telegram_get_file_info

Get metadata and download path for a file stored on Telegram servers.

telegram_download_file

Download a file from Telegram using its file_id.

telegram_forward_message

Forward a message from one chat to another.

telegram_delete_message

Delete a message from a chat (bot must have delete permission).

telegram_pin_message

Pin a message in a chat (bot must be admin with pin_messages permission).

telegram_get_bot_info

Get information about the configured bot (name, username, capabilities).

// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
🔐 secretTELEGRAM_BOT_TOKEN"": "123456789:ABCdefGHIjklMNOpqrSTUvwxYZ"
// quality suggestions

Tool annotations match behaviour

1 read-only tool performs write/delete/exec — telegram_download_file (line 610: with open(dest, "wb") as f:)

Either remove the readOnlyHint:true annotation, or remove the write/delete call from the tool handler.

Tool inputs are validated

16/17 tool handlers declare input schemas (94%)

Declare an inputSchema with zod/joi/yup on every tool definition.

Tool handlers catch errors

12/17 tool handlers wrap calls in try/catch (71%)

Wrap each tool handler body in try/catch and return a structured error response.

License file

No license file

Add a LICENSE file (MIT, Apache-2.0, etc.).

Tests exist

No test files found

Add tests that exercise each declared tool.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/tharindumendis/agent_telegeam_mcp?variant=verified)](https://m8ven.ai/mcp/tharindumendis/agent_telegeam_mcp)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 2ff3d6edfbefcb38dfd8b5c01cde7843332220c1
code hash: 328d873822af5a71bfba7adc76e5f9f85f2673477a71b122c23d282419a204a9
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client