Pick your starting point and pass the right tool to the API.
MoltSets Tools
I have... | I want... | Tell Claude Code... | Tool |
HEM (MD5) | Plaintext email + SHA-256 | "Resolve this HEM to an email address" | |
LinkedIn slug | "Find the LinkedIn slug for this email address" | ||
Best-match LinkedIn profile URL | "Find the best LinkedIn profile for this email address" | ||
Business profile + company data | "Get the business profile for this email address" |
I have... | I want... | Tell Claude Code... | Tool |
Name + company domain | LinkedIn slug | "Find the LinkedIn profile for John Smith at acme.com" | |
LinkedIn slug or URL | Business email | "Find the business email for linkedin.com/in/adam-robinson" | |
LinkedIn slug or URL | Personal email address | "Find the personal email for adam-robinson on LinkedIn" | |
LinkedIn slug or URL | Best personal email | "Find the best personal email for this LinkedIn profile" | |
LinkedIn slug or URL | All known personal emails | "Get all personal emails for linkedin.com/in/adam-robinson" | |
LinkedIn slug or URL | Phone number | "Find the phone number for adam-robinson on LinkedIn" | |
LinkedIn slug or URL | Mobile phone number | "Get the mobile phone for this LinkedIn profile" | |
LinkedIn slug or URL | All known HEMs | "Get all hashed emails for this LinkedIn profile" | |
LinkedIn slug or URL | Business profile + company data | "Get the full business profile for adam-robinson" |
Account
I have... | I want... | Tell Claude Code... | Tool |
API key | Account details, plan, and token balance | "Show me my MoltSets account details" | |
API key | Billing plan, renewal date, and token costs per tool | "What is my current billing plan and token costs?" | |
API key | Token usage breakdown | "How many tokens have I used this month?" |
Power Users
Power users, please see "I Have X, I Want Y (Advanced)" for even more MoltSets tools.
Common starting points
I have a business email and want to find someone on LinkedIn
"Find the LinkedIn profile for [email protected]."
Use business_email_to_personal_hem to get a HEM, then hem_to_best_linkedin for the profile URL.
I have a name and company and want contact details
"Find contact details for John Smith at acme.com."
Use linkedin_slug_search to get their LinkedIn slug, then pass it to enrich_email, enrich_phone, or linkedin_to_business_profile.
I have a LinkedIn profile and want a phone number for outreach
"Get the mobile number and personal email for adam-robinson on LinkedIn."
Use linkedin_to_mobile_phone and linkedin_to_best_personal_email in parallel.
