# Instant Domain Search

**Lightning-fast domain search directly in your AI workflow**

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add tbakerx/instant-mcp

# Browse available tools
npx -y smithery tool list tbakerx/instant-mcp

# Get full schema for a tool
npx -y smithery tool get tbakerx/instant-mcp search_domains

# Call a tool
npx -y smithery tool call tbakerx/instant-mcp search_domains '{}'
```

## Direct MCP Connection

Endpoint: `https://instant-mcp--tbakerx.run.tools`

## Tools (3)

- `search_domains` — Search for domain availability and suggestions.
- `generate_domain_variations` — Generate domain name variations with prefixes and suffixes.
- `check_domain_availability` — Check availability of specific domains via DNS.

```bash
# Get full input/output schema for a tool
npx -y smithery tool get tbakerx/instant-mcp <tool-name>
```

## Resources

- `instant-domains://tld-categories` — Comprehensive TLD categorization with market intelligence
- `instant-domains://domain-guidelines` — Best practices for domain selection and management

## Prompts (3)

- `analyze-domain-brandability` (domain, industry) — Analyze a domain's brandability and market potential
- `domain-investment-strategy` (budget, risk_tolerance, timeframe) — Create a domain investment strategy using InstantDomainSearch.com market data
- `generate-business-names` (industry, style, keywords) — Generate brandable business names with domain availability analysis
