# EngageLab

Deliver professional email campaigns with advanced tracking, scheduling, and personalization features. Create engaging messages using dynamic templates and rich content attachments for marketing or t…

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list EngageLab/email-service

# Get full schema for a tool
npx -y @smithery/cli@latest tool get EngageLab/email-service send_mail

# Call a tool
npx -y @smithery/cli@latest tool call EngageLab/email-service send_mail '{}'
```

## Direct MCP Connection

Endpoint: `https://email-service--engagelab.run.tools`

**Required config:**
- `api_user` (header) — api_user
- `api_key` (header) — api_key

## Tools (2)

- `send_mail` — Email Sending Tool via EngageLab Email API
- `send_template_mail` — Send a templated email via EngageLab Email API

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