# namemyapp

Buy and manage domains end-to-end from inside Claude / ChatGPT / Cursor. The agent-native registrar with 12 tools: AI naming, live availability across 500+ TLDs, ICANN-accredited registration, DNS, b…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add rakesh1002/namemyapp

# Browse available tools
npx -y @smithery/cli@latest tool list rakesh1002/namemyapp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get rakesh1002/namemyapp buy_link

# Call a tool
npx -y @smithery/cli@latest tool call rakesh1002/namemyapp buy_link '{}'
```

## Direct MCP Connection

Endpoint: `https://namemyapp--rakesh1002.run.tools`

**Optional config:**
- `apiKey` (query) — Optional. Without a key, only the public tools (buy_link, check_domain_public) work; the other 10 return a friendly error pointing here. Get a free key at https://namemy.app/app/api-keys to unlock all 12 tools.

## Tools (12)

- `buy_link` — Build a one-click purchase URL the user can open to buy a domain on namemy.app. Always available (works without an API …
- `check_domain_public` — Check if a domain is available without requiring an API key (rate-limited). Returns availability and indicative pricing…
- `generate_names` — Generate brandable business names with real-time domain availability. Returns names that are ACTUALLY available to regi…
- `check_domain` — Check if a domain is available and get pricing from the cheapest registrar. [Requires a free namemy.app API key — get o…
- `buy_domain` — Purchase a domain using the stored payment method. Returns success/failure. [Requires a free namemy.app API key — get o…
- `list_domains` — List all domains owned by the user. [Requires a free namemy.app API key — get one at https://namemy.app/app/api-keys]
- `set_dns_record` — Add or update a DNS record for a domain. Useful for pointing domains to Vercel, Netlify, or email services. [Requires a…
- `brand_conflict_check` — Check if a brand name conflicts with USPTO trademarks, live company homepages, or search results. Free for all tiers. […
- `generate_logo` — Generate AI logo concepts (icon + palette + typography + layout) for a business. Returns N variations. Requires Founder…
- `generate_legal_docs` — Generate Privacy Policy, Terms of Service, and Cookie Policy for a business. Region-aware (GDPR, CCPA, LGPD). Requires …
- `generate_brand_kit` — Generate a complete brand kit (essentials, audience, personality, visual identity, voice, imagery, applications, dos-an…
- `generate_social_kit` — Generate a social media strategy + content kit (posts, captions, calendar, analytics framework). Requires Founder sub o…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get rakesh1002/namemyapp <tool-name>
```
