An MCP server that detects go-to-market hiring activity from company career pages.
This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.
{
"command": "npx",
"args": [
"-y",
"@mambalabsdev/mcp-gtm-hiring-signal-scraper"
],
"env": {
"APIFY_TOKEN": "your-apify-token"
}
}