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服务器
sdd330MCP server provides feishu related operations
Email sending MCP 💌
ykhliThe official MCP server to send emails and interact with Resend
MCP Headless Gmail Server
baryhuangA MCP (Model Context Protocol) server that provides get, send Gmails without local credential or token setup.
Mattermost MCP Server
pvevMattermost MCP server to enable Claude to interact with Mattermost Workspaces

Slack
modelcontextprotocolModel Context Protocol Servers
コメント