RDAP-first domain availability checking MCP server
Project description
domain-check-mcp
MCP server for checking domain name availability. Supports 500+ TLDs via RDAP, with WHOIS fallback for .de and .cn.
Installation
uvx domain-check-mcp
Usage in .mcp.json
{
"mcpServers": {
"domain-check": {
"command": "uvx",
"args": ["domain-check-mcp"]
}
}
}
Tools
- check_domain — Check if a domain name is available for registration
Example
check_domain("example.com")
Returns:
{
"domain": "example.com",
"available": false,
"status": "registered"
}
Supported TLDs
Via RDAP (500+)
All major gTLDs and many ccTLDs with RDAP support, sourced from the IANA RDAP Bootstrap:
.com, .net, .org, .info, .app, .dev, .io, .xyz, .site, .shop, .uk, .fr, .nl, .pl, .consulting, .cloud, .tech, .blog, .store, .online, and many more.
Via WHOIS
| TLD | WHOIS Server |
|---|---|
| .de | whois.denic.de |
| .cn | whois.cnnic.cn |
| .fj | www.whois.fj |
| .gs | whois.nic.gs |
| .bayern | whois.nic.bayern |
| .cat | whois.nic.cat |
| .eus | whois.nic.eus |
| .radio | whois.nic.radio |
| .scot | whois.nic.scot |
| .sport | whois.nic.sport |
How it works
- Extracts the TLD from the domain name
- Routes to the appropriate adapter (RDAP or WHOIS)
- RDAP: HTTP lookup — 404 means available, 200 means registered
- WHOIS: TCP port 43 lookup — pattern matching on the response
- Returns a structured result with availability status
Development
git clone https://github.com/stucchi/domain-check-mcp.git
cd domain-check-mcp
python -m venv .venv
source .venv/bin/activate
pip install -e ".[dev]"
pytest
License
MIT
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 domain_check_mcp-0.1.1.tar.gz.
File metadata
- Download URL: domain_check_mcp-0.1.1.tar.gz
- Upload date:
- Size: 11.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9ac15c36c94a5336096afdbba9151f62475fcb6380ed508a87afc36f9999ea33
|
|
| MD5 |
49d5bf6f6bfa985965d1c99709561d08
|
|
| BLAKE2b-256 |
c7180a9a0cac16c95cabd45e426c2e31c41d783fbc51a5b4c2d1eec2bd3e9fad
|
File details
Details for the file domain_check_mcp-0.1.1-py3-none-any.whl.
File metadata
- Download URL: domain_check_mcp-0.1.1-py3-none-any.whl
- Upload date:
- Size: 12.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
31b67e7e5769b1fe5e29aa6e3a1d0ed949f6bfe9dfadd5d3a53cde79eedd8eeb
|
|
| MD5 |
69ad2f386eff3423cf137391248ef64f
|
|
| BLAKE2b-256 |
6f2470e23cbf9e45b9981507e1dee2bdc12456192140e41302d8b19142908880
|