
mcp-domain-availability
by imprvhub·★ 49·Score 42
A domain availability MCP server that checks domain names across 50+ TLDs with DNS/WHOIS verification.
Overview
This MCP server enables Claude Desktop to check domain availability across 50+ popular TLD extensions including popular (.com, .io, .ai), country (.us, .uk, .de), and new TLDs (.app, .dev, .tech). It features dual verification using DNS and WHOIS for accuracy, supports bulk checking with parallel processing, and provides smart TLD suggestions organized by category. The server offers a zero-clone installation option via uvx package manager.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this server if you need to check domain availability for multiple TLDs within Claude Desktop and want smart suggestions based on availability.
When NOT to choose this
Don't choose this if you need domain registration capabilities (this is read-only only) or require checking specialized/obscure TLDs not in its supported list.
Tools this server exposes
1 tool extracted from the READMEcheck_domainCheck domain availability across 50+ TLDs with DNS and WHOIS verification
Comparable tools
Installation
Installation
Zero-Clone Installation (Recommended)
The MCP Domain Availability Checker supports direct installation without cloning repositories, using uvx for package management.
Configuration
Edit your Claude Desktop configuration file:
**macOS**: ~/Library/Application Support/Claude/claude_desktop_config.json **Windows**: %APPDATA%\Claude\claude_desktop_config.json **Linux**: ~/.config/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-domain-availability": {
"command": "uvx",
"args": [
"--python=3.10",
"--from",
"git+https://github.com/imprvhub/mcp-domain-availability",
"mcp-domain-availability"
]
}
}
}FAQ
- How do I install this MCP server?
- The recommended method is using uvx for zero-clone installation. Add the server configuration to your Claude Desktop config file with 'uvx --python=3.10 --from git+https://github.com/imprvhub/mcp-domain-availability mcp-domain-availability'
- What domains can I check with this tool?
- You can check domain availability across 50+ TLDs including popular (.com, .io, .ai), country (.us, .uk, .de), and new TLDs (.app, .dev, .tech)
Compare mcp-domain-availability with
Last updated · Auto-generated from public README + GitHub signals.