sales-intelligence__detect_hiring_signal
ActiveTool of com.thenextgennexus/enterprise-mcp-gateway
[Sales Intelligence] Detect hiring-momentum signals for a list of companies. Aggregates open-role counts, growth-related keywords (Series A/B/C, scaling, expansion), and trend indicators from job boards. Wraps `nexgendata/hiring-signal-detector`. Useful for sales prospecting ("which of my target accounts are hiring right now?") and funding signals ("companies scaling engineering = recently funded"). Args: company_slugs: List of company slugs / names (e.g. ["stripe", "notion"]).
Parameters schema
{
"type": "object",
"required": [
"company_slugs"
],
"properties": {
"company_slugs": {
"type": "array",
"items": {
"type": "string"
}
}
}
}Parent server
com.thenextgennexus/enterprise-mcp-gateway
1/7 registries