Email Verifier MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Email Verifier MCP ServerCheck if these email addresses are valid: test@example.com, foo@bar.com"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Email Verifier MCP Server — verify email addresses from Claude, Cursor or any agent
Give your AI assistant the ability to check whether an email address is real. This Actor is an MCP server: connect it once, and your agent can verify addresses mid-conversation — before it drafts outreach, enriches a CRM record, or hands you a lead list.
$0.30 per 1,000 addresses verified. No Verimailx account needed — you authenticate with your Apify token.
What your agent can do
Tool | What it does |
| Check one address. Returns a verdict, a 0–100 deliverability score, and every individual check. |
| Check up to 25 addresses in one call. Returns per-address records plus a summary count by verdict. |
Each check runs RFC syntax validation, DNS resolution, MX record inspection and an SMTP handshake, and flags disposable and role-based mailboxes. No mail is ever sent — the SMTP handshake asks the receiving server whether a mailbox exists and then disconnects, so nobody on your list is contacted.
Verdicts are valid (safe to send), invalid (will bounce), risky (disposable, role-based, or a catch-all domain) and unknown (server timeout or ambiguous response).
Related MCP server: sabit-mcp
Connect it
Claude Desktop / Claude Code
Add this to your MCP configuration, using an Apify API token:
{
"mcpServers": {
"verimailx": {
"url": "https://cold-email-master--verimailx-email-mcp.apify.actor/mcp",
"headers": {
"Authorization": "Bearer <YOUR_APIFY_API_TOKEN>"
}
}
}
}Cursor, Windsurf, and other MCP clients
Same URL, same bearer token. The server speaks MCP over the Streamable HTTP transport.
The Actor runs in Standby mode, so an instance is kept warm and answers immediately — there is no run to start.
What it looks like in use
You: Before I import these, are any of them going to bounce?
founder@stripe.com, info@mailinator.com, nobody@thisdomaindoesnotexist.xyzClaude: (calls
verify_email_list) One of three is safe to send to.founder@stripe.comis valid, score 98.info@mailinator.comis risky — it's a disposable address and a role mailbox.nobody@thisdomaindoesnotexist.xyzis invalid; the domain has no MX records.
Pricing
$0.30 per 1,000 addresses verified — billed per address, not per call or per run.
Volume | Cost |
100 addresses | $0.03 |
1,000 addresses | $0.30 |
10,000 addresses | $3.00 |
Failed lookups are not charged. Apify's platform fee is included in the rate.
If you set a maximum charge for the run, the server checks the remaining budget before it verifies anything. Once the budget is spent it says so plainly — it will not keep verifying addresses it cannot bill you for, and a partial list call tells you exactly which addresses it left unverified.
Verifying more than 25 at a time
This server is built for conversational use — an agent checking a handful of addresses inside a task. For list cleaning at scale, use the bulk Actor instead: Bulk Email Verifier & Validator. It takes a link to a CSV, an Apify dataset ID, or a pasted list, and handles tens of thousands of addresses per run at the same price.
FAQ
Q: Do I need a Verimailx account? A: No. The Actor carries the Verimailx credentials; you authenticate with your Apify token and are billed through Apify.
Q: Does this send email to the addresses I check? A: No. Verification stops at the SMTP handshake. No message is delivered and the recipient sees nothing.
Q: How accurate is catch-all detection?
A: Catch-all domains — ones configured to accept mail at any address — are reported as risky rather than valid, because an individual mailbox behind a catch-all cannot be confirmed. Treating them as valid is the most common cause of bounces on a "clean" list.
Q: What happens to the addresses I check? A: They are sent to the Verimailx API for verification and are not written to any persistent storage by this Actor.
Q: Can I use this without an AI agent? A: For scripted use the REST Actor is a better fit — MCP is designed for tool-calling clients.
Support
Issues with this Actor: open an issue on the Actor's Issues tab
Bulk pricing (100k+ addresses): contact us through Apify messaging
Verimailx API: verimailx.com
Changelog
0.0.1 — Initial release
verify_emailandverify_email_listtools over Streamable HTTP, served through Actor Standby.Pay-per-event billing, charged per address verified.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityFmaintenanceEnables AI agents to create temporary email addresses, receive confirmation emails, and extract verification links, automating sign-up and email verification workflows without manual intervention.63559MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to verify email addresses through a multi-signal probabilistic pipeline, returning confidence scores and honest statuses (safe/risky/invalid/unknown) with evidence.Apache 2.0
- AlicenseAqualityBmaintenanceEnables AI assistants to verify email deliverability and find business emails via the Verifox API, supporting single and bulk operations.676MIT
- AlicenseNot gradedqualityCmaintenanceWraps the Emailable API for email verification, enabling AI agents to verify email addresses through natural language queries.13MIT
Related MCP Connectors
Email verification for AI agents — verify, clean & validate emails; self-onboard + crypto pay
Verify emails — deliverability, disposable/role/free detection, MX validity, domain age.
Authenticated email gateway for AI agents — per-agent inboxes, HITL approval, SPF/DKIM verified.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/iguha0/verimailx-mcp-actor'
If you have feedback or need assistance with the MCP directory API, please join our Discord server