Sponsored by Deepsite.site

Domain Checker MCP

Created By
unitythemaker7 months ago
MCP server for checking domain availability using RDAP and WHOIS with support for bulk checking multiple domains in parallel.
Content

Domain Checker MCP

An MCP (Model Context Protocol) server that checks domain availability using RDAP (Registration Data Access Protocol) with WHOIS fallback.

Features

  • Check single domain availability
  • Batch check multiple domains in parallel
  • Prioritizes RDAP for domain lookups
  • Falls back to WHOIS when RDAP is unavailable
  • Configurable parallel workers (default: 4)
  • Retry mechanism with exponential backoff for rate-limited responses
  • Enhanced domain status detection (available, taken, unknown, rate_limited)
  • Extract domain information (registrar, expiration date, days until expiration)
  • Null registrationData detection for better availability accuracy
  • Efficient response mode - raw RDAP/WHOIS data excluded by default for faster responses

MCP Configuration

Using npm package

Add this server to your MCP client configuration:

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

Using local installation

{
  "mcpServers": {
    "domain-checker": {
      "command": "node",
      "args": ["/path/to/domain-checker-mcp/dist/index.js"]
    }
  }
}

Installation

From npm

npm install -g domain-checker-mcp

From source

git clone https://github.com/yourusername/domain-checker-mcp.git
cd domain-checker-mcp
pnpm install
pnpm build

Usage

Running the MCP server

pnpm start

Available Tools

All tools support an optional includeRawResponse parameter (boolean, default: false) to control whether raw RDAP/WHOIS data is included in responses. Raw responses are automatically included for suspicious cases (unknown status, rate limits, errors).

  1. check_domain - Check if a single domain is available

    • Input:
      • domain (string) - The domain name to check
      • includeRawResponse (boolean, optional) - Include raw response data (default: false)
  2. check_domains_batch - Check multiple domains in parallel

    • Input:
      • domains (string[]) - Array of domain names to check
      • concurrency (number, optional) - Number of parallel workers (1-10, default: 4)
      • includeRawResponse (boolean, optional) - Include raw response data (default: false)
  3. check_name_extensions - Check a single name with multiple extensions

    • Input:
      • name (string) - The domain name without extension (e.g., "example")
      • extensions (string[]) - Array of extensions to check (e.g., ["com", "net", "org"])
      • concurrency (number, optional) - Number of parallel workers (1-10, default: 4)
      • includeRawResponse (boolean, optional) - Include raw response data (default: false)
  4. check_names_extensions - Check multiple names with multiple extensions

    • Input:
      • names (string[]) - Array of domain names without extensions
      • extensions (string[]) - Array of extensions to check for each name
      • concurrency (number, optional) - Number of parallel workers (1-10, default: 4)
      • includeRawResponse (boolean, optional) - Include raw response data (default: false)

Response Format

Single domain check returns:

{
  "domain": "example.com",
  "available": false,
  "status": "taken",
  "method": "rdap",
  "registrationData": { ... },
  "domainInfo": {
    "registrar": "Example Registrar Inc.",
    "expirationDate": "2025-12-31T23:59:59Z",
    "daysUntilExpiration": 365,
    "creationDate": "2020-01-01T00:00:00Z",
    "lastUpdated": "2024-01-15T12:00:00Z"
  }
}

Batch check returns:

{
  "total": 5,
  "available": 2,
  "taken": 2,
  "errors": 0,
  "rateLimited": 1,
  "unknown": 0,
  "results": [...]
}

Name with extensions check returns:

{
  "name": "example",
  "total": 3,
  "available": 1,
  "taken": 2,
  "errors": 0,
  "rateLimited": 0,
  "unknown": 0,
  "results": [...]
}

Multiple names with extensions returns:

{
  "totalNames": 2,
  "totalExtensions": 3,
  "totalChecks": 6,
  "availableTotal": 2,
  "takenTotal": 3,
  "errorsTotal": 0,
  "rateLimitedTotal": 1,
  "unknownTotal": 0,
  "resultsByName": {
    "example": {
      "total": 3,
      "available": 1,
      "taken": 2,
      "errors": 0,
      "rateLimited": 0,
      "unknown": 0,
      "domains": [...]
    },
    ...
  }
}

Publishing

To publish a new version:

  1. Update the version in package.json
  2. Commit your changes
  3. Create and push a new tag:
    git tag v0.1.0
    git push origin v0.1.0
    
  4. GitHub Actions will automatically publish to npm

Requirements

  • Set NPM_TOKEN secret in your GitHub repository settings
  • Tag must start with 'v' (e.g., v0.1.0, v1.0.0)

License

MIT

Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
Playwright McpPlaywright MCP server
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
Serper MCP ServerA Serper MCP Server
DeepChatYour AI Partner on Desktop
Amap Maps高德地图官方 MCP Server
Tavily Mcp
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
Context7Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
WindsurfThe new purpose-built IDE to harness magic
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
ChatWiseThe second fastest AI chatbot™
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
TimeA Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
CursorThe AI Code Editor