Email Finder
Name + company domain → deliverable work email. 95%+ accuracy. One API call, no scraping, no guessing.
Turn a CSV of company domains or contact emails into fully enriched leads — job titles, verified emails, phone numbers, company intel — without leaving your shell.
curl -fsSL https://releases.leadmagic.io/install.sh | bashOne command installs everything · Windows installer
✓ No credit card required · ✓ Works offline after install · ✓ Open source
95%+
email find accuracy
40+
enrichment fields
<1s
per-row latency
10k
row CSV limit
Every enrichment endpoint — wired up, batched, and queryable — without writing a line of code.
Name + company domain → deliverable work email. 95%+ accuracy. One API call, no scraping, no guessing.
SMTP handshake + MX record verification before you send. Slash bounce rates from 8% to under 1%.
Domain → industry, headcount, funding stage, tech stack, LinkedIn, Crunchbase, and 40+ fields.
Email → job title, seniority, direct phone, LinkedIn URL, location, and current employer — in one shot.
Drop any CSV, pick a column, run enrichment across every row. Local analytics built in — query results instantly.
Ask "which companies in my list raised Series B?" and get an answer. No SQL, no exports, no waiting.
Dashboards are for reviewing results. The CLI is where the work happens.
Scriptable
Pipe into your existing shell scripts. Cron it. Chain with jq, awk, whatever you use.
Local-first storage
Results land in a local database at .leadmagic/ — query offline, version with git, share with teammates.
AI built in
Ask Claude to segment, filter, or summarize your enriched data without writing SQL.
No browser required
From login to enriched CSV in under 60 seconds. Works over SSH, in CI, on a headless server.
macOS & Linux
curl -fsSL https://releases.leadmagic.io/install.sh | bashWindows (PowerShell)
irm https://releases.leadmagic.io/install.ps1 | iexQuick start (3 steps):
lm loginAuthenticate — opens app.leadmagic.io in your browser
lm initCreate local database in .leadmagic/
lm enrich leads.csvPick a CSV, choose fields, start enriching
Secure by default
Every binary is checksummed at build time and verified on install. See changelog →
Connect LeadMagic as an MCP server to your favorite AI coding tool. Your assistant gets 4 live tools — look up emails, validate addresses, and pull company profiles mid-conversation.
validate_emailSMTP + MX check — is this address real?
find_emailName + domain → verified work email
enrich_companyDomain → 40+ company data points
enrich_contactEmail → title, phone, LinkedIn, and more
Get your API key from app.leadmagic.io/settings/api
Run lm login — copies your session token to clipboard
Pick your tool below and paste the config
{
"mcpServers": {
"leadmagic": {
"url": "https://mcp.leadmagic.io/mcp",
"headers": {
"Authorization": "Bearer YOUR_CLERK_TOKEN",
"x-leadmagic-key": "YOUR_API_KEY"
}
}
}
}Get an API key, install in 30 seconds, and start turning raw contact lists into pipeline.