Domain Search MCP Server

Zero-config domain availability MCP for Claude & ChatGPT. AI-powered suggestions via Qwen 7B. RDAP → GoDaddy → WHOIS fallback chain with

Local serverstdio

What is the Domain Search MCP MCP server?

Domain Search MCP MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. Zero-config domain availability MCP for Claude & ChatGPT. AI-powered suggestions via Qwen 7B. RDAP → GoDaddy → WHOIS fallback chain with premium/auction detection. Stdio + HTTP transports.

What you get

Built on the Model Context Protocol for Claude, Codex, VS Code, Cursor, Cline, and other MCP-compatible clients.

What the assistant can call

Once Domain Search MCP is connected, these are the calls the assistant has available:

  • name_project — Now generate between 30 and 50 name candidates spread across these lanes: - [evocative] Real words borrowed for their feeling, not their meaning
  • Utilities — The Utilities tool exposed by this server
  • Documentation — The Documentation tool exposed by this server

Configuration and credentials

You will need 8 environment variables: PRICING_API_BASE_URL, PRICING_API_TOKEN, PORKBUN_API_KEY, PORKBUN_API_SECRET, NAMECHEAP_API_KEY, REDIS_URL, QWEN_API_KEY, SEDO_FEED_URL. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

Setting it up

domain-search-mcp on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.

Choosing this one

Among the knowledge and memory options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Domain Search MCP's toolset — name_project, Utilities, Documentation — is a fair guide to whether it matches your workflow. It is maintained by dorukardahan; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the domain search mcp mcp server does with a few real requests.

Available tools

ToolWhat it does
name_projectNow generate between 30 and 50 name candidates spread across these lanes: - [evocative] Real words borrowed for their feeling, not their meaning (like Slack, Notion, Bolt). Single dictionary words preferred. - [invented]
UtilitiesThe Utilities tool exposed by this server.
DocumentationThe Documentation tool exposed by this server.

How to install the Domain Search MCP MCP server

{
  "mcpServers": {
    "domain-search": {
      "command": "npx",
      "args": ["-y", "domain-search-mcp"],
      "env": {
        "PRICING_API_BASE_URL": "your-value",
        "PRICING_API_TOKEN": "your-value",
        "PORKBUN_API_KEY": "your-value",
        "PORKBUN_API_SECRET": "your-value",
        "NAMECHEAP_API_KEY": "your-value",
        "REDIS_URL": "your-value",
        "QWEN_API_KEY": "your-value",
        "SEDO_FEED_URL": "your-value"
      }
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

VariableDescriptionRequired
PRICING_API_BASE_URLEndpoint or connection string the server talks to.Yes
PRICING_API_TOKENCredential the server authenticates with.Yes
PORKBUN_API_KEYCredential the server authenticates with.Yes
PORKBUN_API_SECRETCredential the server authenticates with.Yes
NAMECHEAP_API_KEYCredential the server authenticates with.Yes
REDIS_URLEndpoint or connection string the server talks to.Yes
QWEN_API_KEYCredential the server authenticates with.Yes
SEDO_FEED_URLEndpoint or connection string the server talks to.Yes

Example prompts to try

  • Use Domain Search MCP to name project.
  • Use Domain Search MCP to Utilities.
  • Use Domain Search MCP to Documentation.

Frequently asked questions

It connects Domain Search MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 3 tools (name_project, Utilities, Documentation) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Domain Search MCP directly.