{ "name": "@mambalabsdev/mcp-gtm-suite", "version": "1.9.0", "description": "MCP server for the full Mamba Labs GTM Suite. One server exposing eleven account-intelligence actors on Apify as tools: identity, firmographics, social presence, hiring, tech stack, job boards, funding, change feed, LinkedIn, signals and ICP scoring.", "type": "module", "bin": { "mcp-gtm-suite": "./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", "suite", "sales-intelligence", "lead-generation", "apify", "clay" ], "author": "Mamba Labs ", "license": "MIT", "homepage": "https://apify.com/mambalabs", "repository": { "type": "git", "url": "https://github.com/mambalabsdev/mcp-gtm-suite" }, "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "zod": "3.25.76" }, "devDependencies": { "@types/node": "^26.2.0", "typescript": "5.9.3" }, "mcpName": "com.mambabuilt/mcp-gtm-suite" }