Whois MCP
@bharathvaj-ganesan
关于 Whois MCP
MCP Server for whois lookups.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"whois-mcp": {
"command": "npx",
"args": [
"-y",
"@bharathvaj/whois-mcp@latest"
]
}
}
}工具
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)
概览
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.
其他 分类下的更多 MCP 服务器
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Codelf
unbugA search tool helps dev to solve the naming things problem.
Nginx UI
0xJackyYet another WebUI for Nginx
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
评论