All Products

GeniusVerified

Bulk email verifier at enterprise level

Verify email addresses in bulk. Syntax, MX, SMTP, Catch-All check. Clean lists, higher deliverability.

Installation

terminal
$ npx -y @geniuslead/mcp-verify
claude_desktop_config.json
{
  "mcpServers": {
    "geniusverified": {
      "command": "npx",
      "args": ["-y", "@geniuslead/mcp-verify"],
      "env": {
        "GENIUSLEAD_API_KEY": "your-api-key"
      }
    }
  }
}

Available Tools

verify_email

Verify a single email address

verify_bulk

Verify a list of email addresses in bulk

get_verification_report

Get verification report

check_domain

Check domain configuration (MX, SPF, DMARC)

Examples

example
// "Verifiziere diese E-Mail-Liste"
// → verify_bulk({
//     emails: ["info@example.de", ...],
//     checks: ["syntax", "mx", "smtp"]
//   })