67
/ 100
8 days ago
pulsemcp

Email by bischoffjeremy

Provider-agnostic email management via IMAP and SMTP with configurable read, send, and delete operations.

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 1 credential: EMAIL_PASSWORD
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.
configIMAP_HOSTexport ="imap.gmail.com"
configIMAP_PORTIMAP port 993
configSMTP_HOSTexport ="smtp.gmail.com"
configSMTP_PORTSMTP port 587
configEMAIL_USERexport ="you@gmail.com"
🔐 secretEMAIL_PASSWORDexport ="your-app-password"
configEMAIL_FROMFrom address for sent emails EMAIL_USER
configMAX_RESULTSMax emails per query 25
configALLOW_SEND\ Disabled by default. Set =true to enable.
configALLOW_DELETE\\ Disabled by default. Set =true to enable.
// 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 6 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/bischoffjeremy-email-mcp-1de1bu)](https://m8ven.ai/mcp/bischoffjeremy-email-mcp-1de1bu)
commit: ea116105adcea56fc60ceb5dfaf4ee5aea4617ff
code hash: dc9dbf007b6352546433adcf6bbb9e5ed8ac5dc4534b10afc362fb4f010b875c
verified: 6/16/2026, 1:01:31 PM
view raw JSON →