← name.ai

INDIVIDUAL MCP TOOL

whois_lookup

Look up WHOIS/RDAP registration details for a domain: registrar, registrant, creation/expiration dates, nameservers.

name.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://nameai-mcp.h.namekart.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for whois_lookup and invoke it with your own arguments.

Indexed 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 server

name.ai

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.nameai-mcp]
url = "https://nameai-mcp.h.namekart.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "nameai-mcp": {
      "type": "http",
      "url": "https://nameai-mcp.h.namekart.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: nameai-mcp
Remote MCP URL: https://nameai-mcp.h.namekart.com/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": {
    "nameai-mcp": {
      "url": "https://nameai-mcp.h.namekart.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "nameai-mcp": {
      "type": "http",
      "url": "https://nameai-mcp.h.namekart.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "nameai-mcp",
  "transport": "streamable-http",
  "url": "https://nameai-mcp.h.namekart.com/mcp"
}
MCP Inspector

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

Related tools

  • search_domain — Check whether a domain is available and, for the same label, whether its common alternate TLDs are too (e.
  • tld_registration_price — Get the current USD price for a domain-lifecycle operation on a TLD (new registration, transfer-in, renewal, or restore from redemption).
  • tld_requirements — Get registration requirements for a TLD: allowed registration period range, whether an organization is required, allowed registrant countries, nameserver rules, and similar registry policy.