Claude.ai Integration

MyEmailVerifier MCP Connector

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 Key
Connector URL: https://mcp.myemailverifier.com

Features

Everything you need for reliable email verification, directly inside Claude.ai.

🔍

Single Email Verification

Deliverability check, MX lookup, SMTP validation, plus disposable, role-based, and catch-all detection.

📋

Batch Verification

Verify up to 10 email addresses in a single tool call — ideal for list hygiene inside any Claude workflow.

🔐

OAuth 2.0 PKCE

Secure user-authenticated access. Claude uses your API key — no shared credentials, no key exposure.

Production Ready

Rate-limited, Cloudflare-protected infrastructure with 99.9% uptime and TLS-encrypted transport.

Connect to Claude.ai

Add the connector in five simple steps — no coding required.

1
Open Claude.ai Settings

Go to claude.aiSettingsIntegrationsAdd MCP Server

2
Enter the Connector URL

Paste: https://mcp.myemailverifier.com

3
Click "Connect"

You will be redirected to the MyEmailVerifier authorization page.

4
Enter Your API Key

Log in and enter your MyEmailVerifier API key. Find it in your dashboard.

5
Authorize & Start Verifying

Click Authorize. Claude now has access to the email verification tools.

No credit card required. Sign up for a free account at myemailverifier.com to get free verification credits instantly.

Available Tools

Two MCP tools are exposed to Claude once the connector is authorized.

verify_email Verify a single email address

Input

{
  "email": "[email protected]"
}

Example Output

## Email Verification Result Email: [email protected] Status: ✅ Valid Safe to Send: ✅ Yes Diagnosis: Mailbox exists and is active. Safe to send. ### Details - Disposable Domain: ✅ No - Catch-All: ✅ No - Role Based: ✅ No - Free Provider: No - Greylisted: ✅ No
verify_email_batch Verify up to 10 email addresses in one call

Input

{
  "emails": [
    "[email protected]",
    "[email protected]",
    "invalid@fake"
  ]
}

Returns the same detailed result format as verify_email for each address in the list.

Example Claude Prompts

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]"

Authentication

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
ℹ️ The MCP endpoint accepts Streamable HTTP (POST) requests authenticated via OAuth 2.0 Bearer token. Protocol version: 2024-11-05.

Rate Limits

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

Your Data is Safe

Designed with privacy-first principles — no data retained beyond what is needed.

All verification data is subject to the MyEmailVerifier Privacy Policy.

Test Account

To evaluate the connector, sign up for a free account at myemailverifier.com — free accounts include verification credits with no credit card required.

📧 If you need a provisioned test account for review purposes, contact us at [email protected].

Support

Reach out through any of the channels below.

📧

Email Support

[email protected]
🌐

Support Portal

myemailverifier.com/support
📚

Full Documentation

API Documentation
🔑

Dashboard & API Key

client.myemailverifier.com

MyEmailVerifier

Copyright © 2026 · MyEmailVerifier · All Rights Reserved