Domain Availability

v1.0.0Developer Toolsstable

A Model Context Protocol (MCP) server that checks domain name availability using WHOIS lookups and DNS resolution

do-remote-mcp-server-templatemcpai-integration
Share:
28
Stars
0
Downloads
0
Weekly
0/5

What is Domain Availability?

Domain Availability is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to model context protocol (mcp) server that checks domain name availability using whois lookups and dns resolution

A Model Context Protocol (MCP) server that checks domain name availability using WHOIS lookups and DNS resolution

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 checks domain nam

Use Cases

Check domain name availability using WHOIS lookups and DNS resolution.
do-community

Maintainer

LicenseMIT
Languagepython
Versionv1.0.0
UpdatedMar 13, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx do-remote-mcp-server-template

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

The DigitalOcean Remote MCP Server Template is a Python-based MCP server that checks domain name availability using both WHOIS lookups and DNS resolution, designed to be deployed as a remote HTTP MCP endpoint on DigitalOcean App Platform. It supports batch checking of multiple domains concurrently with async operations and timeout handling, and is intended both as a production-ready domain availability tool and as a reference template for building and deploying your own remote MCP servers to DigitalOcean. Developers and startup founders use it to quickly validate domain ideas from within Claude or another MCP client.

Prerequisites

  • Python 3.9 or later
  • A DigitalOcean account for remote deployment (or run locally without one)
  • Git for cloning the repository
  • pip and venv for local dependency management
  • An MCP client such as Claude Desktop or Cursor
1

Clone the repository

Clone the domain checker MCP server repository to your local machine.

git clone https://github.com/do-community/do-remote-mcp-server-template.git
cd do-remote-mcp-server-template
2

Create a virtual environment and install dependencies

Set up a Python virtual environment and install the required packages from requirements.txt.

python -m venv venv
source venv/bin/activate  # macOS/Linux
# venv\Scripts\activate   # Windows
pip install -r requirements.txt
3

Run the server locally

Start the MCP server locally to test it before deploying. By default it runs in STDIO mode for direct MCP client connection.

python domain-checker.py
4

Deploy to DigitalOcean App Platform (optional)

Push your repository to GitHub, then create a new app in the DigitalOcean App Platform dashboard. Select your repository, set the run command to python domain-checker.py, and set PORT=8080. The platform provides an HTTPS URL ending in /mcp.

5

Configure your MCP client

Add the domain checker server to your MCP client. For local use, point to the Python script. For the deployed version, use the DigitalOcean app's HTTPS /mcp URL.

Domain Availability Examples

Client configuration

Claude Desktop configuration for running the domain checker locally via the virtual environment Python binary.

{
  "mcpServers": {
    "domain-checker": {
      "command": "/absolute/path/to/venv/bin/python",
      "args": ["/absolute/path/to/do-remote-mcp-server-template/domain-checker.py"]
    }
  }
}

Prompts to try

Example prompts for checking domain availability once the server is connected.

- "Check if myawesome-startup.com is available"
- "Check availability for these domains: mycompany.com, mycompany.net, mycompany.org, mycompany.io"
- "I want to start a business called BlueSpark — find me available domain names"
- "Is the domain opensourcehq.dev available to register?"
- "Check 10 variations of the name 'Cloudbase' across .com, .io, and .dev TLDs"

Troubleshooting Domain Availability

WHOIS lookups return inconsistent or empty results

Some TLD registries rate-limit WHOIS queries. The server uses both WHOIS and DNS resolution, so a domain may still return a result via DNS even if WHOIS is throttled. For bulk checks, add delays between requests to avoid hitting rate limits.

DigitalOcean deployment health check fails

Ensure the PORT environment variable is set to 8080 in the App Platform settings and that the run command is exactly python domain-checker.py. The app expects to listen on the port provided by the PORT environment variable.

Python virtual environment not found by MCP client

Use the absolute path to the venv Python binary in your MCP client config (e.g. /Users/yourname/projects/domain-checker/venv/bin/python). Relative paths and system Python may not have the required packages installed.

Frequently Asked Questions about Domain Availability

What is Domain Availability?

Domain Availability is a Model Context Protocol (MCP) server that model context protocol (mcp) server that checks domain name availability using whois lookups and dns resolution It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Domain Availability?

Follow the installation instructions on the Domain Availability GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Domain Availability?

Domain Availability works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Domain Availability free to use?

Yes, Domain Availability is open source and available under the MIT 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": { "do-remote-mcp-server-template": { "command": "npx", "args": ["-y", "do-remote-mcp-server-template"] } } }

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

Read the full setup guide →

Ready to use Domain Availability?

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