findymail_find_email
Pack: findymail · Endpoint: https://gateway.pipeworx.io/findymail/mcp
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
| Name | Type | Required | Description |
|---|---|---|---|
name | string | yes | Full name of the person, e.g. “Patrick Collison” |
domain | string | yes | Company domain (no protocol), e.g. “stripe.com” |
_apiKey | string | yes | Your Findymail API key (get one at findymail.com) |
Example call
curl -X POST https://gateway.pipeworx.io/findymail/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"findymail_find_email","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"findymail": {
"url": "https://gateway.pipeworx.io/findymail/mcp"
}
}
}
See Getting Started for client-specific install steps.