The catalogue/Hunter
Hunter
app.hunter
Find professional emails, guess addresses, and verify deliverability with Hunter.io
Version2.0.0
Categorydata
AuthAPI key
Tools3
Transportstdio
LicenceMIT
01
What it does
The app, in its own words.
Hunter.io email finder — find professional email addresses by domain, guess a person's email from their name, and verify email deliverability.
02
Tools
3 tools the agent can call.
Every one is declared with typed parameters and returns structured results, so the host can render them instead of narrating them.
- domain-searchFind professional email addresses for a company domain. Returns the domain pattern, organization, and a list of emails with confidence, name, position and department. Returns { domain, organization, pattern, total, emails[] }.
- email-finderGuess a specific person's professional email from their first/last name and company domain. Returns the most likely email with a confidence score (0-100). Returns { email, score, domain, firstName, lastName, position }.
- email-verifierVerify whether an email address is deliverable. Returns a status (valid / invalid / accept_all / webmail / disposable / unknown), a result (deliverable / risky / undeliverable) and a 0-100 score plus the underlying checks. Returns { email, status, result, score }.
03
Auth and permissions
What it asks for.
Declared in the manifest, in advance. The app cannot reach anything it did not ask for here.
User secrets
HUNTER_API_KEY
Reading further
The manifest and the source for Hunter live in the monorepo, alongside the other apps.