MCP server for checking domain availability and suggesting alternatives
Project description
🌐 Domain Checker MCP
An MCP (Model Context Protocol) server that helps AI assistants check domain availability and suggest creative domain names for your projects!
✨ Features
- Check Domain Availability - Verify if specific domains are available across multiple extensions
- Smart Domain Suggestions - Generate creative domain ideas based on your keywords
- Multiple Extensions - Check .com, .net, .org, .io, and more
- Real-time Results - Uses DNS lookup and API checks for accurate availability
🚀 Quick Start
Installation
# Clone or download this repository
git clone https://github.com/yourusername/mcp-domain-checker.git
cd mcp-domain-checker
# Install dependencies
pip install mcp aiohttp
Testing
Test the server locally with the MCP inspector:
npx @modelcontextprotocol/inspector python server.py
🤖 Usage with Claude Desktop
Add this to your Claude Desktop configuration file:
{
"mcpServers": {
"domain-checker": {
"command": "python",
"args": ["/full/path/to/mcp-domain-checker/server.py"]
}
}
}
Then restart Claude Desktop and try:
- "Check if myawesomeblog.com is available"
- "Help me find domains for my cooking recipe website"
- "Is johndoe available in .com, .net, and .io?"
🛠️ Available Tools
check_domain
Check if specific domain names are available
- Input: Domain name and optional extensions array
- Example:
mysite.comwith extensions[".com", ".net", ".org"]
📦 Installation via PyPI
pip install mcp-domain-checker
Then use in your Claude config:
{
"mcpServers": {
"domain-checker": {
"command": "mcp-domain-checker"
}
}
}
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mcp_domain_checker-1.0.5.tar.gz.
File metadata
- Download URL: mcp_domain_checker-1.0.5.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c01f6f8339cb5fc148503cb3f933e90704c249a8a419f3ebcfa21fa29e7ce60b
|
|
| MD5 |
1caceced5980452b8a4774b08b16e22f
|
|
| BLAKE2b-256 |
56b677832dee33f0e488fc84bdf15e751d9abd2f993b3f21c4c96e6eacab82e3
|
File details
Details for the file mcp_domain_checker-1.0.5-py3-none-any.whl.
File metadata
- Download URL: mcp_domain_checker-1.0.5-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
475a0913c944198e66b7a8634efc4b1d4c4b784f984ecdfe4f84556c3bb490f6
|
|
| MD5 |
bdeb6d23a59623cfb63395ad1bf668ca
|
|
| BLAKE2b-256 |
93d551ccdd298224726423ed4b0d819e071c6d233a25126d87b80e841c152559
|