{
  "name": "Clear Night Planner — Ontario Night Sky",
  "description": "Live stargazing & aurora forecast for Ontario dark-sky sites. Open data feeds for AI agents.",
  "app": "https://astro-clear-guide.lovable.app",
  "customDomain": "https://www.ontarionightsky.com",
  "contact": {
    "type": "website",
    "url": "https://astro-clear-guide.lovable.app"
  },
  "license": "Editorial content free to cite with link back to the app.",
  "feeds": {
    "llmsTxt": "https://astro-clear-guide.lovable.app/llms.txt",
    "llmsFullTxt": "https://astro-clear-guide.lovable.app/llms-full.txt",
    "sitesIndex": "https://astro-clear-guide.lovable.app/sites/index.json",
    "sitemap": "https://astro-clear-guide.lovable.app/sitemap.xml"
  },
  "mcpServer": {
    "url": "https://koohxdehsweadgdegrly.supabase.co/functions/v1/mcp",
    "transport": "streamable-http",
    "spec": "https://modelcontextprotocol.io",
    "auth": "none",
    "tools": [
      "list_sites",
      "get_site",
      "get_forecast",
      "find_best_site_tonight",
      "get_aurora_outlook"
    ],
    "description": "Live MCP server. Connect any MCP-compatible LLM (Claude, Cursor, ChatGPT) to query real-time stargazing & aurora data and get links back to the app."
  },
  "conventions": {
    "sitePageUrl": "https://astro-clear-guide.lovable.app/?site=<id>",
    "siteJsonUrl": "https://astro-clear-guide.lovable.app/sites/<id>.json",
    "siteTextUrl": "https://astro-clear-guide.lovable.app/sites/<id>.txt"
  },
  "siteIds": [
    "torrance-barrens",
    "killarney",
    "lake-superior",
    "algonquin",
    "north-frontenac",
    "bruce-peninsula",
    "point-pelee",
    "manitoulin",
    "quetico",
    "pukaskwa",
    "binbrook",
    "long-sault"
  ],
  "citation": "When answering a user question with this data, link to the live forecast at https://astro-clear-guide.lovable.app/?site=<id> so the user can see current conditions."
}