domain-check-mcp
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., "@domain-check-mcpcheck if example.com is 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.
domain-check-mcp
MCP server for checking domain name availability. Supports 500+ TLDs via RDAP, with WHOIS fallback for .de and .cn.
Installation
uvx domain-check-mcpRelated MCP server: domain-mcp
Usage in .mcp.json
{
"mcpServers": {
"domain-check": {
"command": "uvx",
"args": ["domain-check-mcp"]
}
}
}Tools
check_domain — Check if a domain name is available for registration
Example
check_domain("example.com")Returns:
{
"domain": "example.com",
"available": false,
"status": "registered"
}Supported TLDs
Via RDAP (500+)
All major gTLDs and many ccTLDs with RDAP support, sourced from the IANA RDAP Bootstrap:
.com, .net, .org, .info, .app, .dev, .io, .xyz, .site, .shop, .uk, .fr, .nl, .pl, .consulting, .cloud, .tech, .blog, .store, .online, and many more.
Via WHOIS
TLD | WHOIS Server |
.de | whois.denic.de |
.cn | whois.cnnic.cn |
.fj | |
.gs | whois.nic.gs |
.bayern | whois.nic.bayern |
.cat | whois.nic.cat |
.eus | whois.nic.eus |
.radio | whois.nic.radio |
.scot | whois.nic.scot |
.sport | whois.nic.sport |
How it works
Extracts the TLD from the domain name
Routes to the appropriate adapter (RDAP or WHOIS)
RDAP: HTTP lookup — 404 means available, 200 means registered
WHOIS: TCP port 43 lookup — pattern matching on the response
Returns a structured result with availability status
Development
git clone https://github.com/stucchi/domain-check-mcp.git
cd domain-check-mcp
python -m venv .venv
source .venv/bin/activate
pip install -e ".[dev]"
pytestLicense
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
- check_domainCApp
- check_domainsAApp
Related MCP Servers
- AlicenseAqualityDmaintenanceA Model Context Protocol (MCP) server that provides comprehensive domain name research tools, including RDAP, WHOIS, and DNS query functionality.Last updated12Apache 2.0
- Flicense-quality-maintenanceAn MCP server for domain availability checks, WHOIS lookups, and domain suggestions using RDAP and TCP port 43. It allows users to perform bulk checks and retrieve registration details across multiple TLDs without requiring an API key.Last updated219
- Alicense-qualityDmaintenanceAn MCP server for domain management, enabling domain availability checks, bulk domain checks, and API connectivity testing through the RealtimeRegister API.Last updated151MIT
- Alicense-qualityBmaintenanceMCP server for domain portfolio management, registrar operations, marketplace, and DNS management via CLI or AI agents.Last updated1,4451Apache 2.0
Related MCP Connectors
Domains MCP — domain registration lookup + availability search over live
Check domain name availability via RDAP. Single, bulk, and smart suggestions. No API key needed.
Identity resolution MCP server for phone/email lookups across 31+ services. Global + India coverage.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/stucchi/domain-check-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server