domain-mcp
Enables domain name availability checking through DNS and WHOIS lookups with confidence scoring. It supports searching across alternative TLDs and generating domain name variations for branding purposes.
README
domain-mcp
A CLI and MCP (Model Context Protocol) server for reliably checking domain name availability. Uses both DNS and WHOIS lookups for high-confidence results.
Features
- Dual verification: Combines DNS and WHOIS checks for reliable results
- Confidence levels: Reports high/medium/low confidence based on verification methods
- Alternative TLD search: Find available domains across multiple TLDs
- Domain suggestions: Generate variations with common prefixes/suffixes
- MCP server: Use with Claude and other MCP-compatible AI assistants
- CLI tool: Command-line interface for quick lookups
Installation
# Install globally from GitHub
npm install -g github:cfenzo/domain-mcp
# Or use directly with npx (no install needed)
npx github:cfenzo/domain-mcp --help
CLI Usage
# Check a single domain
domain-check example.com
# Check across popular TLDs
domain-check myapp --alt
# Check tech-focused TLDs (io, dev, app, ai, etc.)
domain-check startup --alt --tech
# Check specific TLDs
domain-check mybrand --tlds com,io,dev,app
# JSON output
domain-check example.com --json
# Only show available domains
domain-check myapp --alt --available-only
Or with npx (no installation):
npx -p github:cfenzo/domain-mcp domain-check example.com --alt
Claude Code MCP Server
Add to your Claude Code configuration (~/.claude.json):
{
"mcpServers": {
"domain-checker": {
"command": "npx",
"args": ["-y", "-p", "github:cfenzo/domain-mcp", "domain-mcp"]
}
}
}
Available MCP Tools
- check_domain: Check a single domain's availability
- check_alternative_tlds: Check availability across multiple TLDs
- suggest_domains: Generate and check domain name variations
- list_tlds: List available TLD categories
How It Works
- DNS Check: Queries DNS for A records. If found, domain is definitely taken.
- WHOIS Check: Queries WHOIS servers for registration data.
- Confidence Scoring:
- High: Both methods agree (DNS exists + WHOIS registered, or no DNS + WHOIS available)
- Medium: Only one method provided data
- Low: Errors or ambiguous results
TLD Categories
- General: com, net, org, io, co, dev, app, ai, xyz, me, info, biz, tech, online, site, cloud
- Tech: io, dev, app, ai, tech, cloud, software, systems, digital, code
- Country: uk, de, fr, nl, es, it, pl, ru, jp, cn, au, ca, us, in, br
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.