Email Verification API for Claude Desktop
io.github.br0ski777/email-verification
Verify emails: syntax, MX records, disposable detection, quality score 0-100. x402 USDC.
client:Claude Desktop
transport:sse
Install Email Verification API in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"email-verification": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://email-verification.api.klymax402.com/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs