← Back to Plugins
MCP Server MCP

io.github.dorukardahan/domain-search-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "domain-search-mcp",
      "version": "1.13.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Pricing backend base URL (recommended)",
          "format": "string",
          "name": "PRICING_API_BASE_URL"
        },
        {
          "description": "Optional bearer token for pricing backend",
          "format": "string",
          "isSecret": true,
          "name": "PRICING_API_TOKEN"
        },
        {
          "description": "Porkbun API key (BYOK, used only if PRICING_API_BASE_URL is not set)",
          "format": "string",
          "isSecret": true,
          "name": "PORKBUN_API_KEY"
        },
        {
          "description": "Porkbun API secret (required with PORKBUN_API_KEY)",
          "format": "string",
          "isSecret": true,
          "name": "PORKBUN_API_SECRET"
        },
        {
          "description": "Namecheap API key (BYOK, used only if PRICING_API_BASE_URL is not set)",
          "format": "string",
          "isSecret": true,
          "name": "NAMECHEAP_API_KEY"
        },
        {
          "description": "Namecheap API username (required with NAMECHEAP_API_KEY)",
          "format": "string",
          "name": "NAMECHEAP_API_USER"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...