Domain Availability Checker
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.
What is Domain Availability Checker?
Domain Availability Checker is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to 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 installa...
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.
This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- A Model Context Protocol (MCP) server that enables Claude De
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx mcp-domain-availabilityConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Domain Availability Checker
mcp-domain-availability is a Python MCP server that lets Claude Desktop check domain name availability across 50+ top-level domains (TLDs) in a single query. It uses a combination of DNS resolution, WHOIS lookup, and socket connections to verify availability — providing more reliable results than WHOIS-only checks. Users can check a specific domain, bulk-check a keyword across all TLDs, or get smart alternative suggestions, making it useful for entrepreneurs, developers, and marketers brainstorming brand names.
Prerequisites
- Python 3.10+ installed
- uv or uvx package manager (recommended) for zero-clone installation
- Claude Desktop or another MCP client
- Internet access for DNS and WHOIS lookups
Install via Smithery (easiest method)
The simplest way to install is through Smithery, which handles all configuration automatically for Claude Desktop.
npx -y @smithery/cli install @imprvhub/mcp-domain-availability --client claudeAlternative: Manual configuration with uvx
If you prefer manual setup, add the server directly to your claude_desktop_config.json. The uvx command installs and runs the package from GitHub without cloning.
{
"mcpServers": {
"mcp-domain-availability": {
"command": "uvx",
"args": [
"--python=3.10",
"--from",
"git+https://github.com/imprvhub/mcp-domain-availability",
"mcp-domain-availability"
]
}
}
}Restart Claude Desktop
After running the Smithery install command or manually editing the config file, restart Claude Desktop to load the new MCP server.
Test with a domain check
Ask Claude to check a domain. The server's check_domain tool accepts a domain name and checks it across popular, country, and new TLD categories.
(Optional) Set transport for cloud deployment
If deploying the server to a cloud platform like Google Cloud Run, set the MCP_TRANSPORT environment variable to 'sse'. For local Claude Desktop use, the default stdio transport is correct.
# For cloud deployment only:
export MCP_TRANSPORT=sseDomain Availability Checker Examples
Client configuration
Manual claude_desktop_config.json entry for the domain availability checker using uvx.
{
"mcpServers": {
"mcp-domain-availability": {
"command": "uvx",
"args": [
"--python=3.10",
"--from",
"git+https://github.com/imprvhub/mcp-domain-availability",
"mcp-domain-availability"
]
}
}
}Prompts to try
Example natural language queries for checking domain availability. The server expects the --domain flag in queries.
- "Check if mysite.com is available using --domain"
- "Check availability for 'startup' across all TLDs using --domain"
- "Is awesome.io available? Use --domain to check"
- "Find available .dev and .app domains for the name 'quicklaunch' using --domain"
- "Check which country TLDs are available for 'techbrand' using --domain"Troubleshooting Domain Availability Checker
uvx command not found
Install uv first: run 'curl -LsSf https://astral.sh/uv/install.sh | sh' on macOS/Linux, or see https://docs.astral.sh/uv/getting-started/installation/ for Windows. After installing, restart your terminal.
Domain check returns inconsistent results
The server uses multiple verification methods (DNS, WHOIS, socket). Occasionally a domain may appear unavailable due to DNS propagation delays or WHOIS rate limits. Wait a few minutes and retry, or cross-reference with a registrar's website.
Smithery install fails or Claude Desktop doesn't show the server
After Smithery installation, verify the entry was added to claude_desktop_config.json by opening the file manually. Then fully quit and relaunch Claude Desktop — not just close and reopen the window.
Frequently Asked Questions about Domain Availability Checker
What is Domain Availability Checker?
Domain Availability Checker is a Model Context Protocol (MCP) server that 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. It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Domain Availability Checker?
Follow the installation instructions on the Domain Availability Checker GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Domain Availability Checker?
Domain Availability Checker works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Domain Availability Checker free to use?
Yes, Domain Availability Checker is open source and available under the MPL-2.0 license. You can use it freely in both personal and commercial projects.
Domain Availability Checker Alternatives — Similar Developer Tools Servers
Looking for alternatives to Domain Availability Checker? Here are other popular developer tools servers you can use with Claude, Cursor, and VS Code.
Ecc
★ 188.2kThe agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Javaguide
★ 155.8kJava 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Gemini CLI
★ 104.5kA secure MCP server that wraps the Google Gemini CLI, allowing clients to query Gemini models using local OAuth sessions without requiring an API key. It provides tools for model interaction and diagnostics with built-in protection against command in
Awesome MCP Servers
★ 87.3k⭐ Curated list of Model Context Protocol (MCP) servers - tools that extend Claude Desktop, Cursor, Windsurf, and other MCP clients with custom capabilities.
MCP Servers
★ 86.0kModel Context Protocol Servers
CC Switch
★ 77.5kA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io
Browse More Developer Tools MCP Servers
Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Domain Availability Checker in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Domain Availability Checker?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.