email_finder
ActiveTool of mcp-hunter
Find the most likely professional/work email address for a specific person at a domain on Hunter.io. Returns the email, a confidence score, position, and the number of corroborating sources. Example: email_finder({ domain: "stripe.com", first_name: "Patrick", last_name: "Collison" })
Parameters schema
{
"type": "object",
"required": [
"domain",
"first_name",
"last_name"
],
"properties": {
"domain": {
"type": "string",
"description": "Company domain, e.g. \"stripe.com\""
},
"_apiKey": {
"type": "string",
"description": "Optional — your own Hunter.io API key for higher limits; omit to use the shared Pipeworx key."
},
"last_name": {
"type": "string",
"description": "Person's last name, e.g. \"Collison\""
},
"first_name": {
"type": "string",
"description": "Person's first name, e.g. \"Patrick\""
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-hunter
https://github.com/pipeworx-io/mcp-hunter
2/7 registries