{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "holiday-forever",
  "title": "Holiday Forever",
  "description": "Directory of Airbnb-style holiday listings, served as MCP. Lets an AI assistant browse, render, and book listings.",
  "endpoint": "https://holiday-forever-2.vercel.app/mcp",
  "transport": "streamable-http",
  "protocolVersion": "2025-06-18",
  "authentication": "none",
  "tools": [
    {
      "name": "show_listing",
      "description": "Render the listing as an interactive photo gallery widget. Falls back to markdown on hosts without MCP App widget support. No arguments."
    },
    {
      "name": "book_listing",
      "description": "Hold a mock reservation for the listing and return a confirmation card."
    }
  ],
  "connectUrl": "https://holiday-forever-2.vercel.app/connect",
  "documentation": "https://holiday-forever-2.vercel.app/connect"
}
