71
/ 100
12 days ago
glama

MCP Aruba Email & Calendar Server

Enables AI assistants to access Aruba email and calendar services through IMAP, SMTP, and CalDAV protocols. Users can list, search, and send emails with custom signatures, as well as manage calendar events and invitations.

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.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 2 credentials: IMAP_PASSWORD, CALDAV_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_HOSTimaps.aruba.it
configIMAP_PORT"": "993",
configIMAP_USERNAMEtua_email@aruba.it
🔐 secretIMAP_PASSWORDtua_password
configSMTP_HOSTsmtps.aruba.it
configSMTP_PORT"": "465",
configCALDAV_URL"": "https://syncdav.aruba.it/calendars/tua_email@aruba.it/",
configCALDAV_USERNAMEtua_email@aruba.it
🔐 secretCALDAV_PASSWORDtua_password
configMCP_HOST
configMCP_PORT
configMCP_TRANSPORT
// 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 4 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/jackfioru92-mcp-aruba-email-2a2lzn)](https://m8ven.ai/mcp/jackfioru92-mcp-aruba-email-2a2lzn)
commit: 4cb93db6cb842375df8a4a2564299d245ccff402
code hash: c704591f9d430a4cfe176344f57c58243c6f412c151c3e2f3e49b3ccc9f99371
verified: 6/17/2026, 12:11:58 PM
view raw JSON →