An MCP server that detects which go-to-market tools a company runs, straight from its public website.
This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.
{
"command": "npx",
"args": [
"-y",
"@mambalabsdev/mcp-gtm-tech-stack-signal-scraper"
],
"env": {
"APIFY_TOKEN": "your-apify-token"
}
}