Skip to Content
MCPToolsVerify Email

Verify Email

Give it an email address, find out whether it is valid and deliverable.

Tool
verify_email
Cost
0.3 credits
Category
Person Enrichment
Required input
email
Returns
Validity and deliverability

What it does

  • Checks whether an email address is valid and deliverable.
  • Runs waterfall verification across multiple providers, in sequence.
  • Stops at the first provider that returns a verdict. You are charged once per address, not once per provider tried.
  • Takes the address only — no name, no company, no LinkedIn URL.

It checks an address you already have. It does not find one — use find_work_email or find_personal_email for that.


Parameters

ParameterTypeRequiredNotes
emailstringYesThe address to check

How to use it

Connect the MCP server

Follow the setup guide for your client. Browser sign-in, no API key.

Verify one address

Verify jane@stripe.com

Clean a list before import

Verify every email in this CSV. Return the same rows with a deliverability column, and put anything that fails in a separate list.

Chain it after enrichment

Find work emails for these LinkedIn URLs, verify each one, and drop anything that isn't deliverable.

Example prompts

Ask your clientWhat you get back
”Verify jane@stripe.comValid or not, for one address
”Verify these 200 emails and split them into clean and risky”Two lists you can act on
”Find and verify work emails for this list”Chains find_work_email first
”Re-verify the emails we collected six months ago”Fresh status on a stale list

Best prompting practices

  • Verify right before you send, not right after you build. Addresses go stale as people change jobs.
  • Ask for a split, not a report. “Clean list and risky list” is directly usable; a paragraph of commentary is not.
  • Chain it, do not fold it in. Finding and verifying are two tools with two costs. Ask for both explicitly.
  • Batch it. At 0.3 credits an address this is the cheapest hygiene step you can run before a campaign.
  • Do not verify guesses. Verifying a pattern you invented tells you the pattern exists, not that the person is behind it.

Output

{ "email": "jane@stripe.com", "valid": true, "deliverable": true }

Credits and limits

0.3 credits per address. Run check_credits (free) before verifying a large list.

A result reflects what the providers can see at the time of the call. It is a strong signal, not a delivery guarantee — a list verified months ago should be re-verified before the next send.


ToolUse it instead when
find_work_emailYou do not have the address yet — 1 credit
find_personal_emailYou need a personal address — 3 credits
find_linkedin_from_work_emailYou have the address and want the profile behind it — 2 credits
scrape_emails_from_websiteYou need addresses published on a company site — 0.5 credits

Next steps


Keep learning

Two courses take these tools past the reference page — clustered by GTM job, then chained into workflows.