whois-lookup

whois-lookup

3.9

The Whois Lookup MCP server provides tools to access and retrieve domain registration and DNS information in real-time.

The Whois Lookup MCP server is a comprehensive platform designed to provide real-time, accurate, and standardized domain registration and DNS information. It is particularly useful for security assessments and domain status monitoring. The server offers a suite of features that include real-time domain registration details, comprehensive DNS record retrieval, and secure certificate insights. It supports a wide range of Regional Internet Registries (RIRs) and Top-Level Domains (TLDs), making it a versatile tool for developers and security professionals. The server is designed to bypass typical query rate limits through extensive caching and the use of diverse IP addresses, ensuring uninterrupted access to necessary data.

Features

  • Real-Time Domain Registration Details
  • Comprehensive DNS Record Retrieval
  • Secure Certificate Insights
  • Domain Information from IP
  • Random WHOIS Data

Usage with Different Platforms

python

python
import whois

domain = whois.whois('example.com')
print(domain)

bash

bash
whois example.com