sales-intelligence__find_yc_companies
ActiveTool of com.thenextgennexus/enterprise-mcp-gateway
[Sales Intelligence] Find Y Combinator companies, optionally filtered by batch (e.g. "W26", "S25") or status ("Active", "Acquired", "Public"). Wraps `nexgendata/yc-companies-directory-scraper`. Returns the YC directory entries (company name, batch, description, website, industries, location, status). Args: batch: Batch code such as "W26", "S25", "F24". stage: Status filter, e.g. "Active", "Acquired", "Public".
Parameters schema
{
"type": "object",
"properties": {
"batch": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null
},
"stage": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
com.thenextgennexus/enterprise-mcp-gateway
1/7 registries