{
  "mcpVersion": "2024-11-05",
  "name": "Tourinform Zakarpattia",
  "description": "Tourism information platform for Zakarpattia region, western Ukraine. Provides access to 470+ tourist attractions, news, events, excursions and craft products.",
  "url": "https://tourinform.org.ua/mcp",
  "contact": "tourinform.news@gmail.com",
  "tools": [
    {
      "name": "search_places",
      "description": "Search tourist attractions in Zakarpattia (restaurants, hotels, castles, SPA, museums, wineries)",
      "inputSchema": {
        "type": "object",
        "properties": {
          "search":   { "type": "string", "description": "Search query (name or keyword in Ukrainian or English)" },
          "cityName": { "type": "string", "description": "Filter by city (e.g. Uzhhorod, Mukachevo, Rakhiv, Khust, Berehove)" },
          "typeSlug": { "type": "string", "description": "Type slug: hotel, restaurant, castle, spa, museum, winery, thermal, ski-resort, nature" },
          "take":     { "type": "number", "description": "Number of results (default 10, max 50)" }
        }
      }
    },
    {
      "name": "get_place",
      "description": "Get detailed information about a specific tourist attraction by its URL slug",
      "inputSchema": {
        "type": "object",
        "properties": {
          "slug": { "type": "string", "description": "Place slug from the URL, e.g. \"uzhhorodskyj-zamok\"" }
        },
        "required": ["slug"]
      }
    },
    {
      "name": "search_posts",
      "description": "Search news articles and blog posts about Zakarpattia tourism",
      "inputSchema": {
        "type": "object",
        "properties": {
          "search":   { "type": "string", "description": "Search query" },
          "cityName": { "type": "string", "description": "Filter by city name" },
          "take":     { "type": "number", "description": "Number of results (default 10)" }
        }
      }
    },
    {
      "name": "list_events",
      "description": "List upcoming events — concerts, festivals, exhibitions, fairs in Zakarpattia",
      "inputSchema": {
        "type": "object",
        "properties": {
          "cityName": { "type": "string", "description": "Filter by city name" },
          "category": { "type": "string", "description": "Event category: FESTIVAL, CONCERT, EXHIBITION, FAIR, SPORT, CULTURE, OTHER" },
          "take":     { "type": "number", "description": "Number of results (default 10)" }
        }
      }
    },
    {
      "name": "list_excursions",
      "description": "List organized excursions and guided tours available in Zakarpattia",
      "inputSchema": {
        "type": "object",
        "properties": {
          "cityName": { "type": "string", "description": "Filter by departure city" },
          "take":     { "type": "number", "description": "Number of results (default 10)" }
        }
      }
    }
  ]
}
