FastDomainCheck MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@FastDomainCheck MCP Servercheck if example.com, test.org, and mynewdomain.io are available"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Related MCP server: MCP Domain Availability Server
Installation & Usage
Claude Code
Add the MCP server directly via npx:
claude mcp add fast-domain-check -- npx -y fastdomaincheck-mcp-server@latestClaude 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
This server cannot be installed
Maintenance
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/alexanderhupfer/fastdomaincheck-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server