MCP Domain Availability MCP Server

<table style="border-collapse: collapse; width: 100%; table-layout: fixed;"> <tr> <td style="width: 40%; padding: 15px; vertical-align: middle

Local serverstdioPython

What is the MCP Domain Availability MCP server?

MCP Domain Availability becomes available to MCP clients through the mcp domain availability mcp server. A Model Context Protocol (MCP) integration that provides Claude Desktop with domain availability checking across popular TLDs. A Model Context Protocol (MCP) integration that provides Claude Desktop with domain availability checking across popular TLDs.

Key capabilities

  • 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

Tools it exposes

Once connected, the assistant can call these 9 tools directly:

  • Features — The Features tool exposed by this server
  • Demo — Timestamps: Click on any timestamp to jump to that section of the video
  • Requirements — The Requirements tool exposed by this server
  • Installation — The Installation tool exposed by this server
  • Configuration — Edit this file to add the Domain Availability MCP configuration:
  • Troubleshooting — The Troubleshooting tool exposed by this server
  • Building — The Building tool exposed by this server
  • Testing — The Testing tool exposed by this server
  • Contributing — The Contributing tool exposed by this server

Installing the mcp domain availability mcp server

The server is distributed via npm as @smithery/cli, so most clients can run it without a manual build step. Add it to your MCP client's configuration and restart the client to pick it up — the copy-paste configs for Claude Desktop, Claude Code and Cursor are on this page.

Configuration

The server reads 5 environment variables: PROJECT_ID, REGION, IMAGE, YOUR_PROJECT_ID, YOUR_REGION. Keep credentials in your client's env block or a secrets manager rather than committing them.

Requirements

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

Where it fits

Developer-tool servers are usually the first ones people connect, because they turn "help me with this code" into an assistant that can actually read the repo and act on it. MCP Domain Availability sits in that group, and the shape of its toolset — Features, Demo, Requirements among others — tells you what it is really for. Worth comparing against the other developer tools servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.

Practical notes

  • This server runs locally, so it operates with whatever access your machine and its credentials already have. Scope that deliberately rather than by default.
  • With 9 tools exposed, expect a noticeable bump in prompt size — disable it in projects that never use MCP Domain Availability.
  • Maintained by imprvhub, written in Python.
  • MCP clients ask for confirmation before each tool call by default. Keep that on while you learn what the mcp domain availability mcp server actually does with your data.
  • Every entry in this directory is reviewed by hand before it goes live, and details are checked against the project's own documentation.

Available tools

ToolWhat it does
FeaturesThe Features tool exposed by this server.
Demo<details> <summary>Timestamps:</summary> Click on any timestamp to jump to that section of the video
RequirementsThe Requirements tool exposed by this server.
InstallationThe Installation tool exposed by this server.
ConfigurationEdit this file to add the Domain Availability MCP configuration:
TroubleshootingThe Troubleshooting tool exposed by this server.
BuildingThe Building tool exposed by this server.
TestingThe Testing tool exposed by this server.
ContributingThe Contributing tool exposed by this server.

How to install the MCP Domain Availability MCP server

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

Configuration as documented by the project. Restart the client after saving.

Configuration

  • Python 3.10 or higher - Claude Desktop - uv package manager
VariableDescriptionRequired
PROJECT_IDConfiguration value read at startup.Optional
REGIONConfiguration value read at startup.Optional
IMAGEConfiguration value read at startup.Optional
YOUR_PROJECT_IDConfiguration value read at startup.Optional
YOUR_REGIONConfiguration value read at startup.Optional

Example prompts to try

  • Use MCP Domain Availability to Features.
  • Use MCP Domain Availability to Demo.
  • Use MCP Domain Availability to Requirements.

Frequently asked questions

It connects MCP Domain Availability to MCP-compatible AI assistants such as Claude and Cursor, exposing 9 tools (Features, Demo, Requirements, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with MCP Domain Availability directly.