{
 "specVersion": "1.0",
 "host": {
  "name": "Tinymight",
  "url": "https://tinymightvape.com",
  "description": "Official Tinymight store - Tinymight 2 portable convection vaporizers and spare parts, hand-built in Finland.",
  "contact": "info@tinymightvape.com"
 },
 "entries": [
  {
   "identifier": "urn:air:tinymightvape.com:support:mcp-server",
   "displayName": "Tinymight support & catalog MCP server",
   "description": "MCP endpoint exposing read-only store tools: order tracking, product catalog search, stock and pricing, warranty status, knowledge-base answers.",
   "type": "application/json",
   "url": "https://tinymightvape.com/mcp",
   "representativeQueries": [
    "where is my Tinymight order",
    "is the Tinymight 2 in stock",
    "what does the Tinymight 2 cost",
    "check my warranty registration status"
   ]
  },
  {
   "identifier": "urn:air:tinymightvape.com:discovery:api-catalog",
   "displayName": "API catalog (RFC 9727 linkset)",
   "description": "Machine-readable catalog of the site's agent-facing APIs.",
   "type": "application/linkset+json",
   "url": "https://tinymightvape.com/.well-known/api-catalog",
   "representativeQueries": [
    "what APIs does this store expose",
    "how can an agent interact with tinymightvape"
   ]
  },
  {
   "identifier": "urn:air:tinymightvape.com:orders:tracking-page",
   "displayName": "Track your order",
   "description": "Self-service order tracking: order number plus checkout email returns shipment status, carrier and tracking links. No account needed.",
   "type": "text/html",
   "url": "https://tinymightvape.com/track",
   "representativeQueries": [
    "track order 110656",
    "has my parcel shipped yet",
    "which carrier delivers my order"
   ]
  }
 ]
}