{ "name": "@mambalabsdev/mcp-people-finder", "displayName": "People Finder & Email Verifier", "version": "1.0.1", "description": "MCP server for the Mamba Labs People Finder & Email Verifier actor on Apify. Finds people at a company by role, seniority and department, and returns structured contact records with optional verified business email.", "type": "module", "bin": { "mcp-people-finder": "./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", "contact-finder", "email-verification", "apify", "clay" ], "tags": [ "mcp", "contact-finder", "email-verification", "apify", "clay" ], "category": "productivity", "author": { "name": "Mamba Labs", "email": "labs@mambamindsetgrowth.com" }, "license": "MIT", "logo": "https://mmg-brand-assets.netlify.app/apify-actor-pngs/apify_webhook.png", "homepage": "https://mambabuilt.com", "repository": { "type": "git", "url": "https://github.com/mambalabsdev/mcp-people-finder" }, "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "zod": "^4.5.4" }, "devDependencies": { "@types/node": "^26.4.1", "typescript": "5.9.3" }, "mcpServers": ".mcp.json", "mcpName": "com.mambabuilt/mcp-people-finder" }