HomeSearch & Research › domain-search-mcp

domain-search-mcp

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

TypeScript Cloud
★ 28 stars Last pushed 2026-09-13 License: MIT

Topics: Search & Data Extraction

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.13.1)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "domain-search-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "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>",
        "NAMECHEAP_API_USER": "<YOUR_VALUE>"
      }
    }
  }
}
  • PRICING_API_BASE_URL — Pricing backend base URL (recommended)
  • PRICING_API_TOKEN secret — Optional bearer token for pricing backend
  • PORKBUN_API_KEY secret — Porkbun API key (BYOK, used only if PRICING_API_BASE_URL is not set)
  • PORKBUN_API_SECRET secret — Porkbun API secret (required with PORKBUN_API_KEY)
  • NAMECHEAP_API_KEY secret — 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)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry