Find Available Domains Fast

AI-powered domain name ideas, checked in real time

0/1000
Styles
Domain length 4โ€“20 chars

Works with AI Agents

Point your AI coding agent at Namerbot and let it find available domains for you automatically.

Claude Code

Add as an MCP server with one command:

claude mcp add namerbot -- npx namerbot@1

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "namerbot": {
      "command": "npx",
      "args": [
        "namerbot@1"
      ]
    }
  }
}
No signup required
Start using immediately with free name-checks
Free tier included
250 free name-checks, replenishes every 12 hours
7 TLDs checked
.com, .io, .ai, .co, .org, .net, .xyz

REST API

Integrate domain search into your own tools and workflows.

Base URLhttps://namerbot.ai/api/v1
POST /generate Generate domain name ideas and check availability
GET /check?domain=example.com Check availability of a specific domain
GET /credits Check your remaining credits
API Keys

Generate a key with POST /api/v1/keys โ€” no signup needed. Pass it as Authorization: Bearer <key>.

Full API documentation →