domain-mcp
MCP server for domain research - WHOIS, DNS, SSL certs, expired domains. No API keys needed.
Documentation
Domain-MCP
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.
What it does
- Check domain availability - See if a domain is available to register
- WHOIS lookup - Get registration info, expiration dates, registrar details
- DNS records - Look up A, MX, TXT, and other DNS records
- SSL certificates - Check SSL cert info and expiration
- Find expired domains - Search for recently expired or deleted domains
- Domain age - See how old a domain is
- Bulk checks - Check multiple domains at once
Quick Start
# 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.pyUsing with Claude Desktop
Add this to your Claude Desktop config:
{
"mcp-servers": {
"domain-mcp": {
"command": "python",
"args": ["/path/to/domain-mcp/main.py", "--transport", "stdio"]
}
}
}Example Usage
Just ask Claude things like:
- "Is mydomain.com available?"
- "Show me WHOIS info for google.com"
- "Find expired domains with 'tech' in the name"
- "What are the DNS records for example.com?"
How it works
Uses free, public APIs and services:
- RDAP for WHOIS data (no auth needed)
- Cloudflare DNS over HTTPS
- crt.sh for SSL certificates
- Public domain databases
Everything is fetched fresh when you ask - no caching, always current data.
License
MIT
Frequently asked questions
What is domain-mcp?
domain-mcp is MCP server for domain research - WHOIS, DNS, SSL certs, expired domains. No API keys needed.
How do I install domain-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is domain-mcp open source?
Yes — it is hosted on GitHub at https://github.com/rinadelph/domain-mcp and has 33 stars.
Related MCP tools
Browse the web, directly from Cursor etc. Built for the Model Context Protocol to enhance AI capabilities. Python-based implementation.
🙌 OpenHands: Code Less, Make More for the Model Context Protocol. Enhance AI assistants with powerful integrations. Python-based implementation.
Universal memory layer for AI Agents; Announcing OpenMemory MCP - local and secure memory management. Python-based implementation.
基于大模型搭建的聊天机器人,同时支持 微信公众号、企业微信应用、飞书、钉钉 等接入,可选择ChatGPT/Claude/DeepSeek/文心一言/讯飞星火/通义千问/ Gemini/GLM-4/Kimi/LinkAI,能处理文本、语音和图片,访问操作系统和互联网,支持基于自有知识库进行定制企业智能客服。
An LLM agent that conducts deep research (local and web) on any given topic and generates a long report with citations. Built for the Model Context Protocol to
🚀 The fast, Pythonic way to build MCP servers and clients Trusted by 19900+ developers. Trusted by 19900+ developers. Trusted by 19900+ developers.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP