{ "name": "@mambalabsdev/mcp-contact-classifier", "displayName": "Contact Classifier", "version": "1.0.0", "description": "MCP server for the Mamba Labs Contact Classifier actor on Apify. Contact title in, department and seniority out, with an optional check on whether the person still holds the role.", "type": "module", "bin": { "mcp-contact-classifier": "./build/index.js" }, "scripts": { "build": "tsc && chmod +x build/index.js", "test": "npm run build && node --test test/*.test.js", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "contact-enrichment", "title-classification", "apify", "clay" ], "tags": [ "mcp", "contact-enrichment", "title-classification", "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-contact-classifier" }, "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "zod": "^4.5.4" }, "devDependencies": { "@types/node": "^26.4.0", "typescript": "5.9.3" }, "files": [ "build", "README.md", "LICENSE", "SECURITY.md" ], "mcpServers": ".mcp.json", "mcpName": "com.mambabuilt/mcp-contact-classifier" }