whoisthere
Verified Safeby jaysongiroux
Overview
An MCP server enabling LLMs to check domain name availability and discover available Top-Level Domains (TLDs).
Installation
docker run -p 8080:8080 ghcr.io/jaysongiroux/whoisthere:latestEnvironment 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
mcp-omnisearch
Provides a unified interface for LLMs to access multiple web search, AI response, content processing, and enhancement tools from various providers through the Model Context Protocol (MCP).
mcp-devtools
A high-performance Go-based MCP server providing a unified interface for a wide array of developer tools, designed for agentic coding workflows to replace multiple Node.js/Python-based servers.
mkp
MKP is a Model Context Protocol (MCP) server for Kubernetes that enables LLM-powered applications to interact with Kubernetes clusters.
ddg_search
Provides an MCP server for web search via DuckDuckGo and AI-powered answers from IAsk AI and Monica.