{ "name": "@mambalabsdev/mcp-creator-profile-reader", "displayName": "Influencer Profile Scraper", "version": "1.0.1", "description": "MCP server for the Mamba Labs Influencer Profile Scraper actor on Apify. Creator handles or profile URLs in, one profile row out per creator.", "type": "module", "bin": { "mcp-creator-profile-reader": "./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", "influencer-marketing", "creator-profiles", "social-media", "apify", "clay" ], "tags": [ "mcp", "influencer-marketing", "creator-profiles", "social-media", "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-creator-profile-reader" }, "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "zod": "^4.5.4" }, "devDependencies": { "@types/node": "^26.4.1", "typescript": "5.9.3" }, "files": [ "build", "README.md", "LICENSE", "SECURITY.md" ], "mcpServers": ".mcp.json", "mcpName": "com.mambabuilt/mcp-creator-profile-reader" }