← snooze.domains

INDIVIDUAL MCP TOOL

check_name

Name Safety Check for a brand name: domain availability across .

snooze.domainsnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

snooze.domains

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.snooze]
url = "https://mcp.snooze.domains/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "snooze": {
      "type": "http",
      "url": "https://mcp.snooze.domains/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: snooze
Remote MCP URL: https://mcp.snooze.domains/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "snooze": {
      "url": "https://mcp.snooze.domains/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "snooze": {
      "type": "http",
      "url": "https://mcp.snooze.domains/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "snooze",
  "transport": "streamable-http",
  "url": "https://mcp.snooze.domains/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • check_domains — Check the registration status of one or more domains — whether each is taken, expiring, in redemption, in pendingDelete, or available to register.
  • watch_domains — Add one or more domains to your snooze watchlist.
  • unwatch_domains — Remove one or more domains from your snooze watchlist.
  • list_watches — List every domain on your snooze watchlist with its current status and drop forecast — so an agent can see what it is already tracking.