MCP + REST API
Email infrastructure
for AI agents
Give your agents their own email addresses. Send, receive, and manage emails through MCP tools or a simple REST API.
Agent Inboxes
Create dedicated email addresses for your agents. Each identity gets its own inbox and API key.
MCP Native
Connect via URL — no packages to install. Tools like mail.send and mail.reply appear in your agent automatically.
Scoped Access
Fine-grained scopes per identity. Read-only monitors, full-access agents, or send-only notifiers.
Connect in seconds
{
"mcpServers": {
"mailgent": {
"url": "https://api.mailgent.dev/mcp",
"headers": {
"Authorization": "Bearer mgent-..."
}
}
}
}