电子邮件检查器 MCP 服务器
对于您的冷出站电子邮件,此工具将帮助您验证电子邮件地址。
特征
电子邮件地址验证
简单的 JSON 响应格式
无需 API 密钥
先决条件
Python 3.x
安装
克隆存储库:
使用 uv 安装依赖项:
注意:由于该项目使用pyproject.toml
进行依赖管理,因此我们使用uv
而不是 pip。
配置为 MCP 服务器
要将此工具添加为 MCP 服务器,您需要修改 Claude 桌面配置文件。
配置文件位置取决于您的操作系统:
MacOS:
~/Library/Application\ Support/Claude/claude_desktop_config.json
Windows:
%APPDATA%/Claude/claude_desktop_config.json
将以下配置添加到您的 JSON 文件:
⚠️重要提示:
将
YOUR_USERNAME
替换为您的实际系统用户名确保目录路径与本地安装匹配
用法
该服务提供了一个用于验证电子邮件地址的 FastMCP 工具:
使用示例:
提示:该邮箱存在吗?
参数:
email
:包含要验证的电子邮件地址的字符串
响应示例:
API 使用限制
该服务使用 2IP 的电子邮件 API,该 API 提供:
无需 API 密钥
错误处理
该服务包括以下错误处理:
电子邮件格式无效
API 请求失败
网络超时
速率限制
local-only server
The server can only run on the client's local machine because it depends on local resources.
Tools
使用户能够通过简单的 FastMCP 工具验证电子邮件地址的存在,无需 API 密钥即可提供 JSON 响应。
Related Resources
Related MCP Servers
- AsecurityFlicenseAqualityAn 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 -1735
- AsecurityFlicenseAqualityA 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.Last updated -12
MailPace MCP Serverofficial
AsecurityAlicenseAqualityAn MCP server implementation that allows sending emails over MailPace's fast transactional email API.Last updated -11MIT License- AsecurityFlicenseAqualityAn MCP server that integrates with Hunter.io API to find and verify email addresses using domain and name information.Last updated -5