Skip to content

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

ToolDescriptionCost
email-createCreate disposable inboxFree
email-inboxView inboxFree
email-verifyCreate inbox and auto-extract verification codeFree
agentmail-sendSend professional emailUsage-based
agentmail-inboxCreate professional inboxUsage-based
resend-sendSend from @cyberpay.orgFree (3,000/month)
resend-inboxView @cyberpay.org inboxFree
resend-agent-emailCreate Agent-dedicated emailFree

Three Engines

EnginePurposeFeatures
Disposable inboxTemporary receivingFree, use and discard
Professional inboxPersistent emailSend/receive, persistent
Brand sending@cyberpay.org sending3,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