快速域名检查MCP服务器

快速域名检查MCP服务器

一个用于批量检查域名注册状态的模型上下文协议(MCP)服务器。

快速入门

  1. 下载二进制文件:从 发布页面 获取。
  2. 授权运行权限(Mac/Linux): chmod +x FastDomainCheck-MCP-Server
  3. 配置MCP服务器:在Claude Desktop中编辑 claude-desktop-config.json 文件,指定可执行文件路径。
    • Mac/Linux 示例: { "mcpServers": { "fastdomaincheck": { "command": "/path/to/FastDomainCheck-MCP-Server", "args": [] } } }
    • Windows 示例: { "mcpServers": { "fastdomaincheck": { "command": "path/to/FastDomainCheck-MCP-Server.exe", "args": [] } } }
  4. 请求格式: 输入示例: { "domains": ["example.com", "test.com"] } 输出示例: { "results": { "example.com": { "registered": true }, "test.com": { "registered": false } } }
  5. 错误处理:确保输入验证通过,避免空域名或超长域名列表请求。