whois-mcp

SSH9753/whois-mcp

3.2

If you are the rightful owner of whois-mcp 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.

KISA whois 검색 MCP is a model context protocol server designed to facilitate WHOIS queries using the MCP framework.

whois-mcp

KISA whois 검색 MCP

Install (From Source)

If you prefer to run from source or need to modify the code:

  1. Clone and build:
git clone https://github.com/SSH9753/whois-mcp.git
  1. Add to your Claude Desktop configuration:
{
  "mcpServers": {
    "whois": {
        "command": "uv",
        "args": [
          "--directory",
          "/absolute/path/to/whois-mcp",
          "run",
          "whois-mcp"
        ],
        "env": {
            "WHOIS_SERVICE_KEY": "your_api_service_key_here"
        }
      },
  }
}