sales-intelligence__enrich_lead_list
ActiveTool of com.thenextgennexus/enterprise-mcp-gateway
[Sales Intelligence] Bulk-enrich a list of company domains with emails, contact pages, social profiles, and (where available) phone numbers. Wraps `nexgendata/lead-list-enricher`. Best used after `find_b2b_leads` to add contact-tier data to a freshly built lead list. Up to ~50 domains per call recommended for response-time reasons. Args: domains: List of company domains (e.g. ["stripe.com","airbnb.com"]).
Parameters schema
{
"type": "object",
"required": [
"domains"
],
"properties": {
"domains": {
"type": "array",
"items": {
"type": "string"
}
}
}
}Parent server
com.thenextgennexus/enterprise-mcp-gateway
1/7 registries