Skip to main content
Glama
1shanra1

Domain Availability MCP Server

by 1shanra1

Domain Availability MCP Server

An MCP server that checks domain name availability using WHOIS, DNS, and RDAP lookups. Supports .com, .ai, and .net TLDs.

Installation

git clone https://github.com/1shanra1/Domain-Checker-MCP.git
cd Domain-Checker-MCP
uv sync

Related MCP server: Domain Checker MCP Server

Add to Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "domain-checker": {
      "command": "uv",
      "args": ["run", "--directory", "/absolute/path/to/Domain-Checker-MCP", "server.py"]
    }
  }
}

Add via CLI

claude mcp add-json domain-checker '{"type":"stdio","command":"uv","args":["run","--directory","/absolute/path/to/Domain-Checker-MCP","server.py"]}'

Available Tools

Tool

Description

check_domain_availability

Check if a single domain is available

check_multiple_domains

Check up to 10 domains at once

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/1shanra1/Domain-Checker-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server