{ "name": "mcp-domain-radar", "version": "0.1.2", "description": "MCP server that checks domain availability during brand naming — never recommend a name without a domain again", "type": "module", "bin": { "mcp-domain-radar": "dist/index.js" }, "main": "./dist/index.js", "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "prepublishOnly": "npm run build", "start": "node dist/index.js", "dev": "tsc --watch" }, "keywords": [ "mcp", "mcp-server", "model-context-protocol", "domain", "domain-availability", "brand", "brand-naming", "naming", "whois", "claude", "claude-code", "codex", "ai", "ai-tools" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "zod": "^3.24.0" }, "devDependencies": { "@types/node": "^22.0.0", "typescript": "^5.7.0" }, "engines": { "node": ">=18.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/sonwr/mcp-domain-radar.git" }, "mcpName": "io.github.sonwr/domain-radar" }