
Email Validator
- Updated April 11, 2026
- lazymac2x/email-validator-api
> ⭐ **Building in public from $0 MRR.
About
> ⭐ **Building in public from $0 MRR.** Star if you want to follow the journey - [lazymac-mcp](https://github.com/lazymac2x/lazymac-mcp) (42 tools, one MCP install) · [lazymac-k-mcp](https://github.com/lazymac2x/lazymac-k-mcp) (Korean wedge) · [lazymac-sdk](https://github.com/lazymac2x/lazymac-sdk) (TS client) · [api.lazy-mac.com](https://api.lazy-mac.com) · [Pro $29/mo](https://coindany.gumroad.com/l/zlewvz). [](https://www.npmjs.com/package/@lazymac/mcp)
- [](https://www.npmjs.com/packag
- [](https://smithery.ai/server/lazymac/mcp)
- [](https://coindany.gumroad.com/l/zlewvz)
- [](https://api.lazy-mac.com)
- > 🚀 Want all 42 lazymac tools through ONE MCP install? npx -y @lazymac/mcp · [Pro $29/mo](https://coindany.gumroad.com/
Email Validator by the numbers
- Exposes 4 verified tools (MCP introspection)
- Data as of Jul 9, 2026 (Skillselion catalog sync)
claude mcp add --transport http email-validator https://api.lazy-mac.com/email-validator/mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Transport | HTTP |
|---|---|
| Auth | None |
| Tools | 4 |
| Last updated | April 11, 2026 |
| Repository | lazymac2x/email-validator-api ↗ |
How do agents access email-validator-api capabilities without custom integration code?
> ⭐ **Building in public from $0 MRR.** Star if you want to follow the journey - [lazymac-mcp](https://github.com/lazymac2x/lazymac-mcp) (42 tools, one MCP install) · [lazymac-k-mcp](https://github.co
Who is it for?
Developers wiring email-validator-api into Cursor, Claude Desktop, or other MCP clients.
Skip if: Teams that need features outside the documented email-validator-api tool surface.
What you get
Configured MCP host can call email-validator-api tools with schemas from the server README.
- Agent-invokable email validation through MCP tools
- Cleaner early signup data before marketing sends
- Integration reference aligned with email-validator-api repository
By the numbers
- [object Object]
Email Validator capabilities & compatibility
- Capabilities
- [, MX records, disposable domain detection, role-based detection, SPF/DKIM, typo suggestions, and risk scoring (0-100).
emailstringrequiredEmail address to validate
validate_batch1 paramBatch validate up to 100 email addresses at once. Returns individual results plus summary stats.
emailsarrayrequiredArray of email addresses (max 100)
check_domain1 paramCheck domain reputation: MX records, SPF, DKIM, disposable detection, A record existence, and overall reputation score.
domainstringrequiredDomain to check (e.g. gmail.com)
suggest_fix1 paramDetect common email typos and suggest corrections (e.g. user@gmial.com -> user@gmail.com). Covers Gmail, Yahoo, Hotmail, Outlook, iCloud, Protonmail, and more.
emailstringrequiredEmail address to check for typos
README.md

email-validator-api
⭐ Building in public from $0 MRR. Star if you want to follow the journey — lazymac-mcp (42 tools, one MCP install) · lazymac-k-mcp (Korean wedge) · lazymac-sdk (TS client) · api.lazy-mac.com · Pro $29/mo.
🚀 Want all 42 lazymac tools through ONE MCP install?
npx -y @lazymac/mcp· Pro $29/mo for unlimited calls.
Comprehensive email validation API — syntax (RFC 5322), MX record lookup, disposable domain detection, role-based detection, SPF/DKIM checks, typo suggestions, and risk scoring (0-100). REST + MCP server.
Quick Start
npm install && npm start # http://localhost:3100
Endpoints
Validate Email
curl -X POST http://localhost:3100/validate \
-H "Content-Type: application/json" \
-d '{"email": "user@gmail.com"}'
# → {email, syntax, role, disposable, mx, domain, spf, dkim, typo, risk, deliverable}
Batch Validate (up to 100)
curl -X POST http://localhost:3100/validate/batch \
-H "Content-Type: application/json" \
-d '{"emails": ["a@gmail.com", "b@fake.xyz"]}'
# → {total, valid, invalid, results}
Domain Check
curl -X POST http://localhost:3100/domain \
-H "Content-Type: application/json" \
-d '{"domain": "gmail.com"}'
# → {domain, exists, mx, spf, dkim, is_disposable, is_free_provider, reputation_score}
Typo Suggestion
curl -X POST http://localhost:3100/suggest \
-H "Content-Type: application/json" \
-d '{"email": "user@gmial.com"}'
# → {original, has_suggestion, suggested: "user@gmail.com", reason}
MCP (JSON-RPC 2.0)
curl -X POST http://localhost:3100/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}'
MCP Tools: validate_email, validate_batch, check_domain, suggest_fix
License
MIT
Related projects
- 🧰 lazymac-mcp — Single MCP server exposing 15+ lazymac APIs as tools for Claude Code, Cursor, Windsurf
- ✅ lazymac-api-healthcheck-action — Free GitHub Action to ping any URL on a cron and fail on non-2xx
- 🌐 api.lazy-mac.com — 36+ developer APIs, REST + MCP, free tier
💡 Host your own stack? Get $200 DigitalOcean credit via lazymac referral link.
Recommended MCP Servers
How it compares
Focused email-validation MCP API, not a CRM, ESP, or generic form builder skill.
FAQ
What does email-validator-api do?
> ⭐ **Building in public from $0 MRR.
When should I use email-validator-api?
> ⭐ **Building in public from $0 MRR.** Star if you want to follow the journey - [lazymac-mcp](https://github.com/lazymac2x/lazymac-mcp) (42 tools, one MCP install) · [lazymac-k-mcp](https://github.co
Is email-validator-api safe to install?
Review the Security Audits panel on this page before installing in production.