Skip to main content
Search & Data ExtractionPython

imprvhub/mcp-domain-availability

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.

search-data-extractioncloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/imprvhub/mcp-domain-availability

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Search & Data Extraction
Language
Python
Author
imprvhub