Leads Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Leads Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Lead generation MCP server for AI agents. Find emails, verify contacts, enrich profiles, and search prospects using Hunter.io, Apollo.io, and Abstract API.
BYOK (Bring Your Own Keys) — you supply your own API keys. No data leaves your machine except direct API calls to the services you configure.
npx -y leads-mcpclaude mcp add leads-mcp -- npx -y leads-mcpAdd to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"leads-mcp": {
"command": "npx",
"args": ["-y", "leads-mcp"],
"env": {
"HUNTER_API_KEY": "your-hunter-key",
"APOLLO_API_KEY": "your-apollo-key",
"ABSTRACT_API_KEY": "your-abstract-key"
}
}
}
}Add to ~/.cursor/mcp.json with the same config format as above.
All keys are optional — tools gracefully tell you which key is needed when you try to use them.
| Key | Service | Get it at |
|---|---|---|
HUNTER_API_KEY | Hunter.io — email finding & verification | https://hunter.io/api-keys |
APOLLO_API_KEY | Apollo.io — person/company enrichment & search | https://app.apollo.io/#/settings/integrations/api |
ABSTRACT_API_KEY | Abstract API — company enrichment | https://app.abstractapi.com/api/company-enrichment |
Find someone's email address given their name and company domain.
Params: firstName, lastName, domain API: Hunter.io | Key: HUNTER_API_KEY
Verify an email address for deliverability — MX records, SMTP, disposable, catch-all.
Params: email API: Hunter.io | Key: HUNTER_API_KEY
Find all email addresses associated with a company domain.
Params: domain, type?, department?, seniority?, limit? API: Hunter.io | Key: HUNTER_API_KEY
Get a full professional profile — title, company, social links, phone.
Params: firstName?, lastName?, email?, domain?, linkedinUrl? API: Apollo.io | Key: APOLLO_API_KEY
Get comprehensive company intelligence — industry, size, funding, tech stack.
Params: domain API: Apollo.io + Abstract API | Key: APOLLO_API_KEY or ABSTRACT_API_KEY
Search for people by job title, company, location, and seniority.
Params: personTitles?, organizationName?, locations?, seniorities?, limit? API: Apollo.io | Key: APOLLO_API_KEY
Search for companies by name, industry, location, and employee count.
Params: query?, industries?, locations?, employeeRanges?, limit? API: Apollo.io | Key: APOLLO_API_KEY
Generate a comprehensive lead report combining all available APIs. Uses Promise.allSettled for partial results.
Params: firstName, lastName, domain API: All available | Key: Any configured key
git clone <repo-url>
cd leads-mcp
pnpm install
pnpm dev # Run with tsx (hot reload)
pnpm build # Compile TypeScript
pnpm start # Run compiled JSMIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.