whois-mcp
This project is a Model Context Protocol server that enables AI agents to perform WHOIS lookups to acquire domain details, including registration and ownership information. It supports several AI platforms, providing an automated solution for accessing domain data.
Overview
This project is an MCP server that performs WHOIS lookups to retrieve domain details. It allows AI agents to check domain availability, ownership, and registration details without needing a browser. The server provides information such as domain name, registrar, registrant details, registration and expiry dates, name servers, domain status, and contact information. Tools available include whois_domain
, whois_tld
, whois_ip
, and whois_as
.
Available Tools
- whois_domain: Looks up WHOIS information about a domain.
- whois_tld: Looks up WHOIS information about the Top-Level Domain.
- whois_ip: Looks up WHOIS information about the IP.
- whois_as: Looks up WHOIS information about the Autonomous System Number.
Using with Cursor
Instructions are provided on how to install and set up the MCP server globally or project-specifically for use with Cursor IDE. The WHOIS tools become automatically available within the IDE.
Using with Roo Code
Set up the MCP settings in Roo Code to activate WHOIS capabilities for its AI agents.
Debugging the Server
The MCP Inspector tool can be used for debugging the server after building it using pnpm.