Skip to main content
Glama

MCP-Email-Verify

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.

MCP drawio (1)


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:

client server drawio


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

git clone https://github.com/Abhi5h3k/MCP-Email-Verify.git cd MCP-Email-Verify

2. Install UV

If you don’t have UV installed, you can install it using the following commands:

powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"

Verify the installation:

uv --version

3. Set Up the Virtual Environment

Create a virtual environment using UV:

uv venv

Activate the virtual environment: On Windows:

.venv\Scripts\activate

4. Install Dependencies Install the required dependencies from pyproject.toml using UV:

uv install

Running the Server

  1. Set Up Environment Variables Create a .env file in the root directory and add your AbstractAPI key:
ABSTRACT_API_KEY=your_api_key_here
  1. Run the Server Start the MCP server:
uv run server.py

Usage

  1. Register the Server with Claude Desktop Update the claude_desktop_config.json file to include your MCP server:
{ "mcpServers": { "verify_mail": { "command": "uv", "args": [ "--directory", "C:\\ABSOLUTE\\PATH\\TO\\MCP-Email-Verify", "run", "server.py" ] } } }

image

  1. Restart Claude Desktop Restart Claude Desktop to detect the new tool.
  2. 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.

  1. Install development dependencies:
    uv add black isort --dev
  2. Format the code:
    black .
  3. Sort imports:
isort .

Set up pre-commit

pre-commit install pre-commit run --all-files

Available On Smithery.ai Server: MCP Email Verify

Article: Model Context Protocol (MCP): A Beginner's Guide to the Future of AI Communication

Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

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.

轻量级模型上下文协议 (MCP) 服务器,可让您的 LLM 验证电子邮件地址。此工具使用 AbstractAPI 电子邮件验证 API 检查电子邮件格式、域名有效性和可交付性。非常适合将电子邮件验证集成到 Claude Desktop 等 AI 应用程序中。

  1. 什么是模型上下文协议(MCP)?
    1. 特征
  2. MCP 遵循客户端-服务器架构:
    1. 观看演示
      1. 要求
      2. 设置
      3. 运行服务器
      4. 用法
      5. 发展
      6. 设置预提交

    Related MCP Servers

    • A
      security
      F
      license
      A
      quality
      An MCP-based email tool that enables AI models to access email services through standardized interfaces, allowing AI assistants to perform various email operations like sending emails, reading inboxes, and handling attachments.
      Last updated -
      17
      31
      TypeScript
      • Apple
      • Linux
    • -
      security
      F
      license
      -
      quality
      An MCP server integrating with Findymail API that enables email validation and finding work emails using names, companies, or profile URLs.
      Last updated -
      JavaScript
    • -
      security
      F
      license
      -
      quality
      A Model Context Protocol server that integrates with NeverBounce API to validate email addresses, checking if they are valid, deliverable, and safe to send to.
      Last updated -
      JavaScript
    • A
      security
      F
      license
      A
      quality
      An all-in-one Model Context Protocol (MCP) server that connects your coding AI to numerous databases, data warehouses, data pipelines, and cloud services, streamlining development workflow through seamless integrations.
      Last updated -
      2
      Python
      • Apple
      • Linux

    View all related MCP servers

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/Abhi5h3k/MCP-Email-Verify'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server