Detects GTM hiring activity from company career pages across Greenhouse, Lever, and Ashby, returning role counts and titles as a Clay-ready row. Part of the Mamba Labs signal toolkit.
Server Config
{
"mcpServers": {
"mamba-gtm-hiring": {
"command": "npx",
"args": [
"-y",
"@mambalabsdev/mcp-gtm-hiring-signal-scraper"
],
"env": {
"APIFY_TOKEN": "your-apify-token"
}
}
}
}