One call merges hiring intent and tech-stack detection into a single composite GTM score with a recommended next action. Part of the Mamba Labs signal toolkit.
Server Config
{
"mcpServers": {
"mamba-gtm-signals": {
"command": "npx",
"args": [
"-y",
"@mambalabsdev/mcp-gtm-signals-aggregator"
],
"env": {
"APIFY_TOKEN": "your-apify-token"
}
}
}
}