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.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"whoisjson": {
"command": "npx",
"args": [
"-y",
"@whoisjson/mcp-server"
],
"env": {
"WHOISJSON_API_KEY": "YOUR_API_KEY"
}
}
}
}工具
4WHOIS 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 domaindns_lookup: fetch all DNS records for a domainssl_check: inspect SSL/TLS certificate details and validitydomain_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 服务器
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
Burp Suite MCP Server Extension
PortSwiggerMCP Server for Burp
评论