Email Checker MCP Server
电子邮件检查器 MCP 服务器
对于您的冷出站电子邮件,此工具将帮助您验证电子邮件地址。
特征
电子邮件地址验证
简单的 JSON 响应格式
无需 API 密钥
Related MCP server: email-verify
先决条件
Python 3.x
安装
克隆存储库:
git clone https://github.com/ravinahp/email-checker-mcp.git
cd email-checker-mcp使用 uv 安装依赖项:
uv sync注意:由于该项目使用pyproject.toml进行依赖管理,因此我们使用uv而不是 pip。
配置为 MCP 服务器
要将此工具添加为 MCP 服务器,您需要修改 Claude 桌面配置文件。
配置文件位置取决于您的操作系统:
MacOS:
~/Library/Application\ Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%/Claude/claude_desktop_config.json
将以下配置添加到您的 JSON 文件:
{
"email-checker-mcp": {
"command": "uv",
"args": [
"--directory",
"/Users/YOUR_USERNAME/Code/email-checker-mcp",
"run",
"email-checker-mcp"
]
}
}⚠️重要提示:
将
YOUR_USERNAME替换为您的实际系统用户名确保目录路径与本地安装匹配
用法
该服务提供了一个用于验证电子邮件地址的 FastMCP 工具:
@mcp.tool()
async def validate_email(email: str) -> bool:
"""Validate if an email address exists."""使用示例:
提示:该邮箱存在吗?
参数:
email:包含要验证的电子邮件地址的字符串
响应示例:
{
"exist": true
}API 使用限制
该服务使用 2IP 的电子邮件 API,该 API 提供:
无需 API 密钥
错误处理
该服务包括以下错误处理:
电子邮件格式无效
API 请求失败
网络超时
速率限制
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseAqualityBmaintenanceEmail validation MCP server using MailboxValidator API to determine validity of an email address.3431MIT
- AlicenseAqualityBmaintenanceEnables real-time email verification via MCP tools, checking syntax, MX, disposable domains, and optional SMTP probe to determine deliverability with a VALID/RISKY/INVALID verdict.213MIT
- FlicenseNot gradedqualityCmaintenanceAn MCP server that provides email verification, returning valid, invalid, or risky status with detailed checks and metadata. It enables verifying email addresses via a simple tool interface.
- FlicenseNot gradedqualityCmaintenanceProvides email verification as an MCP tool, checking format, disposable domains, and mail server availability with structured results.
Related MCP Connectors
Keyless email checks: disposable, role, and free-provider detection, MX, and typo suggestions.
Emailable MCP — wraps the Emailable email verification API (emailable.com)
Cloudflare Workers MCP server: email-validator
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/ravinahp/email-checker-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server