Email Validator API
RFC 5322 email syntax validation. Returns validity, normalized form, error codes. No DNS calls.
Quick Start
# Health check
curl https://api.lazy-mac.com/email-validator-api/health
# API info
curl https://api.lazy-mac.com/email-validator-api
Endpoints
{'path': '/validate', 'method': 'GET', 'description': 'Validate email format'}
Pricing
| Plan | Price | Features |
|---|---|---|
| Free | $0/mo | 100 req/day, core endpoints |
| Pro | $Free/mo | Unlimited, all endpoints, MCP |
MCP Integration
This API supports the Model Context Protocol (JSON-RPC 2.0):
curl -X POST https://api.lazy-mac.com/email-validator-api/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"tools/list","id":1}'
Get Your API Key
Get started on Gumroad — free tier available.
Top comments (0)