Whois MCP 服务器
用于执行 WHOIS 查询的 MCP 服务器,支持 AI 工具集成。
快速入门
- 全局安装:运行
npx -y @bharathvaj/whois-mcp@latest
- 在 Cursor IDE 中配置:
- 打开设置 > MCP
- 添加新服务器,填写命令
npx -y @bharathvaj/whois-mcp@latest
- 或在项目中创建
.cursor/mcp.json
文件,添加配置。 - 使用工具自动查询域名、IP 等信息。
- 调试时运行
npx @modelcontextprotocol/inspector node dist/index.js
。