imprvhub/mcp-domain-availability
A Model Context Protocol (MCP) server that enables Claude Desktop to check domain availability across 50+ TLDs. Features DNS/WHOIS verification, bulk checking, and smart suggestions. Zero-clone installation via uvx.
Quick Start
Clone the repository:
git clone https://github.com/imprvhub/mcp-domain-availabilityClaude Desktop configuration example:
{
"mcpServers": {
"mcp-domain-availability": {
"command": "npx",
"args": [
"-y",
"imprvhub/mcp-domain-availability"
]
}
}
}Check the repository README for specific installation and configuration instructions.