Overview
The Findymail server enables AI assistants to interact with Findymail, providing email validation and discovery capabilities for finding work emails and verifying email deliverability. Built by Meerkats AI, this server helps sales teams and business development professionals with contact discovery.How to Add Findymail
1
Create Findymail Account
- Go to https://findymail.com
- Sign up for an account or log in to your existing account
2
Generate API Key
- Navigate to your account settings
- Go to API Settings
- Generate a new API key
- Copy the API key for use in Nexus
3
Connect to Nexus
- Add the Findymail server to your Nexus environment
- Enter your API key when prompted
4
Test Connection
Start with a simple command like “Verify if john.doe@company.com is a valid email address” to verify the connection works properly.
Findymail uses separate credit pools for “finder” operations and “verifier” operations. Monitor your credit usage to avoid unexpected limits.
What You Can Do
Email Discovery
Find email addresses using first name, last name, and company domain
Email Verification
Verify if email addresses are valid and active
Company Data
Find detailed information about a company using its domain
Contact Enrichment
Find phone numbers and LinkedIn URLs for contacts
Available Tools (5)
findyemail_verify_email
findyemail_verify_email
Verify if an email address is valid and active.
-
Input:
email(required) - Email address to verify
-
Use Cases:
- Validate email addresses before sending outreach
- Clean email lists by removing invalid addresses
- Check deliverability of collected emails
findyemail_find_email
findyemail_find_email
Find an email address using first name, last name, and domain information.
-
Input:
firstName(required) - First name of the personlastName(required) - Last name of the persondomain(required) - Company domain namewebhook_url(optional) - Optional webhook URL that will receive the result as callback
-
Use Cases:
- Find specific contacts at target companies
- Locate decision-makers by name and company
- Build contact lists for outreach campaigns
findyemail_find_company_data
findyemail_find_company_data
Find detailed information about a company using its domain.
-
Input:
domain(required) - Company domain name
-
Use Cases:
- Research companies before outreach
- Get company metadata and information
- Enrich company records in your CRM
findyemail_find_phone
findyemail_find_phone
Find a phone number using LinkedIn profile URL.
-
Input:
linkedInUrl(required) - LinkedIn profile URL of the person
-
Use Cases:
- Get phone numbers from LinkedIn profiles
- Enrich contact records with phone information
- Enable multi-channel outreach (email + phone)
findyemail_get_linkedin_url
findyemail_get_linkedin_url
Find LinkedIn URL using name, designation, and company information.
-
Input:
name(optional) - Name of the persondesignation(optional) - Job title or designation of the personcompanyName(required) - Company name
-
Use Cases:
- Find LinkedIn profiles for contacts
- Discover decision-makers by role and company
- Build contact profiles with LinkedIn data
Use Cases
Email Verification
Email Verification
- Lead Validation: “Verify if john.doe@company.com is a valid email address”
- List Cleaning: Validate email addresses before sending outreach campaigns
- Deliverability Check: Ensure emails are active before adding to CRM
findyemail_verify_email to check if contact@example.com is deliverableContact Discovery
Contact Discovery
- Specific Contacts: “Find the email for Sarah Johnson at salesforce.com”
- Executive Outreach: “What’s the email address for the CTO at stripe.com?”
- Lead Building: Build targeted contact lists for outreach campaigns
findyemail_find_email with firstName=“Sarah”, lastName=“Johnson”, domain=“salesforce.com”Company Research
Company Research
- Company Info: “Get company details for acme.com”
- CRM Enrichment: Enrich company records with metadata
- Pre-Outreach Research: Research companies before contacting them
findyemail_find_company_data with domain=“acme.com”LinkedIn Enrichment
LinkedIn Enrichment
- Profile Lookup: “Find phone number for linkedin.com/in/johndoe”
- LinkedIn Discovery: “Find LinkedIn URL for Sarah Johnson, VP Sales at Salesforce”
- Multi-Channel Outreach: Get both email and LinkedIn data for contacts
findyemail_get_linkedin_url with companyName=“Salesforce”, name=“Sarah Johnson”, designation=“VP Sales”Findymail separates credits into “finder” credits and “verifier” credits. Each operation type consumes from its respective pool. Monitor your credit usage to avoid unexpected limits.

