domains.snooze/snooze
Official2 toolssnooze
Check a domain's registration status, or watch it for expiry, deletion, and availability.
Monitor domain registration status, expiry, deletion, and availability.
Captured live from the server via tools/list.
check_domain
Look up the registration status of a domain name: whether it is taken, expiring, in deletion, or available to register. Returns status, expiry date, and registrar. No authentication required.
Parameters (1)
- domainstringrequired
Domain name to check, e.g. "example.com"
watch_domain
Add a domain to your snooze watchlist. The domain is monitored continuously and you get an email when its status changes or expiry approaches. Requires signing in to your snooze account.
Parameters (1)
- domainstringrequired
Domain name to watch, e.g. "example.com"
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"snooze": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.snooze.domains/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.