{
  "protocolVersion": "0.3.0",
  "name": "Name.ai",
  "description": "AI-first domain platform: search and check domain availability, look up WHOIS, get TLD registration pricing and requirements, and buy, sell, or protect domains. Programmatic access via MCP and REST.",
  "url": "https://nameai-mcp.h.namekart.com/mcp",
  "preferredTransport": "HTTP+JSON",
  "provider": {
    "organization": "Name.ai",
    "url": "https://name.ai"
  },
  "iconUrl": "https://name.ai/logo.png",
  "version": "1.0.0",
  "documentationUrl": "https://name.ai/developers",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "securitySchemes": {
    "oauth2": {
      "type": "oauth2",
      "description": "Optional OAuth 2.1 + PKCE — unlocks real marketplace prices. See https://name.ai/auth.md",
      "flows": {
        "authorizationCode": {
          "authorizationUrl": "https://name.ai/oauth/authorize",
          "tokenUrl": "https://name.ai/api/oauth/token",
          "scopes": { "pricing:read": "See real marketplace/aftermarket prices." }
        }
      }
    }
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["application/json"],
  "skills": [
    {
      "id": "search_domain",
      "name": "Domain search & availability",
      "description": "Check whether a domain is available and see common alternate-TLD options for the same label, with registration pricing.",
      "tags": ["domains", "availability", "search"],
      "examples": ["Is acme.ai available?", "Check example.com and its .ai/.io alternatives"]
    },
    {
      "id": "whois_lookup",
      "name": "WHOIS lookup",
      "description": "Registrar, registrant, creation/expiration dates, and nameservers for a domain via RDAP/WHOIS.",
      "tags": ["domains", "whois", "rdap"]
    },
    {
      "id": "tld_registration_price",
      "name": "TLD pricing",
      "description": "Current USD price to register, transfer, renew, or restore a domain on a given TLD.",
      "tags": ["domains", "pricing"]
    },
    {
      "id": "tld_requirements",
      "name": "TLD requirements",
      "description": "Registry policy for a TLD: allowed registration periods, organization and nameserver rules.",
      "tags": ["domains", "registry", "policy"]
    }
  ]
}
