Domain Discovery
Find the perfect domain for your product using AI-powered domain availability checking across 50+ TLDs
Domain Discovery
Eden Stack includes a built-in Domain Finder agent powered by the MCP Domain Availability server. Give it your product context, and it finds available, affordable domains across 50+ TLDs — without leaving your IDE.
Why This Matters
Choosing a domain is one of the first decisions you make when shipping a product. Traditionally, this means:
- Opening a registrar website
- Typing names one at a time
- Seeing
.comis taken, trying.io, then.dev... - Losing 30 minutes before you've written a single line of code
With Eden Stack, domain discovery is part of your development workflow. Describe your product, and the AI agent generates name candidates, checks availability in bulk, and presents ranked recommendations with pricing context.
How It Works
The agent uses three verification methods for accuracy:
| Method | What It Does | When It's Used |
|---|---|---|
| DNS Resolution | Checks if the domain resolves to an IP | Primary check |
| WHOIS Lookup | Queries registration databases | Secondary verification |
| Socket Connection | Direct connection test | Fallback when DNS/WHOIS unavailable |
Quick Start
1. Ask the Domain Finder Agent
In Claude Code, simply ask:
Help me find a domain for my fitness tracking SaaS called PulseKitThe agent will:
- Understand your product's audience (fitness enthusiasts, developers, etc.)
- Generate candidates:
pulsekit,getpulsekit,pulsekit.app, etc. - Bulk check across 50+ TLDs
- Return ranked recommendations
2. Check a Specific Domain
Is pulsekit.dev available?3. Explore All TLDs for a Name
Check all available TLDs for "pulsekit"Supported TLDs
The MCP server checks availability across 50+ TLDs organized by category:
Popular TLDs (12)
.com .net .org .io .ai .app .dev .co .xyz .me .info .biz
Country TLDs (35+)
.us .uk .ca .au .de .fr .it .es .nl .jp .kr .se .no .dk .fi .be .pt .ch .at .pl .cz and more
New TLDs
.tech .online .site .website .store .shop .cloud .digital .blog .news
Pricing Guide
Not all TLDs cost the same. Here's what to expect:
| TLD | Annual Cost | Best For |
|---|---|---|
.com | $10-15 | Universal default, best SEO |
.dev | $12-15 | Developer tools (enforces HTTPS) |
.app | $12-15 | Applications (enforces HTTPS) |
.co | $10-25 | Startups, .com alternative |
.io | $30-50 | Tech/developer products |
.ai | $70-90 | AI-focused products |
.xyz | $2-5 | Budget-friendly |
.tech | $5-10 | Technical products |
Naming Strategies
The agent uses several strategies to find available domains:
| Strategy | Example | When To Use |
|---|---|---|
| Literal | taskflow.com | Clear, SEO-friendly names |
| Compound | shipfast.dev | Action-oriented products |
| Abstract | eden.dev | Premium, brandable names |
| Prefixed | geteden.com, tryeden.io | When the base name is taken |
| Suffixed | edenhq.com, edenapp.dev | Adding context to common words |
| Domain hack | del.icio.us | Creative, memorable |
Product Context Integration
The agent reads your product context from docs/product-strategy.md to make smarter suggestions. For example, if your strategy doc says:
"Target audience: technical founders building AI-native SaaS"
The agent will prioritize .dev, .ai, and .io over .shop or .store.
If you don't have a product strategy doc yet, the agent will ask clarifying questions:
- What does the product do?
- Who is the target audience?
- What's the brand personality? (technical, playful, premium)
Under the Hood
The Domain Availability MCP server (mcp-domain-availability) is a Python-based Model Context Protocol server that:
- Runs via
uvx— no cloning or local install required - Uses parallel processing (up to 20 concurrent checks) for fast bulk queries
- Combines DNS + WHOIS for dual verification accuracy
- Returns structured results with timing metrics
MCP Configuration
The server is configured in your Claude setup. If you need to add it manually:
{
"mcpServers": {
"mcp-domain-availability": {
"command": "uvx",
"args": [
"--python=3.10",
"--from",
"git+https://github.com/imprvhub/mcp-domain-availability",
"mcp-domain-availability"
]
}
}
}Example Output
## Domain Recommendations for PulseKit
### Top Pick
**pulsekit.dev** - Available
- Aligns with developer/technical audience
- `.dev` enforces HTTPS automatically
- Short, memorable, professional
### Strong Alternatives
1. **pulsekit.app** - Available (~$14/yr)
2. **pulsekit.io** - Available (~$40/yr)
3. **getpulsekit.com** - Available (~$12/yr)
### Budget Options
1. **pulsekit.co** - Available (~$12/yr)
2. **pulsekit.xyz** - Available (~$3/yr)Next Steps
- AI Features - Other AI capabilities in Eden Stack
- Getting Started - Set up your Eden Stack project
- Web Search & Deep Research - AI-powered web search with Exa
Full documentation for Eden Stack users
This documentation is exclusively available to Eden Stack customers. Already purchased? Log in to access the full content.