Buy a domain from Claude in 3 steps
You want Claude to suggest names, check what's actually available, and hand you a one-click buy link — without leaving the chat.
On Claude Code? The fastest path is one terminal command — see the Claude Code guide. For Claude Desktop, the setup below takes about a minute: paste a config block, restart, and ask.
Try this prompt
“Suggest 10 names for an app that turns long Slack threads into action items. Check .com, .ai, and .dev for each, and give me buy URLs for the available ones.”
Step-by-step
STEP 1
Paste this in your Claude Desktop config
Open ~/Library/Application Support/Claude/claude_desktop_config.json on macOS (or %APPDATA%\Claude\claude_desktop_config.json on Windows). Create the file if it doesn't exist and paste the block below.
{ "mcpServers": { "namemyapp": { "command": "npx", "args": ["-y", "@namemyapp/mcp"] } } }STEP 2
Quit and reopen Claude Desktop
Cmd+Q on macOS, then relaunch. You'll see a tools icon in the chat input — that's namemyapp connected.
STEP 3
Ask Claude for names
Try the prompt above. Claude returns a table of available domains with clickable buy URLs. Click one, pay, done.
What the agent will say back
| Name | Domain | Price | Buy |
|------|--------|-------|-----|
| threadsweep | threadsweep.com | $11.87 | https://namemy.app/checkout?domain=threadsweep.com&source=mcp |
| actionly | actionly.ai | $13.20 | https://namemy.app/checkout?domain=actionly.ai&source=mcp |
| tldr.bot | tldr.bot | $11.50 | https://namemy.app/checkout?domain=tldr.bot&source=mcp |
Click any link — checkout opens in your browser.FAQ
- Does Claude actually charge my card?
- No. Claude hands you a buy URL; payment happens in your browser on namemy.app. Your card never touches the chat.
- Do I need an API key?
- No — the public mode works without one. If you want Claude to also generate AI logos, brand kits, or manage DNS for domains you own, add NAMEMYAPP_API_KEY to the env block (free at namemy.app/app/api-keys).
- Does this work with Claude on the web (claude.ai)?
- Not yet — claude.ai web doesn't support MCP servers. Use Claude Desktop, Claude Code, or our REST API for browser flows.
Install in 2 minutes
Paste-ready configs for every coding agent, plus the no-auth public REST API.
Open install instructions →