whodis-mcp-server
If you are the rightful owner of whodis-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Whodis MCP Server is a Model Context Protocol server designed for domain availability checks using WHOIS lookups.
Whodis MCP Server is a specialized server implementing the Model Context Protocol (MCP) to facilitate domain availability checks through WHOIS lookups. It allows AI assistants and other tools to integrate domain availability checks into their workflows seamlessly. The server uses the `whoiser` library to perform WHOIS lookups and determine domain availability. It provides a command-line interface for direct usage and testing, supports structured logging for debugging, and is configurable via environment variables or `.env` files. The server is built with a layered architecture, ensuring modularity and ease of maintenance.
Features
- Domain Availability Checks: Uses the `whoiser` library to perform WHOIS lookups and determine if domains are available or registered.
- MCP Tool Integration: Exposes a `check-domain-availability` tool for MCP clients like AI assistants.
- CLI Interface: Includes a command-line interface for direct usage and testing.
- Structured Logging: Provides detailed logging for debugging and monitoring.
- Configurable: Supports configuration via environment variables or `.env` files.
Tools
check-domain-availability
Checks the availability of one or more domain names and returns a JSON object with
available
andunavailable
arrays.