mail-cal-drive-mcp (rumbitopi/mail-cal-drive-mcp) is an MCP server listed on the M8ven Trust Index. It scores 52 out of 100, grade D. It declares 36 tools. No publisher has claimed this listing.

D
Caution
52/100

mail-cal-drive-mcp

A self-hosted MCP server for managing email, calendar, and cloud storage across Microsoft 365, Google Workspace, and IMAP accounts, enabling natural language interaction through any MCP client.

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

Code 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

rumbitopi

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
🚨
Known vulnerabilities in dependencies: 1 critical, 8 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
🔐
You'll be asked for 1 credential: API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// tools this server exposes36 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.

auth_status

List all configured accounts with their connection status

auth_start

Start authentication for a new account. Microsoft: returns device code URL. Google: returns OAuth URL. Both require auth_complete afterward. IMAP: completes immediately.

auth_complete

Complete a pending authentication flow. For Microsoft, polls for device code completion. For Google, checks if OAuth callback was received.

auth_revoke

Remove an account and revoke its credentials

find_free_time

Find available time slots in a date range across one or more accounts

check_conflicts

Check for scheduling conflicts in a time range across one or more accounts

list_calendars

List all calendars for an account

list_events

List calendar events within a date range

get_event

Get full details of a calendar event

create_event

Create a new calendar event

update_event

Update an existing calendar event

delete_event

Delete a calendar event

list_files

List files in a drive folder

get_file

Get file metadata and details

get_file_content

Download file content (returns base64 for binary, text for text files)

upload_file

Upload a file to drive. Provide content directly as text or base64.

create_folder

Create a new folder in drive

move_file

Move a file to a different folder

copy_file

Copy a file to a new location

rename_file

Rename a file

delete_file

Delete a file (moves to trash by default)

get_storage_quota

Get storage quota and usage information

search_files

Search for files matching criteria

get_sharing

Get sharing information for a file

share_file

Share a file with a user/group or create a public link

unshare_file

Remove sharing permission from a file

list_accounts

List all configured email accounts

move_message

Move an email message to a different folder

delete_message

Delete an email message (moves to trash by default)

mark_read

Mark an email message as read or unread

bulk_mail_action

Perform bulk actions on messages matching criteria

list_folders

List email folders/labels for an account

list_messages

List messages in an email folder

get_attachment

Download an email attachment. Returns text content for text types, or an embedded blob resource for binary files (PDF, images, etc). Use get_message first to see attachment IDs.

get_message

Get full details of an email message including body

search_messages

Search for email messages matching criteria across one or more accounts

// known CVEs in dependencies1 critical8 high

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

criticalvitest@2.1.9GHSA-5xrq-8626-4rwp

When Vitest UI server is listening, arbitrary file can be read and executed

highmulter@1.4.5-lts.2GHSA-44fp-w29j-9vj5

Multer vulnerable to Denial of Service via memory leaks from unclosed streams

highmulter@1.4.5-lts.2GHSA-4pg4-qvpc-4q3h

Multer vulnerable to Denial of Service from maliciously crafted requests

highmulter@1.4.5-lts.2GHSA-5528-5vmv-3xc2

Multer Vulnerable to Denial of Service via Uncontrolled Recursion

highmulter@1.4.5-lts.2GHSA-72gw-mp4g-v24j

Multer vulnerable to Denial of Service via deeply nested field names

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// 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.
🔐 secretAPI_KEYMin 32 chars, used as Bearer token
configLOG_LEVELerror, warn, info, debug
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

36/36 tools missing one or more hints — auth_status (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); auth_start (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); auth_complete (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +33 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

Tests exist

No test files found

Add tests that exercise each declared tool.

Production dependencies are patched

0 critical, 8 high severity in production deps — multer@1.4.5-lts.2 (high), multer@1.4.5-lts.2 (high)

Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.

Dev dependencies

1 critical/high in dev-only deps (does not ship to users)

Upgrade dev dependencies when convenient.

Dependency freshness

1/16 production deps stale: rrule@2023-11-10 (2.8y)

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/rumbitopi/mail-cal-drive-mcp?variant=verified)](https://m8ven.ai/mcp/rumbitopi/mail-cal-drive-mcp)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 2c2e85a8db3cfb46949b138b1db7cb3ecf305768
code hash: cfef6e4eb129bec24316b895cc7ab915383e80db3121a11fbd6ace940526ad02
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