MCP Catalogs
首页

domain-search-mcp

by dorukardahan·20·综合分 42

一个零配置域名搜索 MCP 服务器,支持多后缀检查、批量搜索、域名溢价检测、AI 建议和注册商价格比较。

developer-toolsai-llmproductivity
4
Forks
0
活跃 Issue
4 个月前
最近提交
2 天前
收录于

概述

Domain Search MCP 是一个全面的域名管理工具,通过模型上下文协议 (MCP) 运行。它使用 RDAP → GoDaddy → WHOIS 的回退链提供快速、本地优先的域名可用性检查,并可选地集成定价功能。该服务器支持 stdio 传输(适用于 Claude Desktop 和其他 MCP 客户端)以及 HTTP/SSE 传输(适用于 ChatGPT Actions 和 Web 应用)。功能包括批量检查最多 100 个域名、使用微调的 Qwen 模型提供 AI 域名建议、域名溢价/拍卖检测以及社交媒体用户名可用性检查。

试试问 AI

装完之后,这里有 8 个你可以让 AI 做的事:

:开发者为新项目检查域名可用性
:域名投资者使用溢价检测研究有价值的域名
:品牌团队使用 AI 生成域名建议
:企业在购买前比较注册商价格
:DevOps 团队将域名检查集成到 CI/CD 工作流
:使用此工具需要 API 密钥吗?
:域名建议使用哪个 AI 模型?
:可以与 ChatGPT 集成吗?

什么时候选它

当您需要无需 API 密钥检查域名可用性,或者希望将 AI 驱动的域名建议集成到工作流中时,选择此服务器。

什么时候不要选它

如果您需要实时定价而不想设置自定义后端,或者需要直接在工具中完成域名注册功能,请不要选择此服务器。

此 server 暴露的工具

从 README 抽取出 11 个工具
  • search_domain

    Check a domain name across multiple TLDs with premium/auction detection.

  • bulk_search

    Check availability of up to 100 domain names for a single TLD.

  • compare_registrars

    Compare pricing for a domain across different registrars.

  • suggest_domains

    Generate domain name variations with prefixes, suffixes, and hyphens.

  • suggest_domains_smart

    AI-powered generation of brandable domain names using fine-tuned model.

  • analyze_project

    Analyze local project or GitHub repo to suggest matching domain names.

  • hunt_domains

    Find valuable domains for investment by scanning auctions and generating patterns.

  • expiring_domains

    Monitor domains approaching expiration (requires federated negative cache).

  • tld_info

    Get TLD metadata and restrictions.

  • check_socials

    Check username availability across social media platforms.

  • ai_health

    Check status of AI inference services and circuit breakers.

可对比工具

whois-mcpdomain-searchregistrar-api

安装

安装

使用 npx(推荐)

npx -y domain-search-mcp@latest

从源码安装

git clone https://github.com/dorukardahan/domain-search-mcp.git
cd domain-search-mcp
npm install
npm run build
npm start

Claude Desktop 配置

添加到 claude_desktop_config.json

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

Claude Code 配置

在项目根目录添加 .mcp.json

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

FAQ

使用此工具需要 API 密钥吗?
不需要,基本的域名可用性检查使用零配置,通过公共 RDAP/WHOIS 数据工作。只有价格比较需要来自注册商的可选 API 密钥。
域名建议使用哪个 AI 模型?
服务器使用微调的 Qwen 7B-DPO 模型进行 AI 域名建议,开箱即用,无需 API 密钥。
可以与 ChatGPT 集成吗?
可以,服务器支持 HTTP/SSE 传输用于 ChatGPT Actions。您可以启动 HTTP 服务器并导入 OpenAPI 规范来创建自定义 GPT。

Hacker News 讨论

开发者社区最近的相关讨论。

domain-search-mcp 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。