leads-mcp
Provides company enrichment data such as industry, size, funding, and tech stack using Abstract API.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@leads-mcpFind the email for Alice Johnson at microsoft.com"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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-mcpClaude Code
claude mcp add leads-mcp -- npx -y leads-mcpClaude 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.
Related MCP server: LeadClaw
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.io — email finding & verification | |
| Apollo.io — person/company enrichment & search | |
| Abstract 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 JSLicense
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
AlicenseBqualityCmaintenanceB2B lead generation MCP server with 20+ lead generation tools - Apollo scraping, Google Maps, email finder, email validator, mobile finder, skip trace, ecommerce store data, and more.Last updated25321MIT- Alicense-qualityAmaintenanceMCP server that enables AI agents to discover and qualify B2B leads from Leadbay's knowledge base, with tools for lead research, enrichment, and outreach logging.Last updatedMIT
- Alicense-qualityDmaintenanceMCP server for the Apollo.io API that lets LLMs search and enrich people and company data.Last updated110MIT
- AlicenseAqualityBmaintenanceUnified MCP server combining Hunter.io email finding with Apollo company intelligence for B2B lead enrichment.Last updated112MIT
Related MCP Connectors
Managed LinkedIn MCP server for AI agents: search, connect, message and enrich on accounts you own.
B2B lead generation, email verification, company enrichment, and agentic GTM Ops.
Search companies, enrich contacts, and reveal emails and phones from your AI agent.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AtomicIntuition/leads-mcp-'
If you have feedback or need assistance with the MCP directory API, please join our Discord server