Domain Availability Checker

v1.0.0Developer Toolsstable

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.

ai-toolsanthropicclaudeclaude-aiclaude-desktop
Share:
49
Stars
0
Downloads
0
Weekly
0/5

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

Check domain availability across 50+ TLDs instantly
Get smart domain suggestions and bulk checking capabilities
imprvhub

Maintainer

LicenseMPL-2.0
Languagepython
Versionv1.0.0
UpdatedMay 10, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx mcp-domain-availability

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

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
1

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 claude
2

Alternative: 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"
      ]
    }
  }
}
3

Restart Claude Desktop

After running the Smithery install command or manually editing the config file, restart Claude Desktop to load the new MCP server.

4

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.

5

(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=sse

Domain 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.

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.

Quick Config Preview

{ "mcpServers": { "mcp-domain-availability": { "command": "npx", "args": ["-y", "mcp-domain-availability"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

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.

33,000+ ServersFree & Open SourceStep-by-Step Guides