Domain Checker
Check domain name availability via RDAP. Single lookups, bulk checks (up to 50), and smart name suggestions with registration links. No API key needed.
README
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.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
Claude Code
claude mcp add domaincheckr --transport http https://domaincheckr.fly.dev/mcp
Cursor
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"
}
}
}
Tools
| 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. |
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 |
|---|---|
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
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.