Skip to main content
Glama
carsonlabs

LeadEnrich MCP Server

Official
by carsonlabs

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoServer port8300
APOLLO_API_KEYNoApollo.io API key
HUNTER_API_KEYNoHunter.io API key
CLEARBIT_API_KEYNoClearbit API key
LEADENRICH_API_KEYNoClient auth key for usage metering
LEADENRICH_FREE_TIER_LIMITNoFree tier limit50

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
enrich_leadA

Enrich a single lead by cascading through Apollo, Clearbit, and Hunter.

Provide at least one of: email, domain, or first_name + last_name + domain. When email is provided, all providers run concurrently for speed. When only domain/name is provided, Apollo runs first to discover the email, then Clearbit + Hunter run concurrently.

find_emailA

Find someone's email address given their name and company domain.

Uses Hunter email-finder first (purpose-built for this), then falls back to Apollo people-match if Hunter doesn't find it.

enrich_companyA

Enrich a company by domain. Returns firmographic data without person-level details.

Best for account-level research: industry, size, revenue, description, etc.

enrich_batchA

Enrich multiple leads concurrently. Each lead cascades through all providers.

check_usageB

Check your current usage and remaining quota.

health_checkA

Check server health and which enrichment providers are configured.

Returns server status, configured providers, cache stats, and connectivity info.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
example_resultExample enrichment result showing the merged output format.

Latest Blog Posts

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/carsonlabs/leadenrich-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server