# MisarMail

Full email marketing platform for AI assistants — 32 MCP tools for campaigns, contacts, automations, A/B testing, AI content, multi-channel messaging, deliverability monitoring, and analytics. OAuth …

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list misarmail/misarmail

# Get full schema for a tool
npx -y @smithery/cli@latest tool get misarmail/misarmail email.list

# Call a tool
npx -y @smithery/cli@latest tool call misarmail/misarmail email.list '{}'
```

## Direct MCP Connection

Endpoint: `https://misarmail--misarmail.run.tools`

## Tools (16)

- `email.list` — List emails from the inbox with optional folder and search filters.
- `email.read` — Read the full content of a specific email by ID. Marks the email as read.
- `email.send` — Send an email from one of your verified MisarMail accounts.
- `email.reply` — Reply to an existing email thread.
- `email.archive` — Move an email to the archive folder.
- `campaign.list` — List email marketing campaigns.
- `campaign.get` — Get details and stats for a specific campaign.
- `campaign.create` — Create a new email marketing campaign (saved as draft).
- `campaign.send` — Send or schedule an existing draft campaign to all recipients.
- `contact.list` — List contacts in your audience.
- `contact.add` — Add a new contact to your audience.
- `contact.update` — Update an existing contact's details.
- `template.create` — Create a reusable email template.
- `analytics.get` — Get sending analytics and campaign performance metrics.
- `warmup.get` — Check the IP warm-up status for your sending infrastructure.
- `key.list` — List your active MisarMail API keys with their scopes and usage.

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

## Prompts (3)

- `compose_email` — Compose a professional email ready to send via MisarMail.
- `campaign_performance_report` — Summarize campaign analytics and suggest improvements.
- `contact_import_guide` — Step-by-step guide to import and organize contacts in MisarMail.
