Email Send API
io.github.Br0ski777/email-sendSend emails programmatically via Resend. Text and HTML. x402 micropayment.
Tools · 1
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…
Similar MCP servers embedding-nearest
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"
}
}
}