← dig.ua

INDIVIDUAL MCP TOOL

set_auto_renew

Turn automatic renewal on or off for an owned domain.

dig.uanone authenticationAvailability not checked

LIVE ENDPOINT

https://dig.ua/mcp

No auth detected

Connect to this endpoint to inspect the live schema for set_auto_renew and invoke it with your own arguments.

Indexed 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 server

dig.ua

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.dig-ua]
url = "https://dig.ua/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "dig-ua": {
      "type": "http",
      "url": "https://dig.ua/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: dig-ua
Remote MCP URL: https://dig.ua/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": {
    "dig-ua": {
      "url": "https://dig.ua/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • search_domains — Check whether a name is available across many domain zones (.com, .net, .ua, …) and surface alternatives to a taken domain.
  • check_domain — For ONE specific domain: is it available to register through dig.ua, and at what price per term (USD).
  • whois_lookup — Ownership and registration data for an EXISTING domain: registrar, creation/expiry dates, nameservers, statuses.
  • appraise_domain — Return an AI market-value appraisal for a domain if one has already been generated (free).
  • request_verification_code — Begin dig.ua sign-in for account tools: emails a 6-digit code to the user's dig.ua account.
  • submit_verification_code — Exchange the emailed 6-digit code for a session_token.
  • logout — Immediately invalidate the current session_token.
  • account_info — The signed-in user's account snapshot: prepaid balance (USD), email, number of domains and saved domains.