# MailerAstro

Send transactional emails and batch notifications using a crypto wallet for identity and seamless payments. Monitor delivery performance, track reputation scores, and manage sending history without t…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add mailerastro/mailerastro-email

# Browse available tools
npx -y smithery tool list mailerastro/mailerastro-email

# Get full schema for a tool
npx -y smithery tool get mailerastro/mailerastro-email mailerastro_send_email

# Call a tool
npx -y smithery tool call mailerastro/mailerastro-email mailerastro_send_email '{}'
```

## Direct MCP Connection

Endpoint: `https://mailerastro-email--mailerastro.run.tools`

## Tools (6)

- `mailerastro_send_email` — Send a single transactional email through MailerAstro. Payment is automatic via your wallet's USDC balance on Base (x40…
- `mailerastro_send_batch` — Send up to 50 transactional emails in a single call. More efficient than individual sends — includes a 10% batch discou…
- `mailerastro_check_balance` — Check your USDC balance on MailerAstro. This is FREE — no payment required.
- `mailerastro_get_reputation` — Query the reputation score and tier for any wallet address. This is FREE — no payment required.
- `mailerastro_get_send_history` — View recent email send history for your wallet, including delivery status. This is FREE — no payment required.
- `mailerastro_get_started` — Get setup instructions and introduction to MailerAstro — the email API for AI agents.

```bash
# Get full input/output schema for a tool
npx -y smithery tool get mailerastro/mailerastro-email <tool-name>
```
