mcpbeat Sign in

Domain Search MCP Server

local only

Domain Search MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 205 installs a week from npm. Last commit 29 Jul 2026.

Naming engine with availability intelligence: score names, check domains, socials and registries.

Installs per day peak 355 · avg 75 · -11% w/w
a month agotoday
205
Installs / week
npm · domain-search-mcp
28
Stars
2 open issues
29 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Dumps the whole environment test-env.js:3, [пакет] test-env.js:3
console.log('All QWEN vars:', Object.keys(process.env).filter(k => k.startsWith('QWEN')));

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add domain-search-mcp -- npx -y domain-search-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "domain-search-mcp": {
      "args": [
        "-y",
        "domain-search-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.domain-search-mcp]
command = "npx"
args = ["-y", "domain-search-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "domain-search-mcp": {
      "args": [
        "-y",
        "domain-search-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "domain-search-mcp": {
      "args": [
        "-y",
        "domain-search-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: PRICING_API_BASE_URL (Pricing backend base URL (recommended)), PRICING_API_TOKEN (Optional bearer token for pricing backend), PORKBUN_API_KEY (Porkbun API key (BYOK, used only if PRICING_API_BASE_URL is not set)), PORKBUN_API_SECRET (Porkbun API secret (required with PORKBUN_API_KEY)), NAMECHEAP_API_KEY (Namecheap API key (BYOK, used only if PRICING_API_BASE_URL is not set)), NAMECHEAP_API_USER (Namecheap API username (required with NAMECHEAP_API_KEY)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Domain Search MCP

same job, measured the same way
Namera
by solozerolabs

Check name availability across domains, trademarks, and social handles. Score and rank candidates.

1 432 installs/wk local only
Namera
by siddmax

Check name availability across domains, trademarks, and social handles. Score and rank candidates.

local only
Onymu
by onymu

Check domain availability across every extension, generate names, and check social handles.

answering
MCP Company Identity Resolver
by mambabuilt

Resolve company name, domain, or LinkedIn into one canonical identity with confidence scores.

62 installs/wk local only
Enrich — Company Domain Intelligence
by globalsearchdata

Free — no API key required. Enrich by domain or name. Country, contacts, social profiles.

2 tools answering
Elfa
by elfa

Crypto social intelligence from X and Telegram, plus the Elfa Auto condition engine

82 installs/wk local only
Brand Monitor
by erikirby

Monitor domain expiry, SSL certs, and social handle availability across platforms.

22 installs/wk local only
MCP Server Research Signals
by joepangallo

Scored trend intelligence from HN, Reddit, ArXiv, and GitHub.

29 installs/wk local only

Domain Search MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Domain Search MCP?
Domain Search MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package domain-search-mcp was installed 205 times last week.
How do I connect Domain Search MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls domain-search-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Domain Search MCP?
The npm package domain-search-mcp was installed 205 times in the last week. Week over week that is -11%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Domain Search MCP open source?
Yes — it is published under the MIT licence, written in TypeScript, 28 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.