# Email Send API MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-br0ski777-email-send
- Repository: https://github.com/Br0ski777/email-send-x402
- Website: https://github.com/Br0ski777/email-send-x402

## Install
- Endpoint: https://email-send.api.klymax402.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://email-send.api.klymax402.com/mcp

## Tools
- 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 8601) 4. to and from addresses 5. subject.

Example output: {"messageId":"msg_01abc123","status":"sent","timestamp":"2026-04-13T14:30:00Z","to":"user@example.com","from":"noreply@x402.dev","subject":"Your Report"}

Use this FOR sending transactional emails, notifications, alerts, password resets, order confirmations, and automated reports.

Do NOT use for email validation -- use email_verify_address instead. Do NOT use for finding email addresses -- use email_find_by_name instead. Do NOT use for person data enrichment -- use person_enrich_from_email instead. Endpoint: https://email-send.api.klymax402.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.Br0ski777
- Version: 1.1.0
- Runtime: Sse
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 16, 2026
- Source: https://registry.modelcontextprotocol.io
