{
  "name": "name-ai",
  "displayName": "Name.ai MCP Server",
  "description": "Domain search/availability, WHOIS lookup, TLD registration pricing, and TLD registration requirements as MCP tools. All tools work without authentication; OAuth sign-in (see https://name.ai/auth.md) additionally unlocks real marketplace prices on domain searches.",
  "iconUrl": "https://name.ai/logo.png",
  "url": "https://nameai-mcp.h.namekart.com/mcp",
  "transport": "streamable-http",
  "version": "1.0.0",
  "publisher": {
    "name": "Name.ai",
    "url": "https://name.ai"
  },
  "tools": [
    {
      "name": "search_domain",
      "description": "Check whether a domain is available, with common alternate-TLD suggestions for the same label."
    },
    {
      "name": "whois_lookup",
      "description": "WHOIS/RDAP registration details for a domain: registrar, registrant, dates, nameservers."
    },
    {
      "name": "tld_registration_price",
      "description": "Current USD price for registering, transferring, renewing, or restoring a domain on a TLD."
    },
    {
      "name": "tld_requirements",
      "description": "Registration requirements for a TLD: period range, organization rules, nameserver rules, registry policy."
    }
  ],
  "auth": {
    "type": "oauth2.1",
    "optional": true,
    "authorization_server_metadata": "https://name.ai/.well-known/oauth-authorization-server",
    "docs": "https://name.ai/auth.md"
  },
  "icon": "https://name.ai/logo.png"
}