# amitte/email-tools

> Email helper backed by IMAP for reads and SMTP for sends. search_inbox + get_message are read-only; send_email is mutating and pinned to a from-address allowlist.

## Identity

- **Type:** mcp-server
- **Version:** 0.1.0
- **Trust tier:** official
- **License:** Apache-2.0
- **Authors:** Amitte Maintainers
- **Repo / bundle:** amitte/showcase
- **Canonical URL:** https://amitte.com/s/amitte/email-tools

## Tags

- **Capabilities:** inbox-search, message-read, send-email
- **Domains:** communication, productivity, email

## Evaluation

- **Adversarial score:** 97/100
- **Content score:** 82/100

## Endpoints

- **service-backed** `email-tools` → https://mcp.amitte.com/v1/email-tools/sse — Remote MCP server that bridges IMAP search + SMTP send via per-tenant credentials. Compatible with Claude Desktop, Cursor, VS Code.
  - tool: `search_inbox` — Read-only. Search the configured IMAP folder using IMAP `SEARCH` criteria. Returns headers + snippet.
  - tool: `get_message` — Read-only. Fetch the full body (text/plain preferred) of a message by UID.
  - tool: `send_email` — WARNING: mutating. Send an email via SMTP. The `from` address MUST appear in the tenant's from-address allowlist; calls with mismatched from are rejected.

## Programmatic access

- Fetch JSON-RPC: `POST https://registry.amitte.com/rpc` with `{ "method": "fetch", "params": { "id": "amitte/email-tools" } }`
- Install via CLI: `amitte install amitte/email-tools`
- HTML page: https://amitte.com/s/amitte/email-tools

Last updated: 2026-06-08T15:34:05.996Z