{ "name": "@mambalabsdev/mcp-gtm-tech-stack-signal-scraper", "version": "1.3.0", "description": "MCP server for GTM Tech Stack Signal Enrichment. Detects CRM, sequencer, and marketing automation tools from a company's public website via Apify. Clay-ready output.", "type": "module", "bin": { "mcp-gtm-tech-stack-signal-scraper": "./build/index.js" }, "files": [ "build", "README.md", "LICENSE", "SECURITY.md" ], "scripts": { "build": "tsc && chmod +x build/index.js", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "gtm", "tech-stack", "crm", "sequencer", "marketing-automation", "apify", "clay", "lead-generation" ], "author": "Mamba Labs ", "license": "MIT", "homepage": "https://apify.com/mambalabs/gtm-tech-stack-signal-scraper", "repository": { "type": "git", "url": "https://github.com/mambalabsdev/mcp-gtm-tech-stack-signal-scraper" }, "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "zod": "^4.4.3" }, "devDependencies": { "@types/node": "^26.2.0", "typescript": "5.9.3" }, "mcpName": "com.mambabuilt/mcp-gtm-tech-stack-signal-scraper" }