{ "name": "@mambalabsdev/mcp-legal-entity-resolver", "displayName": "Legal Entity Resolver", "version": "1.1.0", "description": "MCP server for the Mamba Labs Legal Entity Resolver actor on Apify. Company domain in, the registered legal entity out: legal name, company number, jurisdiction, status, LEI and VAT number.", "type": "module", "bin": { "mcp-legal-entity-resolver": "./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", "kyb", "legal-entity", "apify", "clay" ], "tags": [ "mcp", "kyb", "legal-entity", "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-legal-entity-resolver" }, "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-legal-entity-resolver" }