← Registry

General Tools

dig.ua

Provides domain name search, availability checking, WHOIS lookup, and AI-powered appraisal.

1 endpoint19 known toolsFirst detected July 27, 2026Last detected July 27, 2026

ENDPOINT 1

https://dig.ua/mcp

No auth detected

MCP server metadata

Name
dig-ua
Version
1.0.0
Capabilities
tools
Server instructions

DIG.UA domain tools. PUBLIC tools (search_domains, check_domain, whois_lookup, appraise_domain) need no authentication. ACCOUNT tools need EITHER an API key (Authorization: Bearer dig_mcp_…, created at https://dig.ua/account/api) OR an in-conversation sign-in: call request_verification_code with the user's dig.ua email (or one of their domains) → the user reads back the 6-digit code emailed to them → submit_verification_code returns a session_token → pass that session_token argument on every account tool for the rest of the conversation (it stays valid ~30 min of active use). All prices are USD, paid from the user's prepaid dig.ua balance. RENEW and REGISTER are two-step: the *_quote tool returns the exact price plus a confirm_token; you MUST read the price to the user and get their explicit approval before calling the matching *_confirm tool — never confirm a charge on your own. Never read a session_token or confirm_token aloud. Tool text is English; domain appraisal prose is Ukrainian.

Known tools 19

search_domains

Check whether a name is available across many domain zones (.com, .net, .ua, …) and surface alternatives to a taken domain.

Inferred read-only
check_domain

For ONE specific domain: is it available to register through dig.ua, and at what price per term (USD).

Inferred read-only
whois_lookup

Ownership and registration data for an EXISTING domain: registrar, creation/expiry dates, nameservers, statuses.

Inferred read-only
appraise_domain

Return an AI market-value appraisal for a domain if one has already been generated (free).

Inferred read-only
request_verification_code

Begin dig.ua sign-in for account tools: emails a 6-digit code to the user's dig.ua account.

Inferred read-only
submit_verification_code

Exchange the emailed 6-digit code for a session_token.

Inferred read-only
logout

Immediately invalidate the current session_token.

Inferred read-only
account_info

The signed-in user's account snapshot: prepaid balance (USD), email, number of domains and saved domains.

Potential side effects
my_domains

List the user's registered domains with status, expiry date, auto-renew flag and nameservers.

Inferred read-only
my_domain_details

Live registrar detail for ONE domain the user owns: exact expiry (refreshed from the registrar), nameservers, status and email-verification state.

Potential side effects
billing_history

The user's billing records.

Inferred read-only
my_contacts

List the user's saved registrant contacts (name, country, email; which is the default).

Potential side effects
saved_domains

The user's saved/watch list.

Inferred read-only
set_nameservers

Replace the nameservers of an owned, active, email-verified domain.

Potential side effects
set_auto_renew

Turn automatic renewal on or off for an owned domain.

Inferred read-only
renew_domain_quote

Get the exact price to renew an owned domain for N years, plus a confirm_token.

Inferred read-only
renew_domain_confirm

Execute a renewal previously quoted by renew_domain_quote.

Potential side effects
register_domain_quote

Get the exact price to register an AVAILABLE domain plus the registrant contact that will be used, plus a confirm_token.

Inferred read-only
register_domain_confirm

Execute a registration previously quoted by register_domain_quote.

Potential side effects

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for dig.ua was fetched 2026-07-29T18:15:46.356Z and is being refreshed.

Trust status RestrictedContent

dig.ua is assessed as RestrictedContent: Domain runs gambling-related technology.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.