{
  "schema_version": "2026-07-19",
  "name": "Queenstown Tourism",
  "description": "Locally supplied data sources and implemented read-only capabilities for AI agents.",
  "provider": {
    "name": "Queenstown Tourism",
    "url": "https://queenstowntourism.com"
  },
  "documentation": "https://queenstowntourism.com/for-agents/verified-content.json",
  "servers": [
    {
      "type": "mcp",
      "transport": "streamable-http",
      "url": "https://queenstowntourism.com/mcp",
      "authentication": "none"
    }
  ],
  "localVerification": "implementation-present, live endpoint behavior unresolved",
  "dataSources": [
    "https://queenstowntourism.com/data/products.json",
    "https://queenstowntourism.com/data/weather.json",
    "https://queenstowntourism.com/data/snow-report.json",
    "https://queenstowntourism.com/data/milford-road.json",
    "https://queenstowntourism.com/data/crown-range.json",
    "https://queenstowntourism.com/data/knowledge_graph.json",
    "https://queenstowntourism.com/for-agents/verified-content.json",
    "https://queenstowntourism.com/for-agents/geo-answers.json"
  ],
  "tools": [
    {
      "name": "search_experiences",
      "description": "Search locally supplied experience records by query and filters."
    },
    {
      "name": "get_experience",
      "description": "Read one locally supplied experience record by slug."
    },
    {
      "name": "list_destinations",
      "description": "List destinations represented in the local experience records."
    },
    {
      "name": "plan_trip",
      "description": "Find locally supplied itinerary records by query and duration."
    },
    {
      "name": "travel_faq",
      "description": "Answer from locally supplied FAQ records."
    },
    {
      "name": "today_news",
      "description": "Read locally supplied ready local news records."
    },
    {
      "name": "today_fact",
      "description": "Read a locally supplied fact record when one is available."
    },
    {
      "name": "live_conditions",
      "description": "Read locally supplied weather, road, and snow records."
    }
  ]
}
