Abhi5h3k/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.
Platform-specific configuration:
{
"mcpServers": {
"MCP-Email-Verify": {
"command": "npx",
"args": [
"-y",
"MCP-Email-Verify"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...