Every verification call runs the same 9-point engine that powers our email verification service: syntax against RFC 5321/5322, domain existence and MX records, a live SMTP handshake with a mailbox ping, disposable-domain matching, role-address detection, catch-all detection with AI-confidence scoring, domain age, and SPF/DKIM/DMARC authentication. That last mile matters: 20-40% of B2B lists fail at catch-all domains, and the confidence score is how you keep those addresses instead of discarding them as unknown. Accuracy measures 99.99% on our 1,000-address benchmark.
You integrate it three ways. The REST endpoints above handle real-time checks (median ~380ms per single verify, sub-50ms when cached) and asynchronous bulk jobs that process around 10,000 emails per minute on the standard tier. The Email Finder module turns a name plus a domain into a verified address, the API counterpart of the email finder tool. And if your stack is agentic, the email verification MCP server exposes the engine as native tool calls, no HTTP glue required.
Billing is Fox Credits: one credit per verification, pay-as-you-go, and credits never expire. Signup includes 1,000 free credits (2,500 with a work email), no card, and volume pricing is geo-localized on the pricing page. Want to eyeball results before writing code? The free email checker runs the same engine in the browser, 4 checks a day, no account. Forms that need protection without a backend can drop in the FoxGuard widget with a single script tag. Emails are processed in memory, never stored or sold, and the platform holds SOC 2 Type II with a 99.9% SLA on Starter and 99.99% on annual Volume contracts.