Email verification for AI agents

The Email Verification MCP

Install verifox-mcp and turn any AI agent into an email verifier, with 6 tools to find and verify addresses backed by the same 99.99% accurate engine.

Trusted by 500,000+ leading GTM teams of all sizes

How it works

Agent to engine in three hops

MCP is the wiring. Your agent picks a tool, verifox-mcp relays the call to the Verifox API, and a structured result comes straight back.

001CALL

Your agent calls a tool

Claude, Cursor, or any MCP client picks the right tool, verify_email or find_email, and fills the arguments from your prompt.

002RELAY

verifox-mcp relays it

The stdio server forwards the call to the Verifox API over HTTPS, authenticated with your VERIFOX_API_KEY as the x-api-key header.

003RESULT

Structured result returns

The engine answers with structured JSON, deliverability, a quality score, records, or a verified address, and your agent reads it straight back.

Install in one click

Add it to any Agent

Install in one click, paste your key, then restart your client. Prefer JSON? The copy-paste config is right below.

1

Add the JSON config

Paste it into your client’s MCP config.
The command is npx verifox-mcp — nothing to clone.

npx -y verifox-mcp
2

Paste your API key

Replace the placeholder with your VERIFOX_API_KEY,
sent as the x-api-key header over HTTPS.

VERIFOX_API_KEY=foxkey_your_key_here
3

Restart the client

Restart Claude Desktop or Cursor,
6 email tools ready to verify and find addresses.

npmjs.com/package/verifox-mcp
6 MCP tools in one platform

Every tool your agent can call

From a single verification to a whole-list find, each MCP tool call runs the same engine behind the Verifox API — no dashboard required.

Verify & Score

Email Health Check

Verify a single email address and grade its quality. Checks SMTP, MX records, catch-all patterns, disposable domains, free providers, and role-based aliases - returns a 0–100 quality score so you know how safe that mailbox is before you send.

verify_email
Verifox verification result: a status badge and confidence score above a grid of the nine deliverability checks for a single email.
Verify & Score

Bulk List Cleaner

Verify a whole list at once and grade each address. Submit hundreds of emails, get deliverability results and quality scores for every single one in a single batch - no looping required or waiting for sequential checks.

verify_emails
Verifox verification result: a status badge and confidence score above a grid of the nine deliverability checks, the same read returned for every address in a batch.
Find Business Emails

Single Contact Finder

Find a person’s business email from just their name and company domain. Learns how that domain patterns its addresses, validates deliverability over SMTP, and returns a verified email or clear not-found - no false positives or guessing required.

find_email
Verifox finder dashboard: a found work email with a confidence badge and Verified status after a single lookup.
Find Business Emails

Bulk Contact Finder

Find verified emails for a whole list at once. Submit names and company domains, get confirmed work addresses and confidence scores for every contact in a single batch call - perfect for scaling your prospect research without looping.

find_emails
Verifox bulk finder results: stat tiles, a processing progress bar, and a table of found-and-verified contacts.
Account & Jobs

Credit Balance

Check your remaining Fox Credit balance before running any batch operation. Lets your agent know exactly what it can afford and make smart decisions about spending before committing resources to a large verification or find job.

get_credits
get_credits tool call returning the account's remaining balance.
Account & Jobs

Job Progress Tracker

Poll any long-running verify or find job and read its full results when it finishes - without blocking your agent while it waits. Works for both single verifications and massive bulk batches processing in the background.

get_job
get_job tool call polling a bulk job's status and results.
What is an email verification MCP

Verification, built for AI agents

Not a guess from the model — a real SMTP-backed answer, called as a tool.

An email verification MCP closes the gap between an AI agent and a real deliverability engine. The Model Context Protocol is the open standard for agent tools, and verifox-mcp turns every check into one: your agent calls verify_email and gets a real SMTP-backed answer. Setup is one config block and an API key, a first-class MCP server for Claude, Cursor, or any host.

Trust & compliance

Enterprise-grade security and scale

Your key stays on your machine and reaches only the Verifox API — covered by the same third-party attestations as the rest of the platform.

  • Claymation Japanese hanko seal in jade-green clay with a twisted shimenawa rope rim, the words SOC 2 TYPE II embossed in cream clay on its face.

    SOC 2 Type II

    Independently audited to the SOC 2 Type II standard.

  • Claymation Japanese hanko seal in cobalt-blue clay with a twisted shimenawa rope rim, the word GDPR embossed in cream clay on its face.

    GDPR

    Built for the EU with full GDPR data-subject rights.

  • Claymation Japanese hanko seal in rose-pink clay with a twisted shimenawa rope rim, the word CCPA embossed in cream clay on its face.

    CCPA

    California opt-out, do-not-sell, plus DSAR handling.

  • Claymation Japanese hanko seal in terracotta clay with a twisted shimenawa rope rim, the text ISO 27001 embossed in cream clay on its face.

    ISO 27001

    Information security held to the ISO 27001 standard.

  • Claymation Japanese hanko seal in lilac-purple clay with a twisted shimenawa rope rim, the text ISO 42001 embossed in cream clay on its face.

    ISO 42001

    AI governance aligned to the new ISO 42001 standard.

Common questions

The verification MCP, answered

What the protocol is, which agents it runs in, what it costs, and how your key stays safe, with the real numbers behind the verification engine.

What is an email verification MCP?

MCP is the Model Context Protocol, the open standard that lets an AI agent call external tools. An email verification MCP is a server that exposes email checks as those tools, so an agent can verify, score, and find addresses on its own instead of you copying results between a website and your chat.

Verifox ships exactly that as the verifox-mcp package, wired to the same engine behind our free email checker. Install it once and your agent gains 6 email tools, ready to call right away.

Which AI agents and clients does it work with?

Any client that speaks MCP. The two we show config for are Claude Desktop and Cursor, and because verifox-mcp is a standard stdio server the same npx verifox-mcp command drops into any other MCP host the same way.

You point the client at the command, add your key as an environment variable, and the tools appear in that agent’s tool list with no extra glue code.

How do I install the Verifox MCP server?

Add the JSON block from the install section aboveto your client’s config file, the one named claude_desktop_config.json for Claude Desktop or ~/.cursor/mcp.json for Cursor, then restart the app. The command is npx verifox-mcp, so there is nothing to clone or build.

The only value you change is VERIFOX_API_KEY. Paste your own key, save, and the 6 tools are live in your next session.

Is the email verification MCP free to use?

The server itself is free to install and run, and a free Verifox account comes with 1,000 verifications on signup, or 2,500 if you sign up with a work email. Every tool call draws from that same balance, so trying it out costs nothing.

Past the free balance, credits are pay-as-you-go and never expire, with volume pricing shown for your region. There is no separate MCP fee.

How do I get an API key?

Open the API keys area of your dashboard — create a free account first if you do not have one — and generate a key. It looks like foxkey_..., and that is the exact value you drop into VERIFOX_API_KEY in your client config.

The server sends it as the x-api-key header on every request, so it stays on your machine and never ships in client-side code.

What tools does the MCP server expose?

6 of them, grouped into three jobs. Verify and score (verify_email, verify_emails), find business emails (find_email, find_emails), and account and jobs (get_credits, get_job). Verify and find each work on one address or a whole list.

The full list with a one-line purpose for each sits in the tools section above, and the same endpoints are documented in the API reference. Two have a browser twin you can try without an agent: find_email powers the email finder, and verify_emails the bulk email checker, no install required.

Is it secure, and where does my key live?

verifox-mcp runs locally as a stdio process that your client starts. Your VERIFOX_API_KEY is read from the environment you set in the config and is sent only to api.verifox.ai over HTTPS as the request header. It is never written to the page or shared with the model.

Addresses are processed and discarded; nothing is retained or sold. Verifox is SOC 2 Type II compliant, with the full data handling covered in the privacy policy, so you always know what happens to an address you send.

How accurate are results from the MCP, and how fast?

Identical to the rest of Verifox, because the MCP server is a thin wrapper over the same API. That means 99.99% accuracy on a benchmark list, including catch-all domains, with median single-address latency around 380 ms and sub-50 ms on cached results.

A tool call from your agent runs the exact same checks the paid email verification API runs. No accuracy is traded for the convenience.

Can I use the API directly instead of MCP?

Yes. MCP is the agent-native path; the underlying engine is a plain REST API you can call from anywhere. If you are wiring a backend rather than an agent, skip the server and hit the endpoints directly.

The API reference documents every endpoint the 6 tools map to, and the free email checker lets you prototype a single check in the browser first.