{ "name": "@mambalabsdev/mcp-domain-deliverability-checker", "version": "1.0.1", "description": "MCP server for the Mamba Labs Domain Deliverability Checker actor on Apify. Audit a domain's email deliverability: SPF, DKIM, DMARC, MX, mail provider, catch-all, blacklist, domain age, and a 0 to 100 health score. Clay-ready output.", "type": "module", "bin": { "mcp-domain-deliverability-checker": "./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", "email-deliverability", "spf", "dkim", "dmarc", "dns", "blacklist", "apify", "clay" ], "author": "Mamba Labs ", "license": "MIT", "homepage": "https://apify.com/mambalabs", "repository": { "type": "git", "url": "https://github.com/mambalabsdev/mcp-domain-deliverability-checker" }, "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-domain-deliverability-checker" }