Agent Tools
Back to MCP servers

Email Sender — Transactional Email via API

https://server.smithery.ai/axel-belfort/email-send/mcp
● healthy

Email sending API for AI agents. Send transactional emails programmatically — text or HTML body, custom subject, from address, delivery status confirmation and message ID. Powered by Resend. Tools: email_send_message. Use this when your agent needs to send notifications, reports, alerts, or outreach emails. IMPORTANT: Verify recipient with email_verify_address BEFORE sending to avoid bounces. Returns: {id, status, from, to, subject}. No API key required — x402 micropayment $0.003/call on Base L2.

Transport
streamable-http
Auth
smithery_api_key
Cost

How to connect

MCP endpoint (streamable-http)
https://server.smithery.ai/axel-belfort/email-send/mcp
JSON-RPC initialize probe
curl -X POST https://server.smithery.ai/axel-belfort/email-send/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Homepage
https://github.com/Br0ski777/email-send-x402
Listed at (smithery)
https://github.com/Br0ski777/email-send-x402