FastDomainCheck MCP Server
Enables bulk domain registration status checking for over 200 TLDs using WHOIS and DNS fallback.
README
FastDomainCheck MCP Server
Find Free Domains in a Breeze - A Model Context Protocol (MCP) server for bulk domain name registration status checking.
The screenshots below show the FastDomainCheck MCP Server in action with Claude Code:
Screen 1: Domain Checking Request

Screen 2: Domain Checking Results

Features
- Bulk domain checking (up to 50 domains per request)
- Dual verification: WHOIS queries with DNS fallback
- Support for 200+ TLDs including country codes and IDNs
- Chinese domain name support
- Built-in health check endpoint
- Simple JSON output format
Installation & Usage
Claude Code
Add the MCP server directly via npx:
claude mcp add fast-domain-check -- npx -y fastdomaincheck-mcp-server@latest
Claude Desktop
Add to your Claude Desktop configuration (claude-desktop-config.json):
{
"mcpServers": {
"fastdomaincheck": {
"command": "npx",
"args": ["-y", "fastdomaincheck-mcp-server@latest"]
}
}
}
MCP Tool
The server provides one tool:
check_domains
Check the registration status of multiple domains.
Input:
{
"domains": ["example.com", "test.org", "domain.cn"]
}
Output:
[
{
"domain": "example.com",
"available": false,
"method": "whois"
},
{
"domain": "test.org",
"available": false,
"method": "whois"
},
{
"domain": "domain.cn",
"available": true,
"method": "dns"
}
]
How It Works
- Input Validation: Validates domain format and length (1-253 characters)
- WHOIS Query: Attempts to query the authoritative WHOIS server for the TLD
- DNS Fallback: If WHOIS fails or is unavailable, checks DNS records
- Result Processing: Returns availability status with the method used
Performance
- Sequential processing: 0.3-1 second per domain
- 10-second timeout for WHOIS queries
- Automatic fallback to DNS for faster results when WHOIS is slow
Supported TLDs
Supports 200+ TLDs including:
- Generic TLDs: .com, .net, .org, .info, etc.
- Country codes: .us, .uk, .de, .cn, .jp, etc.
- New gTLDs: .app, .dev, .xyz, etc.
- IDN TLDs: .中国, .公司, .网络, etc.
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.