Back to Home
jaysongiroux icon

whoisthere

Verified Safe

by jaysongiroux

Overview

An MCP server enabling LLMs to check domain name availability and discover available Top-Level Domains (TLDs).

Installation

Run Command
docker run -p 8080:8080 ghcr.io/jaysongiroux/whoisthere:latest

Environment Variables

  • HOST

Security Notes

The server primarily relies on external WHOIS services (likexian/whois) which inherently involve network requests. Input validation (`CleanAndValidateDomain`) is present before making WHOIS queries. The `http.ListenAndServe` call in `main.go` lacks explicit timeouts, which is flagged by `gosec` (G114) for potential resource exhaustion in production environments, though for an internal MCP server, this might be acceptable. No clear hardcoded secrets, 'eval' usage, or malicious patterns were identified.

Similar Servers

Stats

Interest Score32
Security Score8
Cost ClassLow
Avg Tokens100
Stars1
Forks0
Last Update2025-12-01

Tags

DomainWHOISTLDAvailabilityGoMCP