sales-intelligence__track_startup_funding
ActiveTool of com.thenextgennexus/enterprise-mcp-gateway
[Sales Intelligence] Track recent startup funding announcements filtered by stage and sector. Wraps `nexgendata/startup-funding-tracker`. Returns recent rounds (Crunchbase News + TechCrunch + sector press) including company, amount, round type, investors, and date. Args: stage: Optional stage filter ("seed", "series a", "series b", ...). sector: Optional sector / industry filter ("ai", "fintech", ...). days_back: Look-back window in days (default 30, max ~180).
Parameters schema
{
"type": "object",
"properties": {
"stage": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null
},
"sector": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null
},
"days_back": {
"type": "integer",
"default": 30
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
com.thenextgennexus/enterprise-mcp-gateway
1/7 registries