whodis-mcp-server
1
Whodis MCP Server is a tool for AI assistants to check the availability of domain names using WHOIS lookups. It is designed to integrate into workflows, offering a CLI interface and extensive configurability.
Overview
What is MCP?
Model Context Protocol (MCP) is an open standard that allows AI systems to securely and contextually connect with external tools and data sources. This server implements the MCP standard to provide domain availability information.
Features
- Domain Availability Checks
- MCP Tool Integration
- CLI Interface
- Structured Logging
- Configurable
Getting Started
- Clone the repository and install dependencies.
- Run the development server.
- Test the tool via CLI.
Architecture
- Follows a layered architecture with directories such as
cli
,controllers
,services
,tools
,types
, andutils
.
Development Guide
- Includes scripts for starting the MCP server, running CLI commands, building, and testing.
MCP Tool: check-domain-availability
- PURPOSE: Checks the availability of one or more domain names.
- INPUT: An array of domain names.
- OUTPUT: A JSON object containing arrays of available and unavailable domains.
- WHEN TO USE: To determine if specific domain names can potentially be registered.