CyberMail
Agent email: disposable inbox + professional sending.
Overview
CyberMail provides complete email capabilities for AI Agents: create disposable inboxes to receive verification emails, and send professional emails using Agent-dedicated @cyberpay.org addresses.
MCP Tools
| Tool | Description | Cost |
|---|---|---|
email-create | Create disposable inbox | Free |
email-inbox | View inbox | Free |
email-verify | Create inbox and auto-extract verification code | Free |
agentmail-send | Send professional email | Usage-based |
agentmail-inbox | Create professional inbox | Usage-based |
resend-send | Send from @cyberpay.org | Free (3,000/month) |
resend-inbox | View @cyberpay.org inbox | Free |
resend-agent-email | Create Agent-dedicated email | Free |
Three Engines
| Engine | Purpose | Features |
|---|---|---|
| Disposable inbox | Temporary receiving | Free, use and discard |
| Professional inbox | Persistent email | Send/receive, persistent |
| Brand sending | @cyberpay.org sending | 3,000 emails/month free |
Usage Examples
Create Disposable Inbox
{
"service_id": "email-create",
"params": {
"username": "myagent"
}
}Send Brand Email
{
"service_id": "resend-send",
"params": {
"to": "user@example.com",
"subject": "Your order is confirmed",
"html": "<h1>Order Confirmed</h1><p>Thank you!</p>",
"from": "noreply@cyberpay.org"
}
}Create Agent-Dedicated Email
{
"service_id": "resend-agent-email",
"params": {
"agentId": "agent-001"
}
}Returns agent-001@cyberpay.org, capable of sending and receiving emails.
Use Cases
- AI Agents autonomously registering for services requiring email verification
- Automated email notifications and reports
- Inter-agent email communication
- Customer service auto-reply
