Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Email Checker Mcp

    0 stars
    PowerShell
    Updated Jan 8, 2025

    Table of Contents

    • Features
    • Prerequisites
    • Installation
    • Configure as MCP Server
    • Usage
    • Example Use:
    • Parameters:
    • Example Response:
    • API Usage Limits
    • Error Handling

    Table of Contents

    • Features
    • Prerequisites
    • Installation
    • Configure as MCP Server
    • Usage
    • Example Use:
    • Parameters:
    • Example Response:
    • API Usage Limits
    • Error Handling

    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:

    bash
    git clone https://github.com/ravinahp/email-checker-mcp.git
    cd email-checker-mcp

    2. Install dependencies using uv:

    bash
    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:

    json
    {
        "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:

    python
    @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:

    json
    {
        "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

    Similar MCP

    Based on tags & features

    • CH

      Chuk Mcp Linkedin

      Python00
    • MC

      Mcp Wave

      TypeScript00
    • GL

      Glm Mcp Server

      TypeScript·
      3
    • PU

      Pursuit Mcp

      Python00

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • CH

      Chuk Mcp Linkedin

      Python00
    • MC

      Mcp Wave

      TypeScript00
    • GL

      Glm Mcp Server

      TypeScript·
      3
    • PU

      Pursuit Mcp

      Python00

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k