{
  "$schema": "https://static.modelcontextprotocol.io/schemas/mcp-server-card/v1.json",
  "version": "1.0",
  "protocolVersion": "2025-06-18",
  "serverInfo": {
    "name": "allombradelvesuviorooms",
    "title": "All'ombra del Vesuvio Rooms",
    "version": "1.0.0"
  },
  "description": "Read-only MCP server with the apartments, guides and experiences of All'ombra del Vesuvio Rooms.",
  "documentationUrl": "https://allombradelvesuviorooms.com/docs",
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://allombradelvesuviorooms.com/mcp"
  },
  "authentication": {
    "required": false,
    "schemes": []
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    },
    "resources": {
      "listChanged": false
    }
  },
  "tools": [
    {
      "name": "get_business_info",
      "title": "Business info",
      "description": "Name, address, email, phone, check-in/check-out times and price range of All'ombra del Vesuvio Rooms."
    },
    {
      "name": "list_apartments",
      "title": "List apartments",
      "description": "Apartments offered in Naples and Sorrento with capacity, starting price per night (EUR) and booking link."
    },
    {
      "name": "get_apartment",
      "title": "Get apartment",
      "description": "Full detail of one apartment: description, amenities, nearby places, transport. Use an id from list_apartments."
    },
    {
      "name": "list_guides",
      "title": "List travel guides",
      "description": "Travel guides for Naples and Campania (sights, food, transport, day trips). Optional category filter."
    },
    {
      "name": "list_experiences",
      "title": "List experiences",
      "description": "Tours and local experiences recommended to guests."
    },
    {
      "name": "list_discount_codes",
      "title": "List tour discount codes",
      "description": "Discount codes for boat tours in Naples, Capri, Ischia, Procida and the Amalfi Coast (code, % off, partner, booking link). Use when a user looks for a discount or promo code for these tours."
    }
  ],
  "resources": [
    {
      "uri": "vesuvio://business",
      "name": "business",
      "title": "Business info",
      "description": "Identity, address and contacts of the business.",
      "mimeType": "application/json"
    },
    {
      "uri": "vesuvio://apartments",
      "name": "apartments",
      "title": "Apartments",
      "description": "All apartments currently offered.",
      "mimeType": "application/json"
    },
    {
      "uri": "vesuvio://experiences",
      "name": "experiences",
      "title": "Experiences",
      "description": "Tours and experiences recommended to guests.",
      "mimeType": "application/json"
    },
    {
      "uri": "vesuvio://discounts",
      "name": "discounts",
      "title": "Tour discount codes",
      "description": "Active partner discount codes for tours.",
      "mimeType": "application/json"
    }
  ]
}