# Email Sender — Transactional Email via API

Email sending API for AI agents. Send transactional emails programmatically — text or HTML body, custom subject, from address, delivery status confirmation and message ID. Powered by Resend.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add axel-belfort/email-send

# Browse available tools
npx -y @smithery/cli@latest tool list axel-belfort/email-send

# Get full schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/email-send email_send_message

# Call a tool
npx -y @smithery/cli@latest tool call axel-belfort/email-send email_send_message '{}'
```

## Direct MCP Connection

Endpoint: `https://email-send--axel-belfort.run.tools`

## Tools (1)

- `email_send_message` — Use this when you need to send an email to one or more recipients. Returns delivery confirmation in JSON.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/email-send <tool-name>
```
