domain-search-mcp
by dorukardahan·★ 20·综合分 42
一个零配置域名搜索 MCP 服务器,支持多后缀检查、批量搜索、域名溢价检测、AI 建议和注册商价格比较。
概述
Domain Search MCP 是一个全面的域名管理工具,通过模型上下文协议 (MCP) 运行。它使用 RDAP → GoDaddy → WHOIS 的回退链提供快速、本地优先的域名可用性检查,并可选地集成定价功能。该服务器支持 stdio 传输(适用于 Claude Desktop 和其他 MCP 客户端)以及 HTTP/SSE 传输(适用于 ChatGPT Actions 和 Web 应用)。功能包括批量检查最多 100 个域名、使用微调的 Qwen 模型提供 AI 域名建议、域名溢价/拍卖检测以及社交媒体用户名可用性检查。
试试问 AI
装完之后,这里有 8 个你可以让 AI 做的事:
什么时候选它
当您需要无需 API 密钥检查域名可用性,或者希望将 AI 驱动的域名建议集成到工作流中时,选择此服务器。
什么时候不要选它
如果您需要实时定价而不想设置自定义后端,或者需要直接在工具中完成域名注册功能,请不要选择此服务器。
此 server 暴露的工具
从 README 抽取出 11 个工具search_domainCheck a domain name across multiple TLDs with premium/auction detection.
bulk_searchCheck availability of up to 100 domain names for a single TLD.
compare_registrarsCompare pricing for a domain across different registrars.
suggest_domainsGenerate domain name variations with prefixes, suffixes, and hyphens.
suggest_domains_smartAI-powered generation of brandable domain names using fine-tuned model.
analyze_projectAnalyze local project or GitHub repo to suggest matching domain names.
hunt_domainsFind valuable domains for investment by scanning auctions and generating patterns.
expiring_domainsMonitor domains approaching expiration (requires federated negative cache).
tld_infoGet TLD metadata and restrictions.
check_socialsCheck username availability across social media platforms.
ai_healthCheck status of AI inference services and circuit breakers.
可对比工具
安装
安装
使用 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 startClaude 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 讨论
开发者社区最近的相关讨论。
- 帖子 by dorukardahan · 2025-12-26
domain-search-mcp 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。