Skip to main content
Glama

Whois MCP

用于 whois 查询的模型上下文协议服务器。

概述

该 MCP 服务器允许 Claude Desktop、Cursor、Windsurf 等 AI 代理执行 WHOIS 查找并检索域详细信息。

**用途:**您可以直接让人工智能检查域名是否可用、所有者、注册时间以及其他重要信息。无需打开浏览器进行搜索。

什么是 WHOIS 查询? WHOIS 查询是指查询 WHOIS 数据库以获取域名、IP 地址或自治系统的注册详细信息的过程。它可以帮助用户查找域名所有者、注册时间、到期时间以及其他重要信息。

WHOIS 查询可以提供哪些信息?

当您执行 WHOIS 查询时,您可以检索如下详细信息:

  • 域名 – 查询的具体域名
  • 注册商名称 – 管理域名注册的公司(例如 GoDaddy、Namecheap)
  • 注册人详细信息 – 域名所有者的姓名、组织和联系方式(除非受 WHOIS 隐私保护)
  • 注册和到期日期 – 域名注册时间和到期时间
  • 名称服务器 – 域正在使用的 DNS 服务器
  • 域名状态 – 有效、已过期、已锁定或待删除
  • 联系信息 – 管理、技术和计费联系人(如果未隐藏)

可用工具

工具描述
whois_domain查找域名的 whois 信息
whois_tld查找有关顶级域名 (TLD) 的 whois 信息
whois_ip查找有关 IP 的 whois 信息
whois_as查找有关自治系统编号 (ASN) 的 whois 信息

与游标一起使用

安装 - 全球

使用 npx 运行 MCP 服务器:

npx -y @mcp-server/whois-mcp@latest

在你的 Cursor IDE 中

  1. 前往Cursor Settings > MCP
  2. 点击+ Add New MCP Server
  3. 填写表格:
    • 名称: Whois Lookup (或您喜欢的任何名称)
    • 类型: command
    • 命令: npx -y @mcp-server/whois-mcp@latest

安装 - 特定于项目

.cursor/mcp.json文件添加到您的项目:

{ "mcpServers": { "whois": { "command": "npx", "args": [ "-y", "@mcp-server/whois-mcp@latest" ] } } }

用法

配置完成后,whois 工具将自动提供给 Cursor AI 代理。您可以:

  1. 该工具将在 MCP 设置中的Available Tools下列出
  2. 代理将在相关时自动使用它
  3. 您可以明确要求代理发送通知

与 Roo 代码一起使用

通过单击 Roo Code 设置中的“编辑 MCP 设置”或使用 VS Code 命令面板中的“Roo Code:打开 MCP 配置”命令来访问 MCP 设置。

{ "mcpServers": { "whois": { "command": "npx", "args": [ "-y", "@mcp-server/whois-mcp@latest" ] } } }
  1. Roo Code 的 AI 代理将可以使用 whois 功能

发展

# Install dependencies pnpm install # Build pnpm build

调试服务器

要调试您的服务器,您可以使用MCP Inspector

首先搭建服务器

pnpm build

在终端中运行以下命令:

# Start MCP Inspector and server with all tools npx @modelcontextprotocol/inspector node dist/index.js

执照

麻省理工学院

-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

使 AI 代理能够执行 WHOIS 查找以检索域名注册详细信息,包括所有权、注册日期和可用性状态,而无需浏览器搜索。

  1. 概述
    1. 可用工具
      1. 与游标一起使用
        1. 与 Roo 代码一起使用
          1. 发展
            1. 调试服务器
              1. 执照

                Related MCP Servers

                • A
                  security
                  A
                  license
                  A
                  quality
                  This server enables AI systems to integrate with Tavily's search and data extraction tools, providing real-time web information access and domain-specific searches.
                  Last updated -
                  2
                  8,040
                  437
                  JavaScript
                  MIT License
                  • Apple
                  • Linux
                • A
                  security
                  F
                  license
                  A
                  quality
                  This server allows users to perform web searches using Perplexity AI, providing a tool for retrieving search results through a simple API interface.
                  Last updated -
                  1
                  2
                  TypeScript
                • A
                  security
                  A
                  license
                  A
                  quality
                  A Model Context Protocol server that allows AI agents to perform WHOIS lookups, enabling users to directly ask the AI about domain availability, ownership, registration details, and other domain information.
                  Last updated -
                  4
                  10
                  1
                  JavaScript
                  MIT License
                  • Linux
                  • Apple
                • -
                  security
                  A
                  license
                  -
                  quality
                  A server that enables AI assistants like Claude to perform web searches using the Exa AI Search API, providing real-time web information in a safe and controlled way.
                  Last updated -
                  1,930
                  MIT License
                  • Apple

                View all related MCP servers

                MCP directory API

                We provide all the information about MCP servers via our MCP API.

                curl -X GET 'https://glama.ai/api/mcp/v1/servers/modelcontextprotocol-servers/whois-mcp'

                If you have feedback or need assistance with the MCP directory API, please join our Discord server