Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

ai.verifox/email-verifier

ai.verifox/email-verifier

Verify email deliverability & find business emails (single or bulk) via the Verifox API.

Uptime
100.0%
1 direct probes · 30d
Response
1585ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

verify_email

Verify whether ONE email address is deliverable. Checks syntax, MX, SMTP, catch-all, disposable, free-provider and role detection, and returns a 0-100 quality score. Charges 1 Fox Credit per uncached …

verify_emails

Bulk-verify a LIST of email addresses. Submits the whole list, waits for completion, and returns one result per email (same fields as verify_email). Best for cleaning lead lists. Charges 1 Fox Credit …

find_email

Find ONE person's business email from their name and company domain. Generates ~50 permutations and SMTP-verifies each, waits for the result, and returns the best match (or not_found). Charges 10 Fox …

find_emails

Bulk-find business emails for a LIST of contacts (name + company domain each). Submits the list, waits for completion, and returns the found email per contact. Up to 1000 contacts. Charges 10 Fox Cred…

get_credits

Get the current Fox Credit balance for the Verifox account tied to the API key. Free — no credits charged. Use it to check remaining balance before a big verify/find run (verify = 1 credit/email, find…

get_job

Check an async job started by verify_emails, find_email, or find_emails. Returns results if finished, otherwise the current status. Use the type shown in the submitting tool's response.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "ai.verifox/email-verifier": {
      "url": "https://mcp.verifox.ai/mcp",
      "transport": "streamable-http"
    }
  }
}