- Home
- MCP servers
- Whois
Whois
- javascript
51
GitHub Stars
javascript
Language
6 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"bharathvaj-ganesan-whois-mcp": {
"command": "npx",
"args": [
"-y",
"@bharathvaj/whois-mcp@latest"
]
}
}
}This Whois MCP server enables AI agents to perform WHOIS lookups to retrieve domain details directly inside your workflows. It supports checking domain availability, ownership, registration dates, name servers, and related information without leaving your AI environment.
How to use
You can access the WHOIS capabilities from your MCP-enabled AI agents. After configuring the MCP server, the available tools will appear under Tools, and your agent will automatically pick them up when a domain-related task is detected. You can also explicitly ask the agent to perform a WHOIS lookup for a specific domain to get details such as registrar, registration date, expiry, and name servers.
How to install
Prerequisites: Ensure you have Node.js and npm installed on your machine.”},{
{
"mcpServers": {
"whois": {
"command": "npx",
"args": ["-y", "@bharathvaj/whois-mcp@latest"]
}
}
}
Additional configuration notes
Global and project-specific installation methods are provided so you can run the MCP server either as a global tool or within a project. The global approach runs the MCP server via npx, while the project-specific approach embeds the MCP config in your project under .cursor/mcp.json.
Security and usage notes
Do not expose the MCP server to untrusted networks. Use standard access controls and monitor usage to prevent abuse of WHOIS lookups. If you plan to run the service in production, consider rate limiting and auditing lookup requests.
Available tools
whois_domain
Query WHOIS information for a given domain to retrieve ownership, registration dates, registrar, and name servers.
whois_tld
Query WHOIS information for a top-level domain to retrieve registrar and registration patterns.
whois_ip
Query WHOIS information for an IP address to obtain ownership and related network details.
whois_as
Query WHOIS information for an Autonomous System Number to obtain ASN ownership and related data.