findymail_reverse_email
ActiveTool of Findymail
Look up the person/LinkedIn profile behind an email address — give an email and get the person's name, company, job title, and LinkedIn URL when available. Reverse-email enrichment. Example: findymail_reverse_email({ email: "patrick@stripe.com", _apiKey: "your-findymail-key" })
Parameters schema
{
"type": "object",
"required": [
"email",
"_apiKey"
],
"properties": {
"email": {
"type": "string",
"description": "Email address to look up, e.g. \"patrick@stripe.com\""
},
"_apiKey": {
"type": "string",
"description": "Your Findymail API key (get one at findymail.com)"
}
}
}Parent server
Findymail
https://github.com/pipeworx-io/mcp-findymail
1/7 registries