MCP Domain Availability Checker

MCP Domain Availability Checker

Seamless domain availability checking across 50+ TLDs for Claude Desktop via MCP integration.

22
Stars
6
Forks
22
Watchers
0
Issues
MCP Domain Availability Checker provides robust domain name availability searching across more than 50 popular TLDs, leveraging both DNS and WHOIS for accurate verification. It offers natural language queries, smart TLD suggestions, and bulk checking capabilities, optimized for integration with Claude Desktop through the Model Context Protocol. The tool enables real-time status updates, fast parallel processing, and organizes results by TLD categories to streamline domain discovery workflows.

Key Features

Domain availability checking across 50+ popular TLDs
Dual verification using DNS and WHOIS
Smart TLD suggestions organized by popularity
Bulk and parallel domain checking
Natural language querying via Claude integration
Automated domain suggestion workflows
Real-time availability status updates
Performance metrics and timing information
Organized results by TLD categories
Seamless install and setup through uvx package management

Use Cases

Instantly checking availability for specific domain names across multiple extensions
Discovering suitable domain alternatives for startups and new projects
Integrating domain checking into Claude Desktop AI assistant workflows
Automating domain search and suggestion processes for branding tasks
Bulk verification of domain portfolios for agencies and resellers
Real-time monitoring of premium or expiring domains
Streamlining domain registration decision-making
Utilizing domain availability data in AI-powered business assistants
Accessing advanced TLD recommendations based on user preferences
Enhancing naming and branding tools with direct domain lookup features

README

MCP Domain Availability Checker

smithery badge

Features

  • Domain Availability Checking

    • Check availability across 50+ popular TLD extensions
    • Support for popular (.com, .io, .ai), country (.us, .uk, .de), and new TLDs (.app, .dev, .tech)
    • Dual verification using DNS and WHOIS for accuracy
    • Smart TLD suggestions organized by popularity
  • Search Capabilities

    • Check specific domains with exact TLD matching
    • Bulk checking across supported extensions for a given name
    • Parallel processing for faster domain queries
    • Organized results by TLD categories
  • MCP Integration

    • Easy setup with uvx package management
    • Seamless integration with Claude Desktop
    • Real-time availability status updates
    • Performance metrics and timing information
  • AI Assistant Features

    • Natural language domain queries through Claude
    • Automated domain suggestion workflows
    • Smart recommendations based on availability

Demo

00:00 - Checking google.com availability
Testing a well-known premium domain to demonstrate the domain checking functionality and alternative TLD suggestions.

00:20 - Testing myawesomesite.com
Verifying availability for a custom domain name and exploring alternative extension options.

00:40 - Verifying techstartup2026.io
Exploring tech startup domain options and checking availability across multiple TLD extensions.

01:00 - Analyzing aitools domain
Checking competitive AI industry domains and analyzing market availability for startup naming.

Requirements

  • Python 3.10 or higher
  • Claude Desktop
  • uv package manager

Dependencies Installation

Install uv package manager using one of these methods:

Official installer (recommended):

bash
curl -LsSf https://astral.sh/uv/install.sh | sh

Homebrew (macOS/Linux):

bash
brew install uv

Install Homebrew (if needed):

  • Visit https://brew.sh for installation instructions on all operating systems
  • Or run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

The MCP server automatically manages Python dependencies through uvx.

Installation

Zero-Clone Installation (Recommended)

The MCP Domain Availability Checker supports direct installation without cloning repositories, using uvx for package management.

Configuration

The Claude Desktop configuration file is located at:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
  • Linux: ~/.config/Claude/claude_desktop_config.json

Edit this file to add the Domain Availability MCP configuration:

json
{
  "mcpServers": {
    "mcp-domain-availability": {
      "command": "uvx",
      "args": [
        "--python=3.10",
        "--from",
        "git+https://github.com/imprvhub/mcp-domain-availability",
        "mcp-domain-availability"
      ]
    }
  }
}

If you already have other MCPs configured, simply add the "mcp-domain-availability" section inside the "mcpServers" object:

json
{
  "mcpServers": {
    "otherMcp": {
      "command": "...",
      "args": ["..."]
    },
    "mcp-domain-availability": {
      "command": "uvx",
      "args": [
        "--python=3.10",
        "--from",
        "git+https://github.com/imprvhub/mcp-domain-availability",
        "mcp-domain-availability"
      ]
    }
  }
}

Installing via Smithery

To install mcp-domain-availability for Claude Desktop automatically via Smithery:

bash
npx -y @smithery/cli install @imprvhub/mcp-domain-availability --client claude

Manual Installation

For development or local testing:

  1. Clone the repository:
bash
git clone https://github.com/imprvhub/mcp-domain-availability
cd mcp-domain-availability
  1. Install dependencies:
bash
uv sync
  1. Run locally:
bash
uv run src/mcp_domain_availability/main.py

Deploying with Docker to Google Cloud Run

The MCP server supports two transport modes:

  • stdio (default): For Claude Desktop integration via stdin/stdout
  • sse: For HTTP/web deployments like Google Cloud Run

When deploying to Cloud Run, the MCP_TRANSPORT environment variable must be set to sse.

Prerequisites:

  • Google Cloud SDK installed and authenticated (gcloud auth login)
  • Docker installed and running
  • A Google Cloud Project with the Cloud Run and Container Registry APIs enabled

Using the Deployment Script

The easiest way to deploy is to use the deploy.sh script.

  1. Edit the script: Open deploy.sh and replace ... with your Google Cloud PROJECT_ID. You can also change the REGION if needed.

  2. Run the script: Make the script executable and run it.

sh
    chmod +x deploy.sh
    ./deploy.sh
The script will build the Docker image, push it to Google Container Registry, and deploy it to Cloud Run with `MCP_TRANSPORT=sse`.

Manual Deployment

Alternatively, you can run the commands manually.

  1. Set environment variables:
sh
    export PROJECT_ID="<YOUR_PROJECT_ID>"
    export REGION="<YOUR_REGION>"
    export IMAGE="gcr.io/$PROJECT_ID/mcp-domain-availability:latest"
  1. Build and push the Docker image:
sh
    docker buildx build --platform linux/amd64 -t $IMAGE --push .
  1. Deploy to Google Cloud Run:
sh
    gcloud run deploy mcp-domain-availability \
      --image $IMAGE \
      --region $REGION \
      --platform managed \
      --allow-unauthenticated \
      --port 8080 \
      --set-env-vars MCP_TRANSPORT=sse \
      --project $PROJECT_ID

Note: For local Claude Desktop usage, no environment variables are needed. The server defaults to stdio transport mode.

How It Works

The MCP Domain Availability Checker uses multiple verification methods to determine domain availability:

  1. DNS Resolution: Checks if the domain resolves to an IP address
  2. WHOIS Lookup: Queries WHOIS databases for registration information
  3. Socket Connection: Falls back to socket-based checking when other methods aren't available

The tool combines results from these methods to provide accurate availability status, with parallel processing for checking multiple domains simultaneously.

Available Tools

Domain Checking

Tool Name Description Usage
check_domain Check domain availability with --domain flag mysite.com --domain or mysite --domain

Supported TLD Categories

Popular TLDs (12)

com, net, org, io, ai, app, dev, co, xyz, me, info, biz

Country TLDs (35)

us, uk, ca, au, de, fr, it, es, nl, jp, kr, cn, in, br, mx, ar, cl, co, pe, ru, pl, cz, ch, at, se, no, dk, fi, be, pt, gr, tr, za, eg, ma, ng, ke

New TLDs

tech, online, site, website, store, shop, cloud, digital, blog, news & more.

Example Usage

Here are examples of how to use the MCP Domain Availability Checker with Claude:

Single Domain Check

Check if mysite.com is available using --domain

Domain Name Research

Check availability for "startup" across all TLDs using --domain

Specific Domain Verification

Is awesome.io available? Use --domain to check

Output Format

The tool provides comprehensive results including:

  • Requested Domain: Status of the exact domain queried (if specific TLD provided)
  • Available Domains: List of available domains sorted alphabetically
  • Unavailable Domains: List of registered domains
  • Summary Statistics: Breakdown by TLD categories (Popular, Country, New TLDs)
  • Performance Metrics: Check duration for each domain

Troubleshooting

"Server disconnected" error

If you see connection errors in Claude Desktop:

  1. Verify uvx installation:

    • Run uvx --version to ensure uvx is properly installed
    • Reinstall uv if necessary: curl -LsSf https://astral.sh/uv/install.sh | sh
  2. Check Python version:

    • Ensure Python 3.10+ is available: python3 --version

DNS resolution issues

If domain checks are failing:

  1. Network connectivity:

    • Verify internet connection is stable
    • Check if DNS servers are accessible
  2. Rate limiting:

    • Large bulk checks may hit rate limits from DNS/WHOIS services
    • The tool uses a semaphore to limit concurrent requests to 20

Configuration issues

If the MCP server isn't starting:

  1. Verify configuration syntax:

    • Ensure JSON syntax is valid in claude_desktop_config.json
    • Check that all brackets and quotes are properly matched
  2. Restart Claude Desktop:

    • Close and restart Claude Desktop after configuration changes

Development

Project Structure

  • main.py: Main entry point with MCP server and domain checking logic
  • Domain checking functions with DNS, WHOIS, and socket fallback methods
  • TLD management with categorized lists
  • Async processing for parallel domain checks

Building

bash
uv build

Testing

bash
uv run pytest

Local Development

bash
uv run main.py

Security Considerations

The MCP Domain Availability Checker makes external network requests to DNS servers and WHOIS services. Users should be aware that:

  • Domain queries may be logged by DNS providers
  • WHOIS queries are typically logged and may be rate-limited
  • No personal information is transmitted beyond the domain names being checked
  • All queries are read-only and do not modify any external systems

Contributing

Contributions are welcome! Areas for improvement include:

  • Adding support for additional TLD categories
  • Implementing caching mechanisms for faster repeated queries
  • Enhancing WHOIS parsing for more detailed domain information
  • Improving error handling and retry mechanisms

License

This project is licensed under the Mozilla Public License 2.0 - see the LICENSE file for details.

Related Links

Star History

Star History Chart

Repository Owner

imprvhub
imprvhub

User

Repository Details

Language Python
Default Branch main
Size 340 KB
Contributors 1
License Mozilla Public License 2.0
MCP Verified Nov 12, 2025

Programming Languages

Python
90.71%
Dockerfile
5.95%
Shell
3.35%

Tags

Topics

ai-tools anthropic claude claude-ai claude-desktop dns domain-availability domain-availability-checker domain-checker domain-search mcp model-context-protocol model-context-protocol-server model-context-protocol-servers python tld uvx whois

Join Our Newsletter

Stay updated with the latest AI tools, news, and offers by subscribing to our weekly newsletter.

We respect your privacy. Unsubscribe at any time.

Related MCPs

Discover similar Model Context Protocol servers

  • mcp-dnstwist

    mcp-dnstwist

    MCP server for advanced domain fuzzing and phishing detection.

    mcp-dnstwist is a Model Context Protocol (MCP) server built around dnstwist, providing robust tools for domain permutation, DNS analysis, and phishing detection. It integrates with MCP-compatible clients like Claude Desktop, enabling automated security research to identify typosquatting, phishing, and potential brand impersonation domains. The tool supports customizable DNS queries, output formats, and parallel processing, making it suitable for professionals seeking to enhance domain security postures.

    • 38
    • MCP
    • BurtTheCoder/mcp-dnstwist
  • domain-lookup-mcp

    domain-lookup-mcp

    MCP server for domain name lookup using RDAP and WHOIS.

    Provides an MCP-compliant server that allows clients to perform domain name lookups via RDAP and WHOIS protocols. The tool is built in Go and can be directly integrated with any MCP client configuration. It automates the retrieval of domain registration details, streamlining the process of accessing authoritative domain information.

    • 5
    • MCP
    • dotemacs/domain-lookup-mcp
  • Maigret MCP Server

    Maigret MCP Server

    OSINT username and URL search server for the Model Context Protocol.

    Maigret MCP Server provides Model Context Protocol (MCP) integration for the Maigret OSINT tool, enabling AI and context-aware applications to search for usernames across hundreds of social networks and analyze URLs. Designed for seamless operation with MCP-compatible clients like Claude Desktop, it supports multiple output formats and advanced filtering options. The server can be installed via Docker or npm, offers Docker-based deployment for consistent performance, and facilitates responsible OSINT research.

    • 205
    • MCP
    • BurtTheCoder/mcp-maigret
  • mcp-recon

    mcp-recon

    Conversational reconnaissance interface and MCP server for HTTP and ASN analysis.

    mcp-recon acts as a conversational interface and Model Context Protocol (MCP) server, enabling seamless web domain and ASN reconnaissance through natural language prompts. It integrates powerful tooling like httpx and asnmap to conduct lightweight or full HTTP analysis and ASN lookups, exposing these capabilities to any MCP-compatible AI assistant. With predefined prompts and Docker-based deployment, it streamlines infrastructure analysis via AI interfaces such as Claude Desktop.

    • 22
    • MCP
    • nickpending/mcp-recon
  • MCP RSS Aggregator

    MCP RSS Aggregator

    Fetch and read RSS feeds in Claude Desktop via Model Context Protocol.

    MCP RSS Aggregator enables Claude Desktop to access and display content from user-selected RSS feeds using the Model Context Protocol (MCP). It supports OPML and JSON formats for managing feed configurations, allowing users to import or customize their subscriptions easily. The tool organizes feeds by categories, filters content from different sources, and presents articles with well-formatted titles, snippets, and links. Integration with Claude Desktop allows seamless aggregation and delivery of real-time news content for users.

    • 16
    • MCP
    • imprvhub/mcp-rss-aggregator
  • Semgrep MCP Server

    Semgrep MCP Server

    A Model Context Protocol server powered by Semgrep for seamless code analysis integration.

    Semgrep MCP Server implements the Model Context Protocol (MCP) to enable efficient and standardized communication for code analysis tasks. It facilitates integration with platforms like LM Studio, Cursor, and Visual Studio Code, providing both Docker and Python (PyPI) deployment options. The tool is now maintained in the main Semgrep repository with continued updates, enhancing compatibility and support across developer tools.

    • 611
    • MCP
    • semgrep/mcp
  • Didn't find tool you were looking for?

    Be as detailed as possible for better results