← donadomains.xyz

INDIVIDUAL MCP TOOL

get_domain_info

Get deep WHOIS/RDAP/DNS intelligence for a registered domain — registrar, registration and expiry dates, last-updated date, nameservers, registrant name (if not privacy-protected), organization, contact info, DNSSEC status, and ICANN status codes (clientTransferProhibited, etc.).

donadomains.xyznone 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

donadomains.xyz

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.donadomains-xyz]
url = "https://www.donadomains.xyz/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "donadomains-xyz": {
      "type": "http",
      "url": "https://www.donadomains.xyz/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "donadomains-xyz": {
      "type": "http",
      "url": "https://www.donadomains.xyz/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "donadomains-xyz",
  "transport": "streamable-http",
  "url": "https://www.donadomains.xyz/api/mcp"
}
MCP Inspector

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

Related tools

  • check_domain_availability — Check if a specific domain (e.g.
  • search_domains — Search for available domain names matching a keyword across 6 registrars (GoDaddy, Namecheap, Dynadot, Hover, Name.com, Porkbun).
  • valuate_domain — Estimate the market value of a domain using AI-powered valuation (Gemini under the hood).