AgentHubAgentHub

domain-search-mcp

MCP ServerMCP Registry官方收录

io.github.dorukardahan/domain-search-mcp · v1.2.15

Fast domain availability checker with pricing comparison and AI-powered suggestions.

概览

domain-search-mcp 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "domain-search-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "domain-search-mcp"
      ]
    }
  }
}

环境变量

PORKBUN_API_KEY可选secret

Porkbun API key for pricing data (optional - works without it)

PORKBUN_API_SECRET可选secret

Porkbun API secret (required with PORKBUN_API_KEY)

NAMECHEAP_API_KEY可选secret

Namecheap API key (optional)

NAMECHEAP_API_USER可选

Namecheap API username (required with NAMECHEAP_API_KEY)

相关资源

统一 Manifest

{
  "id": "io.github.dorukardahan/domain-search-mcp",
  "type": "mcp-server",
  "version": "1.2.15",
  "displayName": "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"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "domain-search-mcp",
        "version": "1.2.15",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "PORKBUN_API_KEY",
            "description": "Porkbun API key for pricing data (optional - works without it)",
            "isSecret": true
          },
          {
            "name": "PORKBUN_API_SECRET",
            "description": "Porkbun API secret (required with PORKBUN_API_KEY)",
            "isSecret": true
          },
          {
            "name": "NAMECHEAP_API_KEY",
            "description": "Namecheap API key (optional)",
            "isSecret": true
          },
          {
            "name": "NAMECHEAP_API_USER",
            "description": "Namecheap API username (required with NAMECHEAP_API_KEY)"
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.dorukardahan/domain-search-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.dorukardahan%2Fdomain-search-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
domain-search-mcp — MCP Server 安装与配置 · AgentHub