findymail_find_email
ActiveTool of Findymail
Find the work email for a person by name + company domain — give a person's full name and their company domain and get their verified business email (with job title and LinkedIn when available). B2B prospecting / outreach. Example: findymail_find_email({ name: "Patrick Collison", domain: "stripe.com", _apiKey: "your-findymail-key" })
Parameters schema
{
"type": "object",
"required": [
"name",
"domain",
"_apiKey"
],
"properties": {
"name": {
"type": "string",
"description": "Full name of the person, e.g. \"Patrick Collison\""
},
"domain": {
"type": "string",
"description": "Company domain (no protocol), e.g. \"stripe.com\""
},
"_apiKey": {
"type": "string",
"description": "Your Findymail API key (get one at findymail.com)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Findymail
https://github.com/pipeworx-io/mcp-findymail
1/7 registries