Skip to content
Back to search
90
MCP live v1.1.0 sse

Email Send API

io.github.Br0ski777/email-send

Send emails programmatically via Resend. Text and HTML. x402 micropayment.

Uptime
50.0%
4 probes
Response
217ms
last probe
Tools
1
callable

Tools · 1

email_send_message

Use this when you need to send an email to one or more recipients. Returns delivery confirmation in JSON. Returns: 1. messageId (unique identifier) 2. status (sent/queued/failed) 3. timestamp (ISO 86…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "email_send_api": {
      "url": "https://email-send.api.klymax402.com/mcp",
      "transport": "sse"
    }
  }
}