The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Email Send API listing page.
Send emails programmatically via Resend -- text or HTML body, delivery status, message ID. Transactional email. Pay-per-call via x402 (USDC on Base L2) -- no API key, no signup, no rate-limit wall.
Part of the klymax402 marketplace -- 100 x402 micropayment APIs for AI agents, one wallet, USDC on Base.
Add to your MCP client config (Claude Desktop, Cursor, ElizaOS, etc.):
Any x402-aware client (@x402/fetch, x402-agent-tools, ATXP) handles the 402 -> sign -> retry cycle automatically.
| Tool | Method | Path | Price | Description |
|---|---|---|---|---|
email_send_message | POST | /api/send | $0.008 | Send an email message |
email_send_messageUse this when you need to send an email to one or more recipients. Returns delivery confirmation in JSON.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
to | string | yes | Recipient email address |
from | string | no | Sender email address (default: noreply@x402.dev) |
subject | string | yes | Email subject line |
body | string | yes | Email body content (plain text) |
html | string | no | Email body content (HTML, optional — overrides body) |
Example response:
When to use: sending transactional emails, notifications, alerts, password resets, order confirmations, and automated reports.
Not for: email validation (use email_verify_address), finding email addresses (use email_find_by_name), person data enrichment (use person_enrich_from_email).
eip155:8453)100 x402 micropayment APIs for AI agents -- one wallet, USDC on Base, zero signup.
MIT