Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
lazymac2x avatar

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). [![npm](https://img.shields.io/npm/v/@lazymac/mcp.svg?label=%40lazymac%2Fmcp&color=orange)](https://www.npmjs.com/package/@lazymac/mcp)

  • [![npm](https://img.shields.io/npm/v/@lazymac/mcp.svg?label=%40lazymac%2Fmcp&color=orange)](https://www.npmjs.com/packag
  • [![Smithery](https://img.shields.io/badge/Smithery-lazymac%2Fmcp-orange)](https://smithery.ai/server/lazymac/mcp)
  • [![lazymac Pro](https://img.shields.io/badge/lazymac%20Pro-%2429%2Fmo-ff6b35)](https://coindany.gumroad.com/l/zlewvz)
  • [![api.lazy-mac.com](https://img.shields.io/badge/REST-api.lazy--mac.com-orange)](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)
terminal
claude mcp add --transport http email-validator https://api.lazy-mac.com/email-validator/mcp

Add your badge

Show developers this MCP server is listed on Skillselion. Paste this into your README.

Listed on Skillselion
TransportHTTP
AuthNone
Tools4
Last updatedApril 11, 2026
Repositorylazymac2x/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]
At a glance

Email Validator capabilities & compatibility

Capabilities
[![npm](https://img.shields.io/npm/v/@lazymac/mc · [![smithery](https://img.shields.io/badge/smithe · [![lazymac pro](https://img.shields.io/badge/laz · [![api.lazy mac.com](https://img.shields.io/badg
Use cases
api development · orchestration
Runs
Local or remote
Pricing
Bring your own API key

Tools 4

Public tool metadata - what this server can do for an agent.

validate_email1 param

Validate a single email address with comprehensive checks: syntax (RFC 5322), MX records, disposable domain detection, role-based detection, SPF/DKIM, typo suggestions, and risk scoring (0-100).

  • emailstringrequiredEmail address to validate
validate_batch1 param

Batch validate up to 100 email addresses at once. Returns individual results plus summary stats.

  • emailsarrayrequiredArray of email addresses (max 100)
check_domain1 param

Check domain reputation: MX records, SPF, DKIM, disposable detection, A record existence, and overall reputation score.

  • domainstringrequiredDomain to check (e.g. gmail.com)
suggest_fix1 param

Detect 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

logo

lazymac API Store Gumroad MCPize

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.

npm Smithery lazymac Pro api.lazy-mac.com

🚀 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

💡 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.

Developer Toolsintegrations

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.