INDIVIDUAL MCP TOOL
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).
LIVE ENDPOINT
https://nameai-mcp.h.namekart.com/mcp
Connect to this endpoint to inspect the live schema for tld_registration_price and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent server
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.whois_lookup— Look up WHOIS/RDAP registration details for a domain: registrar, registrant, creation/expiration dates, nameservers.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.