leads-mcp
Lead generation MCP server for AI agents. Find emails, verify contacts, enrich profiles, and search prospects using Hunter.io, Apollo.io, and Abstract API.
README
leads-mcp
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.
Install
npx -y leads-mcp
Claude Code
claude mcp add leads-mcp -- npx -y leads-mcp
Claude Desktop
Add 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"
}
}
}
}
Cursor
Add to ~/.cursor/mcp.json with the same config format as above.
API Keys
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 |
Tools
find-email
Find someone's email address given their name and company domain.
Params: firstName, lastName, domain
API: Hunter.io | Key: HUNTER_API_KEY
verify-email
Verify an email address for deliverability — MX records, SMTP, disposable, catch-all.
Params: email
API: Hunter.io | Key: HUNTER_API_KEY
domain-search
Find all email addresses associated with a company domain.
Params: domain, type?, department?, seniority?, limit?
API: Hunter.io | Key: HUNTER_API_KEY
enrich-person
Get a full professional profile — title, company, social links, phone.
Params: firstName?, lastName?, email?, domain?, linkedinUrl?
API: Apollo.io | Key: APOLLO_API_KEY
enrich-company
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-people
Search for people by job title, company, location, and seniority.
Params: personTitles?, organizationName?, locations?, seniorities?, limit?
API: Apollo.io | Key: APOLLO_API_KEY
search-companies
Search for companies by name, industry, location, and employee count.
Params: query?, industries?, locations?, employeeRanges?, limit?
API: Apollo.io | Key: APOLLO_API_KEY
lead-report
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
Example Prompts
- "Find the email for John Smith at stripe.com"
- "Verify if hello@example.com is deliverable"
- "Find all engineering contacts at openai.com"
- "Get the full profile for the CEO of anthropic.com"
- "Tell me everything about acme.com"
- "Search for CTOs at startups in San Francisco"
- "Find B2B SaaS companies with 50-200 employees"
- "Generate a full lead report for Jane Doe at tesla.com"
Development
git clone <repo-url>
cd leads-mcp
pnpm install
pnpm dev # Run with tsx (hot reload)
pnpm build # Compile TypeScript
pnpm start # Run compiled JS
License
MIT
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。