智能域名建议MCP服务器,具备实时可用性检查功能。与Cursor、Claude Code及其他MCP工具兼容。
git clone https://github.com/halfaipg/domain-finder-mcp
cd domain-finder-mcp
./setup.sh
git clone https://github.com/halfaipg/domain-finder-mcp
cd domain-finder-mcp
.\setup.ps1
git clone https://github.com/halfaipg/domain-finder-mcp
cd domain-finder-mcp
npm install
npm run build
cp .env.example .env # 或手动创建 .env 文件
然后编辑.env文件并添加您的API密钥,重启您的MCP工具。
高级AI驱动的域名建议,采用智能LLM头脑风暴、智能重试逻辑和增强评分。使用与深入TLD探索相同的创意策略。
参数:
businessDescription(必需) - 您的业务/项目的详细描述searchMode(可选) - standard、competitive、budget、premium或internationalindustry(可选) - 商业行业,用于智能TLD选择maxSuggestions(可选) - 建议数量(1-50,默认值:15)检查单个域名的可用性或批量检查多个域名。
参数:
domain(可选) - 要检查的单个域名(例如:"example.com")domains(可选) - 要检查的域名数组(例如:["example.com", "test.io"])注意:提供domain或domains中的一个即可,不要同时提供两者。每个批次最多20个域名。
深入TLD探索,分批循环遍历所有1,441+ TLD,使用AI分析发现突出的域名组合。非常适合发现创意且出乎意料的域名。
参数:
businessDescription(必需) - 您的业务/项目的详细描述keywords(可选) - 关注的具体关键词batchSize(可选) - 每批TLD数量(10-500,默认值:200)maxBatches(可选) - 批次数量(1-20,默认值:10)creativityLevel(可选) - conservative、moderate或wildcheckAvailability(可选) - 是否检查顶级结果的可用性suggest-domains for "artisanal pickle factory" with competitive mode
结果:gourkled.ai,picklepulse.ai,factorydash.ai
check-domain for "example.com"
结果:example.com is ✗ 已占用
deep-tld for "咖啡店" with wild creativity
结果:在所有1,441+ TLD中发现创意组合
MIT许可证