{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
  "name": "com.vulcaniboatrentals/vulcani",
  "title": "Vulcani Aeolian Boat Rentals",
  "description": "Read-only info, boat experiences and FAQ of a boat rental in Lipari, Aeolian Islands.",
  "version": "1.0.0",
  "websiteUrl": "https://vulcaniboatrentals.com/",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://vulcaniboatrentals.com/mcp",
      "supportedProtocolVersions": [
        "2025-11-25",
        "2025-06-18",
        "2025-03-26"
      ]
    }
  ],
  "capabilities": {
    "tools": {
      "listChanged": false
    },
    "resources": {
      "listChanged": false
    }
  },
  "tools": [
    {
      "name": "get_business_info",
      "title": "Business info",
      "description": "Contacts, WhatsApp booking link, address and coordinates of the departure pier (Molo di Canneto, Lipari), hours, languages and islands served by Vulcani Aeolian Boat Rentals."
    },
    {
      "name": "list_experiences",
      "title": "Boat experiences",
      "description": "The boat tours and licence-free dinghy rentals offered in the Aeolian Islands (friends day, family relax, sunset aperitif, sunrise, fishing, self-drive rental)."
    },
    {
      "name": "list_faq",
      "title": "FAQ",
      "description": "Frequently asked questions: prices, boat licence, departure point, islands, bad weather, what to bring, languages."
    }
  ],
  "resources": [
    {
      "uri": "vulcani://info",
      "name": "business-info",
      "mimeType": "application/json"
    },
    {
      "uri": "vulcani://experiences",
      "name": "experiences",
      "mimeType": "application/json"
    },
    {
      "uri": "vulcani://faq",
      "name": "faq",
      "mimeType": "application/json"
    }
  ],
  "authentication": {
    "required": false
  }
}