JUHE API Marketplace
ravinahp avatar
MCP Server

Email Checker MCP Server

Enables users to validate the existence of email addresses through a simple FastMCP tool, offering JSON responses without requiring an API key.

0
GitHub Stars
11/23/2025
Last Updated
MCP Server Configuration
1{
2 "name": "email-checker-mcp",
3 "command": "uv",
4 "args": [
5 "--directory",
6 "/Users/YOUR_USERNAME/Code/email-checker-mcp",
7 "run",
8 "email-checker-mcp"
9 ]
10}
JSON10 lines
  1. Home
  2. MCP Servers
  3. email-checker-mcp

README Documentation

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

Prerequisites

  • Python 3.x

Installation

  1. Clone the repository:
git clone https://github.com/ravinahp/email-checker-mcp.git
cd email-checker-mcp
  1. Install dependencies using uv:
uv sync

Note: 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.json
  • Windows: %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:

  1. Replace YOUR_USERNAME with your actual system username
  2. Make 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? Screenshot 2025-01-08 at 10 14 43 AM

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

Quick Install

Quick Actions

View on GitHubView All Servers

Key Features

Model Context Protocol
Secure Communication
Real-time Updates
Open Source

Boost your projects with Wisdom Gate LLM API

Supporting GPT-5, Claude-4, DeepSeek v3, Gemini and more.

Enjoy a free trial and save 20%+ compared to official pricing.

Learn More
JUHE API Marketplace

Accelerate development, innovate faster, and transform your business with our comprehensive API ecosystem.

JUHE API VS

  • vs. RapidAPI
  • vs. API Layer
  • API Platforms 2025
  • API Marketplaces 2025
  • Best Alternatives to RapidAPI

For Developers

  • Console
  • Collections
  • Documentation
  • MCP Servers
  • Free APIs
  • Temp Mail Demo

Product

  • Browse APIs
  • Suggest an API
  • Wisdom Gate LLM
  • Global SMS Messaging
  • Temp Mail API

Company

  • What's New
  • Welcome
  • About Us
  • Contact Support
  • Terms of Service
  • Privacy Policy
Featured on Startup FameFeatured on Twelve ToolsFazier badgeJuheAPI Marketplace - Connect smarter, beyond APIs | Product Huntai tools code.marketDang.ai
Copyright © 2025 - All rights reserved