{
  "specVersion": "1.0",
  "version": "1",
  "name": "Hoy en Cancún",
  "description": "Agenda de eventos de Cancún (Quintana Roo, México). Bilingüe ES/EN. Horas en America/Cancun.",
  "homepage": "https://hoyencancun.mx/",
  "entries": [
    {
      "identifier": "mcp",
      "displayName": "Servidor MCP",
      "type": "mcp",
      "url": "https://hoyencancun.mx/mcp",
      "description": "Buscar eventos y enviar eventos nuevos por Model Context Protocol (Streamable HTTP, sin estado).",
      "authentication": "none"
    },
    {
      "identifier": "rest-api",
      "displayName": "API REST v1",
      "type": "openapi",
      "url": "https://hoyencancun.mx/api/openapi.json",
      "endpoint": "https://hoyencancun.mx/api/v1/events",
      "description": "Eventos por fecha, categoría, zona, precio o cercanía. OpenAPI 3.1.",
      "authentication": "optional-api-key"
    },
    {
      "identifier": "developer-portal",
      "displayName": "Portal para desarrolladores",
      "type": "documentation",
      "url": "https://hoyencancun.mx/developers",
      "description": "Guía rápida, ejemplos, límites de uso y formato de errores."
    },
    {
      "identifier": "llms-txt",
      "displayName": "Guía para agentes",
      "type": "markdown",
      "url": "https://hoyencancun.mx/llms.txt",
      "description": "Cómo usar el sitio: rutas, formatos y reglas de atribución."
    },
    {
      "identifier": "llms-full",
      "displayName": "Próximos 14 días",
      "type": "markdown",
      "url": "https://hoyencancun.mx/llms-full.txt",
      "description": "Toda la agenda de dos semanas en un solo archivo."
    },
    {
      "identifier": "sitemap",
      "displayName": "Mapa del sitio",
      "type": "sitemap",
      "url": "https://hoyencancun.mx/sitemap.xml",
      "description": "Índice de sitemaps de eventos, listados, recintos y organizadores."
    },
    {
      "identifier": "ics-hoy",
      "displayName": "Calendario ICS de hoy",
      "type": "feed",
      "url": "https://hoyencancun.mx/hoy.ics",
      "description": "Eventos de hoy en formato iCalendar."
    }
  ],
  "contentNegotiation": {
    "markdown": true,
    "json": true,
    "suffixes": [
      ".md",
      ".json"
    ]
  },
  "authentication": {
    "documentation": "https://hoyencancun.mx/auth.md"
  }
}