You're viewing a demo portfolio

Join the waitlist
PRSM

sales-intelligence__find_b2b_leads

Active

Tool of com.thenextgennexus/enterprise-mcp-gateway

declared in 1.0.47

[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
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

com.thenextgennexus/enterprise-mcp-gateway

1/7 registries
View full server →
sales-intelligence__find_b2b_leads — com.thenextgennexus/enterprise-mcp-gateway — PRSM MCP