{ "name": "@mambalabsdev/mcp-ai-tooling-detector", "version": "1.2.0", "description": "MCP server for the Mamba Labs AI Tooling Detector actor on Apify. Give it a company domain and it returns whether the company only talks about AI, actually deploys AI tooling on its site, or charges for AI, with the evidence, as Clay-ready JSON.", "type": "module", "bin": { "mcp-ai-tooling-detector": "./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", "ai-detection", "ai-adoption", "tech-stack", "llms-txt", "ai-maturity", "chat-widget", "apify", "clay" ], "author": "Mamba Labs ", "license": "MIT", "homepage": "https://apify.com/mambalabs", "repository": { "type": "git", "url": "https://github.com/mambalabsdev/mcp-ai-tooling-detector" }, "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "zod": "^4.5.4" }, "devDependencies": { "@types/node": "^26.4.0", "typescript": "5.9.3" }, "mcpName": "com.mambabuilt/mcp-ai-tooling-detector" }