domain-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@domain-mcpCheck if 'zenith' is available across tech TLDs like .io and .ai"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Related MCP server: AgentDomainService MCP Server
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 --helpCLI 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-onlyOr with npx (no installation):
npx -p github:cfenzo/domain-mcp domain-check example.com --altClaude 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
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
- Flicense-qualityDmaintenanceEnables checking domain name availability using WHOIS lookups and DNS resolution. Supports both single and batch domain checking with detailed availability analysis.Last updated
- Alicense-qualityDmaintenanceEnables AI assistants to check domain availability across multiple TLDs with real-time pricing, brainstorm creative domain names, analyze domains for brandability and SEO potential, and search for domains by price and category without CAPTCHAs.Last updated183MIT
- AlicenseAqualityDmaintenanceEnables AI agents to check domain availability, perform batch domain lookups, and generate intelligent domain name suggestions across multiple TLDs using WHOIS integration.Last updated3MIT
- 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
Related MCP Connectors
Confidence-scored domain availability checking for AI agents via CanYouGrab.it
Domain search, registration, DNS, marketplace, and checkout with your AI agent.
Check domain name availability via RDAP. Single, bulk, and smart suggestions. No API key needed.
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/cfenzo/domain-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server