74
/ 100
1 month ago
glama

human-delegation

An MCP server that enables agents to delegate asynchronous tasks to registered humans, with support for threaded conversation, result review, and delivery via web, email, or Telegram.

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.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 3 credentials: SMTP_PASSWORD, TELEGRAM_BOT_TOKEN, TELEGRAM_WEBHOOK_SECRET
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configBASE_PATH
configSMTP_HOSTSet , SMTP_PORT, SMTP_FROM, and optional authentication values in
🔐 secretSMTP_PASSWORD
configSMTP_SECURE
configSMTP_USER
🔐 secretTELEGRAM_BOT_TOKENcurl -X POST "https://api.telegram.org/bot${}/setWebhook" \
🔐 secretTELEGRAM_WEBHOOK_SECRET\"secret_token\": \"${}\"
configVITE_BASE_PATH
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 7 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 Score](https://m8ven.ai/badge/mcp/tomer-barak-human-delegation-14c0cl)](https://m8ven.ai/mcp/tomer-barak-human-delegation-14c0cl)
commit: 5280bd83a8a25163de9aa49a0d8b3b2a48862384
code hash: ecefc62349992258516d5294628099efe588dfce0151d77324c2d4cfe94ca1f1
verified: 6/14/2026, 9:56:03 AM
view raw JSON →