Domain Check

v1.0.2Search & Data Extractionstable

Fast domain availability checker with RDAP/WHOIS lookup, batch checking, TLD presets, pattern generation, and detailed registration info. Built in Rust for native performance.

asynccliconcurrencydomain-checkdomain-check-lib
Share:
277
Stars
0
Downloads
0
Weekly
0/5

What is Domain Check?

Domain Check is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to fast domain availability checker with rdap/whois lookup, batch checking, tld presets, pattern generation, and detailed registration info. built in rust for native performance.

Fast domain availability checker with RDAP/WHOIS lookup, batch checking, TLD presets, pattern generation, and detailed registration info. Built in Rust for native performance.

This server falls under the Search & Data Extraction category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Fast domain availability checker with RDAP/WHOIS lookup, bat

Use Cases

Check domain availability and WHOIS information quickly.
Batch check multiple domains for availability and registration.
Retrieve detailed domain registration data in bulk.
saidutt46

Maintainer

LicenseNOASSERTION
Languagerust
Versionv1.0.2
UpdatedMay 15, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx domain-check

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 Check

The domain-check MCP server is a high-performance domain availability tool built in Rust that connects AI assistants to real-time RDAP and WHOIS lookups. It exposes six tools covering single-domain checks, batch queries, TLD-preset strategies, and full registration data retrieval including registrar, creation date, and expiry. Teams naming startups, products, or open-source projects can ask their AI assistant natural-language questions and get authoritative availability answers without leaving their workflow.

Prerequisites

  • Rust toolchain installed (cargo) to build and install the MCP binary
  • The domain-check-mcp binary installed via: cargo install domain-check-mcp
  • An MCP-compatible client such as Claude Desktop, Claude Code, VS Code Copilot, or Cursor
  • Network access to RDAP/WHOIS endpoints (no API key required)
1

Install the MCP server binary

Use Cargo to install the domain-check-mcp binary, which is the stdio MCP server separate from the CLI tool.

cargo install domain-check-mcp
2

Verify the binary is on your PATH

Confirm the binary installed correctly and is accessible from your shell before configuring any MCP client.

domain-check-mcp --version
3

Register the server with Claude Code

Use the Claude Code CLI to add domain-check-mcp as a named MCP server. This writes the configuration automatically.

claude mcp add domain-check -- domain-check-mcp
4

Configure Claude Desktop (alternative client)

If you prefer Claude Desktop, add the server block to claude_desktop_config.json and restart the app.

{
  "mcpServers": {
    "domain-check": {
      "command": "domain-check-mcp"
    }
  }
}
5

Optional: create a config file for defaults

Place a domain-check.toml in your project root or home directory to set persistent defaults such as concurrency and timeout. The server picks up the same config as the CLI.

[defaults]
concurrency = 20
timeout = 5
pretty = true
6

Test the connection

Ask your AI assistant a simple domain question to confirm the server is responding correctly.

Domain Check Examples

Client configuration

Minimal Claude Desktop config for the domain-check MCP server. No API keys required — just the binary name.

{
  "mcpServers": {
    "domain-check": {
      "command": "domain-check-mcp"
    }
  }
}

Prompts to try

Natural-language queries that map to the six MCP tools (check_domain, check_domains, check_with_preset, generate_names, list_presets, domain_info).

- "Is coolstartup.com available?"
- "Check mybrand across .com, .io, .dev, and .co"
- "Run the startup preset for the name 'nova' and show me all available domains"
- "What are the registration details for example.com — who owns it and when does it expire?"
- "Generate name variations of 'swift' and check them across .com and .org"
- "List all available TLD presets I can use"

Troubleshooting Domain Check

command not found: domain-check-mcp after cargo install

Ensure ~/.cargo/bin is in your PATH. Add 'export PATH="$HOME/.cargo/bin:$PATH"' to your shell profile and reload it.

RDAP lookups time out or return errors for some TLDs

Some registries have slow or restricted RDAP endpoints. Lower concurrency in domain-check.toml (e.g. concurrency = 5) or increase the timeout value to allow more time per request.

MCP client shows 'server disconnected' immediately

Run 'domain-check-mcp' directly in a terminal to check for startup errors. Ensure you installed domain-check-mcp (the MCP server package) and not just domain-check (the CLI tool) via cargo.

Frequently Asked Questions about Domain Check

What is Domain Check?

Domain Check is a Model Context Protocol (MCP) server that fast domain availability checker with rdap/whois lookup, batch checking, tld presets, pattern generation, and detailed registration info. built in rust for native performance. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Domain Check?

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

Which AI clients work with Domain Check?

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

Is Domain Check free to use?

Yes, Domain Check is open source and available under the NOASSERTION license. You can use it freely in both personal and commercial projects.

Browse More Search & Data Extraction MCP Servers

Explore all search & data extraction servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

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

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

Read the full setup guide →

Ready to use Domain Check?

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