Whois MCP
@bharathvaj-ganesan
About Whois MCP
MCP Server for whois lookups.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"whois-mcp": {
"command": "npx",
"args": [
"-y",
"@bharathvaj/whois-mcp@latest"
]
}
}
}Tools
4Looksup whois information about the domain
Looksup whois information about the Top Level Domain (TLD)
Looksup whois information about the IP
Looksup whois information about the Autonomous System Number (ASN)
Overview
What is Whois MCP?
Whois MCP is a Model Context Protocol (MCP) server that allows AI agents—such as Claude Desktop, Cursor, and Windsurf—to perform WHOIS lookups and retrieve domain registration details, including ownership, registration and expiry dates, registrar information, name servers, and domain status.
How to use Whois MCP?
Configure the server as an MCP tool using the command npx -y @bharathvaj/whois-mcp@latest in supported IDEs (Cursor, VS Code with Roo Code) or any MCP-compatible client. Once added, the AI agent automatically gains access to four tools: whois_domain, whois_tld, whois_ip, and whois_as.
Key features of Whois MCP
- Perform WHOIS lookups directly from AI agents.
- Retrieve domain, TLD, IP, and ASN information.
- No browser or terminal needed—just ask the AI.
- Easy installation via npx with no API keys required.
- Compatible with Claude Desktop, Cursor, Windsurf, Roo Code.
- Provides registration, expiry, registrar, and name server details.
Use cases of Whois MCP
- Check if a domain is available for registration.
- Find out who owns a domain and when it was registered.
- Look up the expiry date or status of a domain.
- Investigate IP addresses and autonomous system numbers.
- Automate domain research within AI-powered workflows.
FAQ from Whois MCP
What runtime or dependencies does Whois MCP require?
The server runs on Node.js and is invoked via npx (included with Node). No additional dependencies or API keys are needed.
Where does the WHOIS data come from?
All lookups query public WHOIS databases directly; no data is stored by the server. Results depend on the registrar and privacy settings of the queried resource.
How is Whois MCP connected to the AI client?
It uses the standard MCP stdio transport—the server runs as a command-line process and communicates via stdin/stdout. No network server or authentication is involved.
Can I use Whois MCP in custom projects?
Yes. The server can be integrated with any MCP-compatible client (Claude Desktop, Cursor, VS Code with Roo Code) by adding a JSON configuration with the npx command.
What types of lookups are supported?
The whois_domain tool provides domain registration details; whois_tld queries top-level domain information; whois_ip looks up IP addresses; and whois_as retrieves ASN details.
Frequently asked questions
What runtime or dependencies does Whois MCP require?
The server runs on Node.js and is invoked via `npx` (included with Node). No additional dependencies or API keys are needed.
Where does the WHOIS data come from?
All lookups query public WHOIS databases directly; no data is stored by the server. Results depend on the registrar and privacy settings of the queried resource.
How is Whois MCP connected to the AI client?
It uses the standard MCP stdio transport—the server runs as a command-line process and communicates via stdin/stdout. No network server or authentication is involved.
Can I use Whois MCP in custom projects?
Yes. The server can be integrated with any MCP-compatible client (Claude Desktop, Cursor, VS Code with Roo Code) by adding a JSON configuration with the `npx` command.
What types of lookups are supported?
The `whois_domain` tool provides domain registration details; `whois_tld` queries top-level domain information; `whois_ip` looks up IP addresses; and `whois_as` retrieves ASN details.
Basic information
More Other MCP servers
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
ghidraMCP
LaurieWiredMCP Server for Ghidra
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Comments