{ "name": "@mambalabsdev/mcp-email-waterfall-orchestrator", "version": "1.0.2", "description": "MCP server for the Mamba Labs Work Email Waterfall actor on Apify. Give it contacts and your own provider API keys and it finds a work email for each, verifies it, and returns real per-provider spend attribution as flat Clay-ready JSON.", "type": "module", "bin": { "mcp-email-waterfall-orchestrator": "./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", "email-finder", "email-verification", "waterfall", "byok", "lead-generation", "enrichment", "apify", "clay" ], "author": "Mamba Labs ", "license": "MIT", "homepage": "https://apify.com/mambalabs", "repository": { "type": "git", "url": "https://github.com/mambalabsdev/mcp-email-waterfall-orchestrator" }, "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "zod": "3.25.76" }, "devDependencies": { "@types/node": "^26.4.1", "typescript": "5.9.3" }, "mcpName": "com.mambabuilt/mcp-email-waterfall-orchestrator" }