sales-intelligence__find_b2b_leads
ActiveTool of com.thenextgennexus/enterprise-mcp-gateway
[Sales Intelligence] Find B2B sales leads matching an industry / geography / size filter. Wraps `nexgendata/b2b-leads-finder`. Returns company-level leads with names, domains, and (where available) job-title contacts that match a Marketing Manager / sales-decision-maker profile. Use `enrich_lead_list` afterwards to add contact info. Args: industry: Industry vertical (e.g. "fintech", "SaaS", "healthcare"). country: Optional country / region filter (e.g. "Singapore", "USA"). employee_band: Optional LinkedIn-style size band ("11-50", "51-200", "201-500", "501-1000", "1001-5000", "5001+"). limit: Max leads to return (1-500, default 50).
Parameters schema
{
"type": "object",
"required": [
"industry"
],
"properties": {
"limit": {
"type": "integer",
"default": 50
},
"country": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null
},
"industry": {
"type": "string"
},
"employee_band": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
com.thenextgennexus/enterprise-mcp-gateway
1/7 registries