What is Model Context Protocol (MCP)?
@Abhi5h3k
关于 What is Model Context Protocol (MCP)?
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 C
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"verify_mail": {
"command": "uv",
"args": [
"--directory",
"C:\\ABSOLUTE\\PATH\\TO\\MCP-Email-Verify",
"run",
"server.py"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Email Verify?
MCP Email Verify is a lightweight Model Context Protocol (MCP) server that enables an LLM to validate email addresses. It checks email format, domain validity, and deliverability using the AbstractAPI Email Validation API. The server is built for AI applications like Claude Desktop.
How to use MCP Email Verify?
Clone the repository, install UV (0.6.9 or higher), create a virtual environment with uv venv, install dependencies with uv install, set the environment variable ABSTRACT_API_KEY in a .env file, and run the server with uv run server.py. Register the server in Claude Desktop by updating claude_desktop_config.json with the command uv --directory <path> run server.py, then restart Claude Desktop.
Key features of MCP Email Verify
- Email verification in real-time.
- Seamless MCP integration with LLMs.
- Easy setup with Python and the MCP SDK.
- Checks format, domain, and deliverability.
Use cases of MCP Email Verify
- Validate user email addresses during sign-up or contact forms.
- Ensure email deliverability before sending bulk messages.
- Verify suspicious email addresses in AI-powered assistants.
- Integrate email validation into Claude Desktop workflows.
FAQ from MCP Email Verify
What are the requirements?
Python 3.11.0 or higher, UV 0.6.9 or higher, and an AbstractAPI Email Validation API key.
How do I set up the server?
Clone the repo, install UV, create and activate a virtual environment, install dependencies, set ABSTRACT_API_KEY in a .env file, then run uv run server.py.
How do I use it with Claude Desktop?
Update claude_desktop_config.json to include an MCP server entry with command uv and args ["--directory", "absolute/path/to/MCP-Email-Verify", "run", "server.py"]. Restart Claude Desktop to detect the tool.
Where does email data go?
Email addresses are sent to the AbstractAPI Email Validation API for verification. No data is stored locally beyond temporary processing.
What types of checks does it perform?
It validates email format, checks domain existence and validity, and assesses deliverability (e.g., whether the mailbox can receive mail).
沟通协作 分类下的更多 MCP 服务器
飞书MCP服务器
sdd330MCP server provides feishu related operations
WhatsApp MCP Server
msaelicesWhatsapp MCP Server implemented in Python
Teams Mcp
floriscornelMCP server providing comprehensive Microsoft Teams and Graph API access for AI assistants including messaging, search, and user management.
Slack MCP Server
korotovskyThe most powerful MCP Slack Server with no permission requirements, Apps support, GovSlack, DMs, Group DMs and smart history fetch logic.
Modular Outlook MCP Server
ryakerMCP server for Claude to access Outlook data via Microsoft Graph API
评论