sales-intelligence__aggregate_company_profile
ActiveTool of com.thenextgennexus/enterprise-mcp-gateway
[Sales Intelligence] Build a full company profile by aggregating across multiple public sources: homepage, /about, /careers, JSON-LD schema, plus Crunchbase free-tier funding scrape when `include_funding=True`. Wraps `nexgendata/company-data-aggregator`. The richest of the company-research tools — use this when you want one record covering industry, HQ, founded date, employee band, key people, social handles, and funding history. Args: name_or_domain: Company name (e.g. "Stripe") or domain. include_funding: Include Crunchbase + news-based funding lookup.
Parameters schema
{
"type": "object",
"required": [
"name_or_domain"
],
"properties": {
"name_or_domain": {
"type": "string"
},
"include_funding": {
"type": "boolean",
"default": true
}
}
}Parent server
com.thenextgennexus/enterprise-mcp-gateway
1/7 registries