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
| Parameter | Type | Required | Notes |
|---|---|---|---|
email | string | Yes | The 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.comClean 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 client | What you get back |
|---|---|
| ”Verify jane@stripe.com” | Valid 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.
Related tools
| Tool | Use it instead when |
|---|---|
find_work_email | You do not have the address yet — 1 credit |
find_personal_email | You need a personal address — 3 credits |
find_linkedin_from_work_email | You have the address and want the profile behind it — 2 credits |
scrape_emails_from_website | You need addresses published on a company site — 0.5 credits |
Next steps
- All MCP tools — the full catalogue with credit costs
- AI for Sales Reps — workflows that chain this tool into a list build
Keep learning
Two courses take these tools past the reference page — clustered by GTM job, then chained into workflows.
SyncGTM MCP Mini CourseBeginnerMCP server · 8 lessons · 1h 31mAll 50 MCP tools clustered by GTM job — lead sourcing, CRM enrichment, social signals, account research, scraping — with copy-paste workflow prompts.AI-Powered GTMIntermediateApp + MCP · 19 lessons · 3h 6mWhere AI earns its cost, how to think in MCP tool chains, and three agentic builds — warm outbound, meeting research, CRM repair.