Whodis MCP Server
@vinsidious
About Whodis MCP Server
MCP Server for checking the availability of domain names using WHOIS lookups
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Whodis MCP Server?
Whodis MCP Server is a Model Context Protocol (MCP) server that checks the availability of domain names using WHOIS lookups. It is designed for AI assistants and other tools that need to integrate domain availability checks into their workflows.
How to use Whodis MCP Server?
Clone the repository, install dependencies with npm install, then either start the development server (npm run dev:server) and use the MCP Inspector, or run the CLI directly: npm run dev:cli -- check-domain-availability <domains...>. For production, build with npm run build and then use npm run start:server or npm run start:cli.
Features of Whodis MCP Server
- Domain availability checks using the
whoiserlibrary. - Exposes a
check-domain-availabilityMCP tool for clients. - Command-line interface for direct usage and testing.
- Structured logging for debugging and monitoring.
- Configurable via environment variables or
.envfiles.
Use cases of Whodis MCP Server
- An AI assistant checking if a proposed domain name is available before recommending registration.
- Automating batch domain availability checks for name brainstorming or portfolio management.
- Integrating domain lookup capabilities into custom MCP‑compatible tools or agents.
FAQ from Whodis MCP Server
What does the check-domain-availability tool output?
It returns a JSON object with two arrays: available (domains that appear unregistered) and unavailable (domains that appear registered). Domains where the lookup failed are omitted.
How accurate are the domain checks?
Accuracy depends on WHOIS server responses and may not be 100% reliable for all TLDs or due to temporary network issues. The server cannot guarantee correctness for every lookup.
What are the prerequisites to run this server?
Node.js (version 18.x or higher) and Git are required.
How can I test the tool locally?
Start the development server with npm run dev:server, then open the MCP Inspector at http://localhost:5173 in your browser. You can also test via the CLI using npm run dev:cli -- check-domain-availability <domains...>.
Where are logs stored?
Logs are saved to files in the ~/.mcp/data/whodis-mcp-server.*.log directory. Enable debug output by setting DEBUG=true in your environment.
Frequently asked questions
What does the `check-domain-availability` tool output?
It returns a JSON object with two arrays: `available` (domains that appear unregistered) and `unavailable` (domains that appear registered). Domains where the lookup failed are omitted.
How accurate are the domain checks?
Accuracy depends on WHOIS server responses and may not be 100% reliable for all TLDs or due to temporary network issues. The server cannot guarantee correctness for every lookup.
What are the prerequisites to run this server?
Node.js (version 18.x or higher) and Git are required.
How can I test the tool locally?
Start the development server with `npm run dev:server`, then open the MCP Inspector at `http://localhost:5173` in your browser. You can also test via the CLI using `npm run dev:cli -- check-domain-availability <domains...>`.
Where are logs stored?
Logs are saved to files in the `~/.mcp/data/whodis-mcp-server.*.log` directory. Enable debug output by setting `DEBUG=true` in your environment.
Basic information
More Other MCP servers
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows

Lemon.io
lemon-ioRequest dedicated senior developers to work on your project, write job descriptions, and prep technical interviews — all without leaving your Claude chat. Just describe what you need, and Lemon.io MCP does the rest. 1–3
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!

EverArt
modelcontextprotocolModel Context Protocol Servers
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Comments