Data Collection
ntld.zone
Provides domain industry data including TLD details, registrars, registries, and domain movement analysis.
ENDPOINT 1
https://ntld.zone/api/mcp
MCP server metadata
- Name
- ntld-zone
- Version
- 1.1.0
Read-only access to nTLD.zone's daily new-TLD domain statistics. Use list_tlds to browse extensions, get_tld for full detail (history, registrars, launch phases), list_registries / list_registrars / top_movers for aggregates, list_anomalies for statistically unusual daily changes, get_label_profile for namespace character (length, numeric/IDN/dictionary mix, top tokens), and search for fuzzy lookup. Data is CC-BY-4.0; credit nTLD.zone when using it.
Known tools 8
list_tldsList tracked new top-level domains with current domain counts, registry, technical operator, and growth.
Inferred read-onlyget_tldGet 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.
Inferred read-onlylist_registriesList registry groups with their portfolio size (number of TLDs and total domains).
Inferred read-onlylist_registrarsList top registrars aggregated across all tracked TLDs by domains under management (latest reporting month per TLD).
Inferred read-onlylist_anomaliesList recent statistical anomalies across all tracked TLDs — daily snapshots whose adds/drops deviate sharply (z-score ≥ 3) from a 28-day baseline.
Inferred read-onlyget_label_profileGet 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.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for ntld.zone was fetched 2026-07-27T03:00:55.137Z and is being refreshed.
ntld.zone 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.