# vaemail

Email infrastructure for AI agents: send, authenticate domains, track delivery, diagnose issues.

- **Type:** MCP server
- **Trust:** 85/100 (A), scored on the package rubric
- **Verification:** verified (build provenance)
- **Version:** 1.1.0
- **Author:** io.github.vaemail
- **License:** MIT
- **npm:** vaemail
- **Source:** https://github.com/vaemail/vaemail-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: 16 days

## Security scan

- **Status:** clean
- **Scanned:** 2026-09-07T19:55:53.463Z
- **Version scanned:** 1.0.2
- **CVEs:** none found by OSV at scan time

## Tools

13 declared. Statically extracted from the shipped source — a floor on the surface, not a census.
- `vaemail_capabilities` — Return what VaEmail supports: interfaces, capabilities, limits, scopes and region.
- `vaemail_send_email` — Queue a transactional email and return its id. The call returns as soon as the message is ACCEPTED,
- `vaemail_validate_email` — Dry run: report whether the email would go out, and name what would block it. Sends nothing.
- `vaemail_get_message` — Return the delivery status of a message and every event known about it
- `vaemail_list_messages` — List messages newest first, filtered by status, tag or recipient. Paginate with the returned next_cursor.
- `vaemail_list_domains` — List the sending domains of the account with the live state of their SPF, DKIM and DMARC records.
- `vaemail_create_domain` — Declare a domain and return the DNS records to add at the registrar, each with what it is for.
- `vaemail_verify_domain` — Read SPF, DKIM and DMARC for a domain in the public DNS and report each record.
- `vaemail_dns_requirements` — Return the DNS records a declared domain needs, record by record, with the role of each.
- `vaemail_diagnose_deliverability` — Diagnose deliverability for the account: authentication of every domain, reputation findings
- `vaemail_list_bounces` — List addresses excluded from sending: hard bounces, complaints and unsubscribes, with the reason for each.
- `vaemail_get_usage` — Return the monthly quota and what is left of it, today's sends, and for the key in use: its scopes,
- `vaemail_get_audit_log` — Return the log of API actions: which key, which operation, which parameters, which result.

## Install

**Verdict: install** — No blocking findings and no open coverage gaps — safe to install as configured.
**Config** (claude-code):
```json
"{\n  \"mcpServers\": {\n    \"vaemail\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\",\n        \"vaemail\"\n      ],\n      \"env\": {\n        \"VAEMAIL_API_KEY\": \"<YOUR_VAEMAIL_API_KEY>\"\n      }\n    }\n  }\n}"
```
**Credentials it will ask for** (names only — Forge never holds a value):
- `VAEMAIL_API_KEY` — Vaemail 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

Moderate blast radius — holds an api key; runs on your machine.
- Floor 21, ceiling 21 (tier: moderate)
- 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/vaemail
- Install plan: https://forgeregistry.com/api/v1/packages/vaemail/install-plan
- Alternatives: https://forgeregistry.com/api/v1/alternatives/vaemail
- HTML page: https://forgeregistry.com/registry/vaemail
- 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.
