β DomLibre
MCP Documentation
DomLibre MCP Server
Real-time domain availability tool for Claude and AI assistants. Check if a domain name is free and get a direct purchase link β all in one tool call.
Connection
- Endpoint
https://domlibre.com/mcp
- Transport
- Streamable HTTP (MCP 2025-11-25)
- Authentication
- None β public tool
- Rate limit
- 10 requests / IP / minute
Add to claude_desktop_config.json:
{
"mcpServers": {
"domlibre": {
"command": "npx",
"args": ["mcp-remote", "https://domlibre.com/mcp"]
}
}
}
Tool
check_domain
Checks real-time domain availability via RDAP and DNS. Returns availability status and a direct Namecheap affiliate link for available domains.
| Parameter | Type | Description |
domain | string | Name or full domain. Pass recetaapp to check .com/.net/.io, or recetaapp.com for a specific TLD. |
readOnly
idempotent
no auth required
Usage Examples
Example 1 β Simple domain check
Is recetaapp.com available?
check_domain({ "domain": "recetaapp.com" })
recetaapp.com is already registered and not available. Would you like me to check alternatives like recetaapp.net or recetaapp.io?
Example 2 β Multi-TLD check by name
Check if vendepan is available across common extensions.
check_domain({ "domain": "vendepan" })
Example 3 β Domain check for a pet care brand
I'm launching an online store for organic pet food. Suggest names and check which domains are free.
check_domain({ "domain": "petbowl" })
check_domain({ "domain": "pawfood" })
check_domain({ "domain": "organipet" })
I checked 3 names for your organic pet food store:
β petbowl.com β Already registered
β
pawfood.com β Available β
Register on Namecheap
β
organipet.com β Available β
Register on Namecheap
My recommendation:
pawfood.com β short, memorable, and immediately communicates what the brand is about.
Example 4 β Startup naming workflow
Help me name my SaaS for remote team task management. Check which names are actually available.
check_domain({ "domain": "taskflow" })
check_domain({ "domain": "remotask" })
check_domain({ "domain": "syncteam" })
check_domain({ "domain": "flownest" })
Results for your SaaS naming:
β taskflow.com β Taken
β remotask.com β Taken
β syncteam.com β Taken
β
flownest.com β Available β
Register on Namecheap
flownest.com is available and works well β "flow" suggests productivity and "nest" suggests a home base for your team.
API Response Format
{
"name": "flownest",
"message": "flownest.com estΓ‘ disponible. Puedes registrarlo en Namecheap: https://...",
"results": [
{ "tld": "com", "domain": "flownest.com", "available": true, "buy_url": "https://namecheap.pxf.io/..." },
{ "tld": "net", "domain": "flownest.net", "available": false, "buy_url": null },
{ "tld": "io", "domain": "flownest.io", "available": true, "buy_url": "https://namecheap.pxf.io/..." }
]
}
Privacy & Affiliate Disclosure
No data stored. DomLibre does not store, log, or process conversation content. Only the domain parameter sent by the AI assistant is received and used for the availability check. IP addresses are used solely for rate limiting (volatile memory, not persisted).
Affiliate links. Purchase links returned for available domains are Namecheap affiliate links. DomLibre may earn a commission if a domain is registered through these links. Clicking a link may activate Namecheap tracking cookies. See Privacy Policy for full details.