Check domain name availability via RDAP. Single, bulk, and smart suggestions. No API key needed.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Check domain name availability instantly using RDAP. No API key or installation required. Works as a remote MCP server.
This is a remote MCP server -- no local installation needed. Just add the URL to your MCP client.
Add to your claude_desktop_config.json:
Config file location:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonAdd to ~/.cursor/mcp.json:
Add to ~/.codeium/windsurf/mcp_config.json:
| Tool | Description |
|---|---|
check_domain | Check if a single domain name is available for registration. Returns registrar, creation date, expiry, and nameservers for taken domains. |
check_domains_bulk | Check up to 50 domain names at once. Returns per-domain results with summary counts. |
suggest_domains | 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. |
Try asking your AI assistant:
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.
No scraping, no third-party APIs, no rate-limited services. Direct registry queries.
The same service is available as a REST API for building your own integrations or ChatGPT Actions.
| Endpoint | Description |
|---|---|
GET /check/{domain} | Check a single domain |
POST /check | Bulk check (body: {"domains": ["a.com", "b.com"]}, max 50) |
GET /suggest?keyword=fintech | Generate and check domain ideas |
GET /health | Health check |
GET /docs | Interactive API documentation |
GET /openapi.json | OpenAPI spec (for ChatGPT Actions) |
Base URL: https://domaincheckr.fly.dev
MIT
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/domaincheckr)<a href="https://allmcps.com/mcp/domaincheckr"><img src="https://allmcps.com/api/badge/domaincheckr?style=directory" alt="DomainCheckr on AllMCPs" /></a>