Domain Checker
DomainCheckr MCP Server
Check domain name availability instantly using RDAP. No API key or installation required. Works as a remote MCP server.
Quick Start
This is a remote MCP server -- no local installation needed. Just add the URL to your MCP client.
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"domaincheckr": {
"url": "https://domaincheckr.fly.dev/mcp"
}
}
}Config file location:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
Claude Code
claude mcp add domaincheckr --transport http https://domaincheckr.fly.dev/mcpCursor
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"domaincheckr": {
"url": "https://domaincheckr.fly.dev/mcp"
}
}
}Windsurf
Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"domaincheckr": {
"url": "https://domaincheckr.fly.dev/mcp"
}
}
}Related MCP server: MCP Domain Availability Server
Tools
Tool | Description |
| Check if a single domain name is available for registration. Returns registrar, creation date, expiry, and nameservers for taken domains. |
| Check up to 50 domain names at once. Returns per-domain results with summary counts. |
| Generate and check domain name ideas for a keyword or business description. Creates 15 variations across .com, .io, .ai, .dev, .co and common prefixes/suffixes. |
Example Prompts
Try asking your AI assistant:
"Is coolstartup.com available?"
"Check if these domains are available: acmecorp.com, acmehq.com, getacme.com"
"Find me a domain for a pet grooming business"
"I'm building a fintech app called PayFlow, find me a domain"
How It Works
DomainCheckr uses the RDAP protocol (Registration Data Access Protocol) to check domain availability in real time. RDAP is the modern replacement for WHOIS, standardized by the IETF.
Queries Verisign RDAP for .com/.net domains
Queries PIR RDAP for .org domains
Falls back to rdap.org for all other TLDs
HTTP 404 = available, HTTP 200 = taken
No scraping, no third-party APIs, no rate-limited services. Direct registry queries.
REST API
The same service is available as a REST API for building your own integrations or ChatGPT Actions.
Endpoint | Description |
| Check a single domain |
| Bulk check (body: |
| Generate and check domain ideas |
| Health check |
| Interactive API documentation |
| OpenAPI spec (for ChatGPT Actions) |
Base URL: https://domaincheckr.fly.dev
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.
Related MCP Servers
- AlicenseAqualityCmaintenanceFast domain availability checker that searches across multiple registrars (Porkbun, Namecheap) and protocols (RDAP, WHOIS) to find available domains, compare pricing, get suggestions, and check social media username availability.Last updated770825MIT
- AlicenseAqualityDmaintenanceEnables AI assistants to check domain name availability for single or multiple domains using DNS, RDAP, and WHOIS lookups. It provides detailed registration status including registrar information and expiration dates while supporting bulk checks of up to 50 domains.Last updated2MIT
- Alicense-quality-maintenanceEnables users to check domain name availability across 877 TLDs, generate intelligent suggestions, and retrieve WHOIS registration information. It supports bulk domain checks and cross-TLD searches through natural language interfaces.Last updated0
- AlicenseAqualityDmaintenanceEnables domain lookups using the RDAP protocol, returning structured registration data, nameservers, and contacts from over 50 supported TLDs.Last updated1101MIT
Related MCP Connectors
Domain & company intel for AI agents: RDAP, DNS, email deliverability, tech stack. No API keys.
Query WHOIS/RDAP information for domains, IP addresses, CIDR prefixes and ASNs. Self-hostable.
Domain intelligence for DNS, WHOIS/RDAP, TLS, reputation, valuation, and brand protection.
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/nach-dakwale/domaincheckr-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server