{ "name": "@mambalabsdev/mcp-team-page-people-extractor", "displayName": "Team Page People Extractor", "version": "1.0.1", "description": "MCP server for the Mamba Labs Team Page People Extractor actor on Apify. Returns the people a company publishes on its own team, leadership or about page, with names, titles and the source page.", "type": "module", "bin": { "mcp-team-page-people-extractor": "./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", "team-page", "contact-discovery", "apify", "clay" ], "tags": [ "mcp", "team-page", "contact-discovery", "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-team-page-people-extractor" }, "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-team-page-people-extractor" }