leads-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| APOLLO_API_KEY | No | Apollo.io API key for person/company enrichment and search | |
| HUNTER_API_KEY | No | Hunter.io API key for email finding and verification | |
| ABSTRACT_API_KEY | No | Abstract API key for company enrichment |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| find-emailA | Find someone's email address given their name and company domain. Uses Hunter.io. |
| verify-emailA | Verify an email address for deliverability, checking MX records, SMTP, disposable, and catch-all status. |
| domain-searchB | Find all email addresses associated with a company domain. Filter by department, seniority, and email type. |
| enrich-personA | Get a full professional profile for a person using their name, email, or LinkedIn URL. Uses Apollo.io. |
| enrich-companyA | Get comprehensive company intelligence for a domain — industry, size, funding, tech stack, and more. |
| search-peopleB | Search for people by job title, company, location, and seniority. Uses Apollo.io. |
| search-companiesA | Search for companies by name, industry, location, and employee count. Uses Apollo.io. |
| lead-reportA | Generate a comprehensive lead report combining email, person profile, and company data from all available APIs. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 8 tools
Each tool targets a distinct action: email lookup, email verification, domain email listing, person/company enrichment, people/company search, and combined reporting. No two tools overlap in purpose, and the descriptions clearly differentiate them.
Most tools follow a clear verb_noun pattern (find-email, verify-email, enrich-person, search-people, etc.), but 'domain-search' and 'lead-report' are noun-heavy deviations. The overall hyphenated lowercase style is consistent, so only minor inconsistency exists.
With 8 tools, the set is well-scoped for a lead generation/enrichment server. Each tool serves a clear function without redundancy, and the count falls comfortably within the ideal range.
The tools cover the full lead generation workflow: discovery (search-people, search-companies), email lookup (find-email, domain-search), verification (verify-email), enrichment (enrich-person, enrich-company), and synthesis (lead-report). No major gaps or dead ends are apparent.