remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Integrations
Uses the AbstractAPI Email Validation API to verify email addresses by checking format, domain validity, and deliverability
Integrates with pre-commit hooks for code quality checks before committing code changes
Built using Python and requires Python 3.11.0 or higher for operation
MCP Email Verify
A 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.
What is Model Context Protocol (MCP)?
At its core, MCP is a standardized protocol designed to streamline communication between AI models and external systems. Think of it as a universal language that allows different AI agents, tools, and services to interact seamlessly.
Features
- Email Verification: Verify email addresses in real-time.
- MCP Integration: Seamlessly connect with MCP-compatible LLMs.
- Easy Setup: Built with Python and the MCP SDK for quick deployment.
MCP follows a client-server architecture:
Watch the Demo
Click the image below to watch a video demo of the MCP Email Verify tool in action:
Requirements
- Python: Python 3.11.0 or higher.
- UV: 0.6.9 or higher.
Setup
1. Clone the Repository
2. Install UV
If you don’t have UV installed, you can install it using the following commands:
Verify the installation:
3. Set Up the Virtual Environment
Create a virtual environment using UV:
Activate the virtual environment: On Windows:
4. Install Dependencies Install the required dependencies from pyproject.toml using UV:
Running the Server
- Set Up Environment Variables Create a .env file in the root directory and add your AbstractAPI key:
- Run the Server Start the MCP server:
Usage
- Register the Server with Claude Desktop Update the claude_desktop_config.json file to include your MCP server:
- Restart Claude Desktop Restart Claude Desktop to detect the new tool.
- Verify Emails Use prompts like:
"I was trying to email Thanos at thanos@snap.io to ask him to bring back my favorite TV show, but I’m not sure if it’s a valid email. Can you check if it’s real or just a snap in the dark?"
Development
Formatting and Linting This project uses black and isort for code formatting and import sorting.
- Install development dependencies:Copy
- Format the code:Copy
- Sort imports:
Set up pre-commit
Available On Smithery.ai Server: MCP Email Verify
Article: Model Context Protocol (MCP): A Beginner's Guide to the Future of AI Communication
This server cannot be installed
A 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.