Mailing Manager MCP (Tatine13/mailing-manager-mcp) is an MCP server listed on the M8ven Trust Index. It scores 54 out of 100, grade D. It declares 38 tools. No publisher has claimed this listing.

D
Caution
54/100

Mailing Manager MCP

Enables AI assistants to manage multiple email accounts with secure credentials, local full-text search, thread-aware replies, and automation.

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

Tatine13

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

vault_status

Check if the server vault is unlocked and ready

add_provider_preset

Add or update an email provider preset (IMAP/SMTP template)

list_provider_presets

List all available email provider presets (IMAP/SMTP templates)

add_account

Add a new email account. Choose the setup method that fits your context.

list_accounts

List all configured email accounts

remove_account

Remove an email account

test_connection

Test the connection to an email account

get_server_info

Get server version, configuration and environment information (Debug Mode Only)

create_directive

Create an automation directive (rule)

list_directives

List directives for an account

test_directive

Test which directives match a specific email

delete_directive

Delete a directive

get_email_history

View the history of email actions (read, sent, sync) performed by the MCP

search_local_emails

Search for emails in the local database (offline/fast search). Use this for quick lookups in synced emails.

sync_emails

Synchronize emails from a folder to the local search database. Limits: Default 20, Max 100 (configurable via MAILING_MANAGER_SYNC_LIMIT).

list_emails

List emails from an account folder

read_email

Read the full content of an email

send_email

Send an email from an account

search_emails

Search emails across folders

move_email

Move an email to another folder

delete_email

Delete an email

download_attachment

Download an email attachment to the local assets folder

get_sync_status

Get the synchronization status for an account folder: last synced UID, total emails in local DB, date range.

reset_sync

Clear synced emails from local database to force a full re-sync. Use with caution.

get_email_thread

Get all emails in a conversation thread. Returns chronologically ordered emails sharing the same Message-ID, In-Reply-To, or References chain.

get_thread_summary

Get a condensed summary of an email thread for AI context. Returns key participants, topic, and message timeline.

create_persona

Create a new AI persona for automated email handling

list_personas

List all personas for an account

update_persona

Update an existing persona

delete_persona

Delete a persona

create_task

Create a scheduled task

list_tasks

List all tasks

execute_task

Manually execute a task immediately

delete_task

Delete a task

create_inbound_webhook

Create an endpoint to receive external webhooks

create_outbound_webhook

Create a webhook to notify external systems

list_webhooks

List configured webhooks

webhook_logs

View execution logs for a webhook

// known CVEs in dependencies2 critical5 high8 low

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

criticalhandlebars@4.7.8GHSA-2w6w-674q-4c4q

Handlebars.js has JavaScript Injection via AST Type Confusion

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

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

highhandlebars@4.7.8GHSA-3mfm-83xf-c92r

Handlebars.js has JavaScript Injection via AST Type Confusion by tampering @partial-block

highhandlebars@4.7.8GHSA-9cx6-37pm-9jff

Handlebars.js has Denial of Service via Malformed Decorator Syntax in Template Compilation

highhandlebars@4.7.8GHSA-xhpv-hc6g-r9c6

Handlebars.js has JavaScript Injection via AST Type Confusion when passing an object as dynamic partial

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.
configLOG_LEVEL
configMAILING_MANAGER_AUTO_SYNC_ON_LOAD
configMAILING_MANAGER_DATA_DIR
configMAILING_MANAGER_HTTP_HOST
configMAILING_MANAGER_HTTP_PORT
🔐 secretMAILING_MANAGER_MASTER_KEY
configMAILING_MANAGER_SYNC_LIMIT
configMAILING_MANAGER_UNLOCK_CODE
configMAILING_MANAGER_WEBHOOK_ENABLED
configMAILING_MANAGER_WEBHOOK_HOST
configMAILING_MANAGER_WEBHOOK_PORT
// 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

38/38 tools missing one or more hints — vault_status (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); add_provider_preset (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); list_provider_presets (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +35 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.

Tool test coverage

Only 0/38 tools referenced in tests (0%)

Write tests that reference each tool by name so every tool has at least one test.

Shell command execution

1 call in production code run through a shell (src/secure-input/browser-launcher.ts:20)

Prefer library functions over shell-outs. If you must shell out, ensure all inputs are properly escaped.

Production dependencies are patched

1 critical, 5 high severity in production deps — handlebars@4.7.8 (critical), handlebars@4.7.8 (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.

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 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 Verified](https://m8ven.ai/badge/mcp/tatine13/mailing-manager-mcp?variant=verified)](https://m8ven.ai/mcp/tatine13/mailing-manager-mcp)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 769d46e4a02761784086e8d09e6b29566fdb5b17
code hash: 48e57019ca89bf90f4b140cd9237f3f0a3329607e09781615607c3ff6b3e9898
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