Reads a company public site to flag the CRM, sequencer, and marketing automation it runs, with per-tool booleans for HubSpot, Salesforce, Apollo, Gong, Intercom, and Marketo. Part of the Mamba Labs signal toolkit.
Server Config
{
"mcpServers": {
"mamba-gtm-tech-stack": {
"command": "npx",
"args": [
"-y",
"@mambalabsdev/mcp-gtm-tech-stack-signal-scraper"
],
"env": {
"APIFY_TOKEN": "your-apify-token"
}
}
}
}