For developers and agents
This developer portal is free and public — no signup required to start building against the Name.ai API docs, the Name.ai MCP server, or the OpenAPI spec. Signing in via OAuth additionally unlocks real marketplace pricing on domain search.
Domain search/availability, WHOIS lookup, and TLD pricing/requirements as MCP tools. Works with any MCP client — Claude, Cursor, and others.
The same endpoints as plain REST, documented as an OpenAPI 3.1 spec, for anything that isn’t speaking MCP.
OAuth 2.1 with PKCE. Optional — every endpoint works without it. Signing in additionally unlocks real marketplace prices.
A curated, machine-readable overview of thenamesmarket.com — what it is, and where to start.
The MCP server is remote — no install, no API key. Add it to any MCP client (Claude Code, Claude Desktop, Cursor, and others) with this config:
{
"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/mcpTools available: domain search/availability, WHOIS lookup, TLD registration pricing, and TLD registration requirements. To see real marketplace prices on domain searches, authenticate per auth.md. The server is open source — source, AGENTS.md, and agent plugin manifest at github.com/namekart/nameai_mcp. Pricing for agents: /pricing (HTML) or /pricing.md (markdown).
The files themselves, for a client that already knows what it wants: /openapi.json, /.well-known/mcp.json, /auth.md, /llms.txt, and the section-scoped /developers/llms.txt · /api/llms.txt.