General Tools
name.ai
Provides domain registration information, including availability, WHOIS details, pricing, and TLD requirements.
ENDPOINT 1
https://nameai-mcp.h.namekart.com/mcp
MCP server metadata
- Name
- nameai-mcp
- Version
- 1.0.0
Name.ai domain tools: check domain availability (search_domain), look up WHOIS records (whois_lookup), and get TLD registration pricing (tld_registration_price) and registry requirements (tld_requirements). All tools are read-only and work without authentication. Marketplace prices on search_domain are masked for anonymous callers - pass an OAuth Bearer token (see https://name.ai/auth.md) to see them. whois_lookup is rate limited to 10/day per caller IP; cache TLD pricing/requirements, they change rarely.
Known tools 4
search_domainCheck whether a domain is available and, for the same label, whether its common alternate TLDs are too (e.
Inferred read-onlywhois_lookupLook up WHOIS/RDAP registration details for a domain: registrar, registrant, creation/expiration dates, nameservers.
Inferred read-onlytld_registration_priceGet the current USD price for a domain-lifecycle operation on a TLD (new registration, transfer-in, renewal, or restore from redemption).
Potential side effectstld_requirementsGet registration requirements for a TLD: allowed registration period range, whether an organization is required, allowed registrant countries, nameserver rules, and similar registry policy.
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.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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.