Verify emails while coding
Ask your AI assistant to verify an email address mid-session. No browser tabs, no copy-paste, no interruptions.
Give your AI assistant production-grade email verification. Verify emails, check domains, and validate syntax — directly inside Cursor, Claude Desktop, or any MCP-compatible client.
No credit card required. Free credits included.
MCP tools available
AI clients supported
Quality as REST API
Setup time
Stop context-switching to verify emails. Let your AI agent handle it while you stay focused on building.
Ask your AI assistant to verify an email address mid-session. No browser tabs, no copy-paste, no interruptions.
Let your AI agent validate user input in real time. Catch disposable emails, invalid domains, and undeliverable addresses at the source.
Use AI agents to audit mailing lists, flag risky addresses, and clean data — all with the same verification quality as the REST API.
Five purpose-built tools covering every email verification scenario.
verify_emailFull email verification — syntax, MX records, SMTP, disposable detection, privacy services, and deliverability.
verify_domainFull domain verification — MX records, disposable domain detection, privacy services, and catch-all configuration.
check_deliverabilityFast deliverability check using MX and SMTP verification only. No external API calls, faster response.
verify_batchBatch verification for up to 100 emails or domains in a single tool call.
validate_email_syntaxInstant local RFC 5322 syntax validation with zero network calls.
Three steps to add email verification to your AI workflow.
Sign up for a free account and copy your API key from the dashboard. No credit card required.
Paste the configuration snippet into your .cursor/mcp.json or Claude Desktop config file.
Ask your AI assistant to verify any email or domain. It uses your credentials automatically.
MCP configuration
{
"mcpServers": {
"email-checker": {
"url": "https://api.verify-email.app/mcp",
"headers": {
"X-API-Key": "your-api-key"
}
}
}
}Add via Settings → Tools & MCP, or drop the config into .cursor/mcp.json in your project or home directory.
Add to the mcpServers section in your claude_desktop_config.json. The server URL and API key header are shown above.
The MCP (Model Context Protocol) server exposes email verification as tools that AI agents can call. It wraps the same REST API used by thousands of developers, so you get production-grade verification directly in your AI workflow.
Any MCP-compatible client works. Cursor and Claude Desktop are officially supported. Other clients that implement the Model Context Protocol standard should work without any changes.
Yes — each tool call consumes credits the same way as a REST API call. validate_email_syntax is always free. All other tools consume 1 credit per email or domain verified.
Your API key is stored locally in your MCP config file and sent only to api.verify-email.app over HTTPS. It is never stored on our servers beyond what is needed to authenticate each request.
Yes. The MCP server uses the same API key as the REST endpoints. Credits are shared across both.