MCP-Email-Verify

MCP-Email-Verify

2

MCP Email Verify is a server built on the Model Context Protocol to facilitate email address validation for AI models. It checks email format, domain validity, and deliverability, ideal for applications such as Claude Desktop. The server is easy to set up and integrates seamlessly with existing MCP-compatible systems.

MCP Email Verify

A lightweight Model Context Protocol (MCP) server that enables LLMs to validate email addresses via the AbstractAPI Email Validation API. Perfect for integrating into AI applications like Claude Desktop.

Features

  • Email Verification: Verify email addresses in real-time.
  • MCP Integration: Seamless connection with MCP-compatible LLMs.
  • Easy Setup: Built with Python and the MCP SDK for quick deployment.

Requirements

  • Python 3.11.0 or higher.
  • UV 0.6.9 or higher.

Setup

  1. Clone the Repository
  2. Install UV
  3. Set up a Virtual Environment
  4. Install Dependencies

Running the Server

  1. Set Up Environment Variables
  2. Run the Server

Usage

  1. Register the Server with Claude Desktop
  2. Restart Claude Desktop
  3. Verify Emails

Development

  • Format Code with Black
  • Sort Imports with Isort

Set up pre-commit

Install and run pre-commit hooks.

Available On Smithery.ai