loading…
Search for a command to run...
loading…
Email Validator AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Email Validator AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Email Validator AI MCP Server Email validation and verification tools powered by MEOK AI Labs.
| Tool | Description |
|---|---|
validate_email |
Validate an email address format, structure, and common issues. |
check_mx |
Check if a domain has valid MX (mail exchange) records. |
detect_disposable |
Detect if an email uses a disposable/temporary email service. |
suggest_correction |
Suggest corrections for common email typos (e.g., gmial.com -> gmail.com). |
pip install meok-email-validator-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"email-validator-ai": {
"command": "python",
"args": ["-m", "meok_email_validator_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 4 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"email-validator-ai-mcp": {
"command": "npx",
"args": []
}
}
}