Name.ai developer portal / MCP
The Name.ai MCP server exposes domain search and availability, WHOIS lookup, and TLD pricing and requirements as Model Context Protocol tools. It is remote and hosted — no install, no API key — and speaks Streamable HTTP, so any MCP client can use it: Claude Code, Claude Desktop, Cursor, and others. Signing in via OAuth is optional and additionally unlocks real marketplace prices on domain searches.
https://nameai-mcp.h.namekart.com/mcpDiscoverable without reading this page: the manifest is at /.well-known/mcp.json (also served extensionless at /.well-known/mcp) and the server card at /.well-known/mcp/server-card.json. The server is listed in the official MCP Registry under the domain-verified namespace ai.name.
{
"mcpServers": {
"name-ai": {
"type": "http",
"url": "https://nameai-mcp.h.namekart.com/mcp"
}
}
}Or with the Claude Code CLI:
claude mcp add --transport http name-ai https://nameai-mcp.h.namekart.com/mcpAGENTS.md, and the agent plugin manifest.