{ "name": "@mambalabsdev/mcp-company-firmographic-enricher", "version": "1.0.1", "description": "MCP server for the Mamba Labs Company Firmographic Enricher actor on Apify. Turn a company domain into structured firmographics: employee band, industry, HQ, founded year, revenue estimate, logo and description, with provenance. Clay-ready.", "type": "module", "bin": { "mcp-company-firmographic-enricher": "./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", "company-enrichment", "firmographics", "company-data", "domain-enrichment", "b2b-data", "apify", "clay" ], "author": "Mamba Labs ", "license": "MIT", "homepage": "https://apify.com/mambalabs", "repository": { "type": "git", "url": "https://github.com/mambalabsdev/mcp-company-firmographic-enricher" }, "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "zod": "^4.5.4" }, "devDependencies": { "@types/node": "^26.4.0", "typescript": "5.9.3" }, "mcpName": "com.mambabuilt/mcp-company-firmographic-enricher" }