Back to MCP Servers
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.
search-data-extractionai
By imprvhub
Installation
npx -y mcp-domain-availabilityConfiguration
{
"mcpServers": {
"mcp-domain-availability": {
"command": "npx",
"args": ["-y", "mcp-domain-availability"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes