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
- Clone the Repository
- Install UV
- Set up a Virtual Environment
- Install Dependencies
Running the Server
- Set Up Environment Variables
- Run the Server
Usage
- Register the Server with Claude Desktop
- Restart Claude Desktop
- Verify Emails
Development
- Format Code with Black
- Sort Imports with Isort
Set up pre-commit
Install and run pre-commit hooks.