domain-mcp
An 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.
README
domain-mcp
An MCP (Model Context Protocol) server for domain name availability checking, WHOIS lookups, and domain suggestions — no API key required.
Uses RDAP for availability checks, real WHOIS servers via TCP port 43 for registration records, and domainr.com for domain suggestions.
Features
- Search Domains — Get domain suggestions across 25+ popular TLDs (.com, .io, .dev, .ai, etc.) with availability
- Check Domain — Detailed availability status via RDAP — registrar, creation/expiry dates, nameservers
- Bulk Check — Check up to 20 domains at once in a comparison table
- WHOIS Lookup — Full WHOIS records via TCP port 43 — registrar, registrant, dates, status, nameservers, abuse contacts
- Zero Config — No API key, no sign-up, works out of the box
Setup
1. Install & Build
cd domain-mcp
npm install
npm run build
2. Add to MCP Client
Add to your VS Code settings.json or Claude Desktop config:
{
"mcpServers": {
"domain-mcp": {
"command": "node",
"args": ["path/to/domain-mcp/dist/index.js"]
}
}
}
No environment variables or API keys needed.
Tools
search_domains
Search for domain name suggestions with availability status.
| Parameter | Type | Required | Description |
|---|---|---|---|
| query | string | ✅ | Brand name, keyword, or domain to search |
| tlds | string[] | — | Optional TLDs to check (e.g. ["com", "io"]) |
check_domain
Check availability and registration details of a specific domain via RDAP.
| Parameter | Type | Required | Description |
|---|---|---|---|
| domain | string | ✅ | Full domain name (e.g. example.io) |
check_multiple_domains
Bulk check multiple domains at once.
| Parameter | Type | Required | Description |
|---|---|---|---|
| domains | string[] | ✅ | Array of domains to check (max 20) |
whois_lookup
Perform a WHOIS lookup via TCP port 43. Returns registrar, registrant, dates, nameservers, status flags, and abuse contacts.
| Parameter | Type | Required | Description |
|---|---|---|---|
| domain | string | ✅ | Full domain name (e.g. google.com) |
| raw | boolean | — | If true, returns the full raw WHOIS text dump |
How It Works
- Domain suggestions are fetched from domainr.com (the same free web UI). Falls back to generating popular TLD combinations.
- Availability checks use RDAP — the official, free, open replacement for WHOIS. If RDAP has no record, a DNS lookup confirms the domain doesn't exist.
- Registration details (registrar, dates, nameservers) come from the RDAP response for registered domains.
- WHOIS records are fetched via direct TCP connections to WHOIS servers on port 43 — the same protocol used by the
whoisCLI tool. Supports 45+ TLDs out of the box and auto-discovers others via IANA. Automatically follows referral servers (e.g. Verisign → registrar-specific WHOIS).
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.