# @assistantmail/assistantmail-mcp

Agent email with allowlist and consent via AssistantMail.

- **Type:** MCP server
- **Trust:** 85/100 (A), scored on the package rubric
- **Verification:** verified (build provenance)
- **Version:** 1.3.1
- **Author:** io.github.AssistantMail
- **License:** MIT
- **npm:** @assistantmail/assistantmail-mcp
- **Source:** https://github.com/AssistantMail/assistantmail-mcp
- **Compatible clients:** claude-code, cursor, copilot, gemini (basis: transport)

## Trust

85/100 (A), scored on the package rubric
- Publisher verified: no
- Build provenance: verified attestation
- npm trusted publishing (OIDC): yes
- Install scripts: nothing suspicious found
- Prompt-injection scan: not run
- Obfuscation scan: not run
- Evidence age: 18 days

## Security scan

- **Status:** clean
- **Scanned:** 2026-09-05T12:52:59.978Z
- **Version scanned:** 1.3.1
- **CVEs:** none found by OSV at scan time

## Tools

22 declared. Statically extracted from the shipped source — a floor on the surface, not a census.
- `assistantmail_health` — Returns AssistantMail MCP server and API endpoint metadata.
- `assistantmail_get_me` — Gets account profile and tier metadata for the authenticated account.
- `assistantmail_get_inbound_policy` — Gets inbound email policy settings for the authenticated account.
- `assistantmail_update_inbound_policy` — Updates inbound email policy for the authenticated account.
- `assistantmail_create_mailbox` — Creates a mailbox for the authenticated account.
- `assistantmail_list_mailboxes` — Lists mailboxes accessible to the authenticated account.
- `assistantmail_get_mailbox` — Gets mailbox metadata for a mailbox ID.
- `assistantmail_update_mailbox` — Updates mailbox metadata (currently display name).
- `assistantmail_delete_mailbox` — Deletes a mailbox and all associated messages.
- `assistantmail_list_messages` — Lists inbound and outbound messages for a mailbox.
- `assistantmail_get_message` — Gets a specific message for a mailbox, including hydrated text/html bodies when available.
- `assistantmail_send_email` — Queues an outbound email for a mailbox.
- `assistantmail_reply_message` — Replies to an existing message in a mailbox thread.
- `assistantmail_delete_messages` — Deletes messages from a mailbox by IDs or deletes all messages.
- `assistantmail_get_usage` — Gets daily and monthly send quota usage for a mailbox.
- `assistantmail_list_recipients` — Lists approved/pending recipients for the authenticated account.
- `assistantmail_add_recipient` — Adds a recipient and sends a consent invitation when required.
- `assistantmail_remove_recipient` — Removes a recipient from the allowed recipient list.
- `assistantmail_send_email_reference` — Provides the AssistantMail REST endpoint and required headers for email send requests.
- `assistantmail_list_messages_reference` — Provides the AssistantMail REST endpoint for listing messages (inbound and outbound) in a mailbox.
- `assistantmail_get_message_reference` — Provides the AssistantMail REST endpoint for fetching a single message including its full body content.
- `assistantmail_get_usage_reference` — Provides the AssistantMail REST endpoint for checking send quota usage for a mailbox.

## Install

**Verdict: install** — No blocking findings and no open coverage gaps — safe to install as configured.
**Config** (claude-code):
```json
"{\n  \"mcpServers\": {\n    \"assistantmail\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\",\n        \"@assistantmail/assistantmail-mcp\"\n      ],\n      \"env\": {\n        \"ASSISTANT_MAIL_API_KEY\": \"<YOUR_ASSISTANT_MAIL_API_KEY>\"\n      }\n    }\n  }\n}"
```
**Credentials it will ask for** (names only — Forge never holds a value):
- `ASSISTANT_MAIL_API_KEY` — Assistant Mail API Key (required)
Placeholders only. Forge never holds, brokers, or transmits a credential value — replace each <YOUR_NAME> in your own config file. Do not send a value back to Forge; no Forge endpoint accepts one.
- This entry needs 1 credential (1 required). The generated config carries placeholders, so it will fail in the editor rather than at runtime if they are left unset.

## Blast radius

Extensive blast radius — deletes data; holds an api key.
- Floor 54, ceiling 54 (tier: extensive)
- This is impact, not likelihood. A high radius is not a defect: a filesystem server is supposed to write files. It is never part of the trust score.

## Machine-readable views of this entry

- Signed JSON: https://forgeregistry.com/api/v1/packages/%40assistantmail%2Fassistantmail-mcp
- Install plan: https://forgeregistry.com/api/v1/packages/%40assistantmail%2Fassistantmail-mcp/install-plan
- Alternatives: https://forgeregistry.com/api/v1/alternatives/%40assistantmail%2Fassistantmail-mcp
- HTML page: https://forgeregistry.com/registry/%40assistantmail%2Fassistantmail-mcp
- MCP: POST https://forgeregistry.com/api/mcp → `forge_get_package` / `forge_install_plan`

## About this document

Generated by Forge (https://forgeregistry.com) — a compact rendering of the same record served, signed, at the JSON URL above. Trust and scan facts are the registry's own measurements; anything Forge did not measure is named as unmeasured rather than omitted.
