Serversio.github.dorukardahan/domain-search-mcp
M

io.github.dorukardahan/domain-search-mcp

io.github.dorukardahan/domain-search-mcp · v1.2.15
▦ npm
v1.2.15npm npm: domain-search-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.dorukardahan/domain-search-mcp",
  "description": "Fast domain availability checker with pricing comparison and AI-powered suggestions.",
  "repository": {
    "url": "https://github.com/dorukardahan/domain-search-mcp",
    "source": "github"
  },
  "version": "1.2.15",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "domain-search-mcp",
      "version": "1.2.15",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Porkbun API key for pricing data (optional - works without it)",
          "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 (optional)",
          "format": "string",
          "isSecret": true,
          "name": "NAMECHEAP_API_KEY"
        },
        {
          "description": "Namecheap API username (required with NAMECHEAP_API_KEY)",
          "format": "string",
          "name": "NAMECHEAP_API_USER"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}