← ntld.zone

INDIVIDUAL MCP TOOL

list_registries

List registry groups with their portfolio size (number of TLDs and total domains).

ntld.zonenone 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

ntld.zone

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

.mcp.json

{
  "mcpServers": {
    "ntld-zone": {
      "type": "http",
      "url": "https://ntld.zone/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "ntld-zone",
  "transport": "streamable-http",
  "url": "https://ntld.zone/api/mcp"
}
MCP Inspector

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

Related tools

  • list_tlds — List tracked new top-level domains with current domain counts, registry, technical operator, and growth.
  • get_tld — Get full detail for a single TLD: current count, daily history (up to 365 days), launch phases, top registrars by market share, registry, and technical operator.
  • list_registrars — List top registrars aggregated across all tracked TLDs by domains under management (latest reporting month per TLD).
  • top_movers — Largest TLD movers (net domain change) over a 7- or 30-day window.
  • list_anomalies — List recent statistical anomalies across all tracked TLDs — daily snapshots whose adds/drops deviate sharply (z-score ≥ 3) from a 28-day baseline.
  • get_label_profile — Get the apex-label profile for a TLD: average label length, share of numeric / hyphenated / IDN / dictionary-word / brand-style labels, and the top tokens registered in that namespace.
  • search — Fuzzy search across TLDs, registries, and technical operators.