
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@szemeng76/whois-mcp
Advanced tools
中文版 | English
A comprehensive MCP server for WHOIS lookups of domains, IPs, TLDs, and ASNs
A Model Context Protocol (MCP) server that provides WHOIS lookup capabilities for domains, IP addresses, Top Level Domains (TLDs), and Autonomous System Numbers (ASNs). Built with TypeScript and the whoiser library for reliable and fast WHOIS queries.
whoiser librarynpm install @szemeng76/whois-mcp
Or clone and install locally:
git clone https://github.com/SzeMeng76/whois-mcp.git
cd whois-mcp
npm install
npm run build
{
"mcpServers": {
"whois": {
"command": "npx",
"args": ["@szemeng76/whois-mcp@latest"]
}
}
}
{
"mcpServers": {
"whois": {
"command": "npx",
"args": ["@szemeng76/whois-mcp@latest"]
}
}
}
{
"mcp.servers": {
"whois": {
"command": "npx",
"args": ["@szemeng76/whois-mcp@latest"],
"transport": "stdio"
}
}
}
{
"mcpServers": {
"whois": {
"command": "node",
"args": ["path/to/whois-mcp/dist/index.js"]
}
}
}
whois_domainLooks up WHOIS information for a domain name.
Parameters:
domain (required): Domain name to query (e.g., "example.com", "github.com")Example Usage:
"Look up WHOIS information for google.com"
"Get domain registration details for stackoverflow.com"
"Check who owns the domain github.com"
Returns:
whois_ipLooks up WHOIS information for an IP address.
Parameters:
ip (required): IPv4 or IPv6 address to query (e.g., "8.8.8.8", "1.1.1.1")Example Usage:
"Get WHOIS information for IP address 8.8.8.8"
"Look up the owner of IP 1.1.1.1"
"Check network details for 192.168.1.1"
Returns:
whois_tldLooks up WHOIS information for a Top Level Domain.
Parameters:
tld (required): Top Level Domain to query (e.g., "com", "org", "io")Example Usage:
"Get information about the .com TLD"
"Look up details for the .io domain"
"Check who manages the .org TLD"
Returns:
whois_asLooks up WHOIS information for an Autonomous System Number.
Parameters:
asn (required): ASN in format "AS####" (e.g., "AS15169", "AS13335")Example Usage:
"Look up ASN AS15169"
"Get information about AS13335"
"Check details for autonomous system AS8075"
Returns:
"Look up the domain suspicious-site.com to check its registration details"
"Get WHOIS info for IP 203.0.113.1 to identify the network owner"
"Check ASN AS15169 to see what networks Google operates"
"Look up IP 1.1.1.1 to verify it belongs to Cloudflare"
"Get registration details for example.com to see when it expires"
"Look up .io TLD information to understand the registry policies"
"Check WHOIS for competitor-domain.com to see registration patterns"
"Look up multiple domains: example1.com, example2.org, example3.net"
# Clone the repository
git clone https://github.com/SzeMeng76/whois-mcp.git
cd whois-mcp
# Install dependencies
npm install
# Build the project
npm run build
# Start the server
npm start
whois-mcp/
├── src/
│ ├── index.ts # Main MCP server implementation
│ └── utils.ts # Utility functions (colored console output)
├── dist/ # Compiled JavaScript files
├── package.json # Dependencies and scripts
├── tsconfig.json # TypeScript configuration
└── README.md # Documentation
isError: true flaggit checkout -b feature-nameMIT License - see LICENSE file for details.
Built for network research, security analysis, and internet infrastructure understanding 🔍🌐
FAQs
MCP to lookup whois information
The npm package @szemeng76/whois-mcp receives a total of 1 weekly downloads. As such, @szemeng76/whois-mcp popularity was classified as not popular.
We found that @szemeng76/whois-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.