General Tools
dig.ua
Provides domain name search, availability checking, WHOIS lookup, and AI-powered appraisal.
ENDPOINT 1
https://dig.ua/mcp
MCP server metadata
- Name
- dig-ua
- Version
- 1.0.0
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_domainsCheck whether a name is available across many domain zones (.com, .net, .ua, …) and surface alternatives to a taken domain.
Inferred read-onlycheck_domainFor ONE specific domain: is it available to register through dig.ua, and at what price per term (USD).
Inferred read-onlywhois_lookupOwnership and registration data for an EXISTING domain: registrar, creation/expiry dates, nameservers, statuses.
Inferred read-onlyappraise_domainReturn an AI market-value appraisal for a domain if one has already been generated (free).
Inferred read-onlyrequest_verification_codeBegin dig.ua sign-in for account tools: emails a 6-digit code to the user's dig.ua account.
Inferred read-onlyaccount_infoThe signed-in user's account snapshot: prepaid balance (USD), email, number of domains and saved domains.
Potential side effectsmy_domainsList the user's registered domains with status, expiry date, auto-renew flag and nameservers.
Inferred read-onlymy_domain_detailsLive registrar detail for ONE domain the user owns: exact expiry (refreshed from the registrar), nameservers, status and email-verification state.
Potential side effectsmy_contactsList the user's saved registrant contacts (name, country, email; which is the default).
Potential side effectsset_nameserversReplace the nameservers of an owned, active, email-verified domain.
Potential side effectsrenew_domain_quoteGet the exact price to renew an owned domain for N years, plus a confirm_token.
Inferred read-onlyrenew_domain_confirmExecute a renewal previously quoted by renew_domain_quote.
Potential side effectsregister_domain_quoteGet the exact price to register an AVAILABLE domain plus the registrant contact that will be used, plus a confirm_token.
Inferred read-onlyregister_domain_confirmExecute a registration previously quoted by register_domain_quote.
Potential side effectsCONNECT 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.
dig.ua is assessed as RestrictedContent: Domain runs gambling-related technology.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.