MCP server exposing 2 tools for findymail.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/findymail/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
findymail_find_email — 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" })findymail_reverse_email — 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" })Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/findymail/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io