Email finder and lead enrichment for AI agents
Find and verify a professional email, find a mobile number, and enrich people and companies, behind one endpoint per job. Each request walks the cheapest source that can fill the fields you asked for.
Copy the setup prompt.
Your agent does the rest.
Fetch and execute the appropriate instructions to set me up for superagnt_ from https://mcp.superagnt.com/agent-setup/prompt.md» On by default. The lead tools are part of the base tool surface, so a fresh MCP connection already has them with no agnt_tools_enable call.
Everything your agent can pull
A name plus a domain or company name returns the professional email with a confidence score.
Check deliverability before you send, so a sequence does not burn a sending domain on bounces.
Job title, seniority, company, location and profile links, from an email, a name or a profile URL.
Firmographics from a domain: industry, headcount, location, founding year and description.
Find matching people or companies by filters, instead of starting from an identifier you already have.
Funding, competitors and technographics for a company, in one call.
Up to 100 people or 100 companies per call, with billing aggregated into a single deduction.
Ask only for the fields you need, and cap spend per call with max_cost_cents. Sources are tried cheapest-first and stop as soon as those fields are filled.
tool names12as your agent sees them
data_agnt_people_email_finderdata_agnt_people_email_verifierdata_agnt_people_enrichdata_agnt_people_find_mobiledata_agnt_people_searchdata_agnt_people_bulk_enrichdata_agnt_companies_enrichdata_agnt_companies_searchdata_agnt_companies_discoverdata_agnt_companies_domain_emailsdata_agnt_companies_intelligencedata_agnt_companies_bulk_enrichThree jobs it can start on today
Turn a name into a sendable contact
The agent takes a first name, last name and domain, finds the professional email, verifies it, and only then writes the contact to your sequencing tool.
Budget-bounded list build
For each row in a target list the agent requests only the fields it needs and sets max_cost_cents, so a 5,000-row build has a ceiling you chose rather than a bill you discover.
Account research before a call
Given a domain the agent enriches the company, pulls funding, competitors and technographics, and writes a one-page brief into the workspace database for the rep.
What comes back
Your agent reads this response directly, with no parsing layer of your own in between. The same JSON comes back over plain HTTP, so a cron job or a script sees exactly what the agent sees.
https://mcp.superagnt.com/mcptool calldata_agnt_people_email_finder{
"first_name": "Dana",
"last_name": "Whitfield",
"domain": "meridian-analytics.example",
"max_cost_cents": 3
}{
"email": "dana.whitfield@meridian-analytics.example",
"status": "valid",
"score": 96,
"position": "VP Operations",
"meta": { "costCents": 1.8, "providersAttempted": 1, "latencyMs": 940 },
"...": "full_name, purchasedBalanceCents, subscriptionRemainingCents"
}What it costs to run
Calls in Email finder and enrichment are priced individually and deducted from your credit balance, and only a successful call is billed. The per-endpoint figures live in the reference docs, and every billable response reports its own cost in meta.costCents.
One balance covers this source and every other one, so there is no per-source subscription and no upstream account of your own to keep alive.
how credits work →Before you wire it up
01Do I need to enable anything?
No. The lead tools are in the default tool surface, so your agent has them the moment it connects to https://mcp.superagnt.com/mcp.
02What happens when an email cannot be found?
The call returns an empty result and a status rather than a guessed address. Set max_cost_cents when you want a hard ceiling on how far the waterfall goes before giving up.
03How is a waterfall call priced?
Each waterfall endpoint publishes a min and max credit range. Sources are called cheapest-first and the call stops as soon as your requested fields are filled, so an easy record costs less than a hard one.
04Which upstream providers are used?
agntdata abstracts upstream providers entirely. Provider names are never returned in the response and we routinely add or rotate providers as we improve coverage and price. You only ever talk to one API.
05What does `max_cost_cents` do?
It caps the maximum amount agntdata will spend upstream on a single call. The waterfall stops as soon as the budget is reached, even if some requested fields are still missing. Lower values trade completeness for cost predictability.
Point your client at https://mcp.superagnt.com/mcp and your agent has this, plus everything else on one balance.