Email Checker MCP Server
The Email Checker MCP Server validates email addresses for cold outbound email campaigns.
Verify if an email address exists (returns "true" or "false")
Uses the 2ip.me API without requiring an API key
Handles various errors including invalid formats, API failures, network timeouts, and rate limiting
Configurable as an MCP server for integration with Claude desktop
Can run validation through FastMCP tool with async functionality
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 Checker MCP Servercheck if john.doe@example.com is a valid email"
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 Checker MCP Server
For your cold outbound email, this tool will help you validate email addresses.
Features
Email address validation
Simple JSON response format
No API key required
Related MCP server: MailboxValidator Email Validation MCP Server
Prerequisites
Python 3.x
Installation
Clone the repository:
git clone https://github.com/ravinahp/email-checker-mcp.git
cd email-checker-mcpInstall dependencies using uv:
uv syncNote: We use uv instead of pip since the project uses pyproject.toml for dependency management.
Configure as MCP Server
To add this tool as an MCP server, you'll need to modify your Claude desktop configuration file.
The configuration file location depends on your operating system:
MacOS:
~/Library/Application\ Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%/Claude/claude_desktop_config.json
Add the following configuration to your JSON file:
{
"email-checker-mcp": {
"command": "uv",
"args": [
"--directory",
"/Users/YOUR_USERNAME/Code/email-checker-mcp",
"run",
"email-checker-mcp"
]
}
}⚠️ IMPORTANT:
Replace
YOUR_USERNAMEwith your actual system usernameMake sure the directory path matches your local installation
Usage
The service provides a FastMCP tool for validating email addresses:
@mcp.tool()
async def validate_email(email: str) -> bool:
"""Validate if an email address exists."""Example Use:
Prompt: Does this email exist?
Parameters:
email: String containing the email address to validate
Example Response:
{
"exist": true
}API Usage Limits
The service uses 2IP's Email API which provides:
No API key required
Error Handling
The service includes error handling for:
Invalid email format
API request failures
Network timeouts
Rate limiting
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- FlicenseAqualityDmaintenanceA lightweight Model Context Protocol (MCP) server that enables your LLM to validate email addresses. This tool checks email format, domain validity, and deliverability using the AbstractAPI Email Validation API. Perfect for integrating email validation into AI applications like Claude Desktop.14
- AlicenseAqualityBmaintenanceEmail validation MCP server using MailboxValidator API to determine validity of an email address.3351MIT
- Alicense-qualityAmaintenanceEmail Validator AI - MCP server providing AI-powered tools and automation by MEOK AI Labs6MIT
- AlicenseAqualityBmaintenanceEnables real-time email verification via MCP tools, checking syntax, MX, disposable domains, and optional SMTP probe to determine deliverability with a VALID/RISKY/INVALID verdict.211MIT
Related MCP Connectors
Keyless email checks: disposable, role, and free-provider detection, MX, and typo suggestions.
Emailable MCP — wraps the Emailable email verification API (emailable.com)
Cloudflare Workers MCP server: email-validator
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/ravinahp/email-checker-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server