Connect Claude.ai to real-time email verification. Verify single emails or batches instantly — powered by the MyEmailVerifier API via the Model Context Protocol.
✉ Get Your Free API KeyEverything you need for reliable email verification, directly inside Claude.ai.
Deliverability check, MX lookup, SMTP validation, plus disposable, role-based, and catch-all detection.
Verify up to 10 email addresses in a single tool call — ideal for list hygiene inside any Claude workflow.
Secure user-authenticated access. Claude uses your API key — no shared credentials, no key exposure.
Rate-limited, Cloudflare-protected infrastructure with 99.9% uptime and TLS-encrypted transport.
Add the connector in five simple steps — no coding required.
Go to claude.ai → Settings → Integrations → Add MCP Server
Paste: https://mcp.myemailverifier.com
You will be redirected to the MyEmailVerifier authorization page.
Log in and enter your MyEmailVerifier API key. Find it in your dashboard.
Click Authorize. Claude now has access to the email verification tools.
Two MCP tools are exposed to Claude once the connector is authorized.
Input
{ "email": "[email protected]" }
Example Output
Input
{ "emails": [ "[email protected]", "[email protected]", "invalid@fake" ] }
Returns the same detailed result format as verify_email for each address in the list.
Just type naturally — Claude knows when to call the verification tool.
"Verify the email address [email protected] and tell me if it's safe to send to."
"Check if these emails are valid: [email protected], [email protected], [email protected]"
"Which of these email addresses are safe to send marketing emails to: [paste your list]"
"Is this a catch-all email domain? Check [email protected]"
This connector uses OAuth 2.0 with PKCE (RFC 7636). Each user authenticates with their own MyEmailVerifier API key — the server never stores credentials permanently. Tokens expire after 1 hour.
| Endpoint | URL | Purpose |
|---|---|---|
| Authorization | https://mcp.myemailverifier.com/authorize |
Redirect user to login & consent |
| Token | https://mcp.myemailverifier.com/token |
Exchange code for Bearer token |
| MCP | https://mcp.myemailverifier.com/mcp |
Streamable HTTP — tool execution endpoint |
2024-11-05.
Limits are applied per IP address to ensure fair usage and service stability.
| Endpoint | Limit | Window |
|---|---|---|
| OAuth endpoints | 20 requests | per minute |
| MCP tool calls | 30 requests | per minute |
Designed with privacy-first principles — no data retained beyond what is needed.
All verification data is subject to the MyEmailVerifier Privacy Policy.
To evaluate the connector, sign up for a free account at myemailverifier.com — free accounts include verification credits with no credit card required.
Reach out through any of the channels below.