
Domain
STDIOMCP server for domain research, availability checks, WHOIS lookups, and DNS record searches.
MCP server for domain research, availability checks, WHOIS lookups, and DNS record searches.
A simple MCP server that lets AI assistants help you with domain research - checking availability, looking up WHOIS info, finding expired domains, and more.
No API keys needed. Everything works out of the box.
# Install uv (if you don't have it) pip install uv # Clone the repo git clone https://github.com/yourusername/domain-mcp.git cd domain-mcp # Set up and install uv venv source .venv/bin/activate # On Windows: .venv\Scripts\activate uv pip install -e . # Run it python main.py
Add this to your Claude Desktop config:
{ "mcp-servers": { "domain-mcp": { "command": "python", "args": ["/path/to/domain-mcp/main.py", "--transport", "stdio"] } } }
Just ask Claude things like:
Uses free, public APIs and services:
Everything is fetched fresh when you ask - no caching, always current data.
MIT