MCP.so
登录
W

Whois, Dns, Ssl, And Domain Availability Lookups For Ai Assistants

@Whoisjson

关于 Whois, Dns, Ssl, And Domain Availability Lookups For Ai Assistants

WhoisJSON MCP Server exposes four domain intelligence tools directly inside Claude, Cursor, and Windsurf — no code required.

基本信息

分类

开发工具

传输方式

stdio

发布者

Whoisjson

提交者

WhoisJson

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "whoisjson": {
      "command": "npx",
      "args": [
        "-y",
        "@whoisjson/mcp-server"
      ],
      "env": {
        "WHOISJSON_API_KEY": "YOUR_API_KEY"
      }
    }
  }
}

工具

4

WHOIS registration data for a domain (registrar, dates, contacts, nameservers…)

All DNS records for a domain (A, AAAA, MX, NS, TXT, CNAME, SOA, CAA, DMARC…)

SSL/TLS certificate details and validity for a domain

Check if a domain is available for registration

概览

What is Whois, Dns, Ssl, And Domain Availability Lookups For Ai Assistants?

An MCP server that integrates with the WhoisJSON API to provide WHOIS, DNS, SSL, and domain availability lookup tools for AI assistants. It is intended for developers and users who need domain intelligence within AI chat interfaces.

How to use Whois, Dns, Ssl, And Domain Availability Lookups For Ai Assistants?

Install globally via npm install -g @whoisjson/mcp-server or run directly with npx @whoisjson/mcp-server. Configure your WhoisJSON API key as the environment variable WHOISJSON_API_KEY in your MCP client’s configuration file (e.g., Claude Desktop, Cursor, or Windsurf). The AI assistant can then invoke the exposed tools.

Key features of Whois, Dns, Ssl, And Domain Availability Lookups For Ai Assistants

  • whois_lookup: retrieve WHOIS registration data for a domain
  • dns_lookup: fetch all DNS records for a domain
  • ssl_check: inspect SSL/TLS certificate details and validity
  • domain_availability: check if a domain is available for registration

Use cases of Whois, Dns, Ssl, And Domain Availability Lookups For Ai Assistants

  • Verify domain ownership and registration details via WHOIS lookup
  • Troubleshoot DNS configuration by fetching all record types
  • Assess SSL certificate health and expiration for a domain
  • Determine domain availability for new registrations or purchases
  • Integrate domain intelligence into AI-powered support or research workflows

FAQ from Whois, Dns, Ssl, And Domain Availability Lookups For Ai Assistants

What tools does this server provide?

It exposes four tools: whois_lookup, dns_lookup, ssl_check, and domain_availability.

What are the prerequisites to use this server?

You need Node.js version 18 or later and a WhoisJSON API key, which you can obtain by signing up at whoisjson.com.

How do I install and configure this server?

Install via npm install -g @whoisjson/mcp-server or run with npx. Set the WHOISJSON_API_KEY environment variable, then add the server configuration to your MCP client’s config file (examples are provided for Claude Desktop, Cursor, and Windsurf).

How do I run this server locally for development?

Clone the repository, run npm install, npm run build, then start with WHOISJSON_API_KEY=your_key npm start.

Which MCP clients are supported?

The README includes configuration instructions for Claude Desktop, Cursor, and Windsurf.

评论

开发工具 分类下的更多 MCP 服务器