Serversio.github.johnanleitner1-Coder/lastminute-booking
B

LastMinuteDeals Booking API

io.github.johnanleitner1-Coder/lastminute-booking · v1.0.0
● Remote
v1.0.0remote🌐 https://web-production-dc74b.up.railway.app/mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.johnanleitner1-Coder/lastminute-booking",
  "description": "Last-minute booking slots across 11 suppliers. Search, price, and execute bookings via AI agents.",
  "title": "LastMinuteDeals Booking API",
  "repository": {
    "url": "https://github.com/johnanleitner1-Coder/lastminutedeals-api",
    "source": "github"
  },
  "version": "1.0.0",
  "websiteUrl": "https://lastminutedealshq.com",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://web-production-dc74b.up.railway.app/mcp",
      "headers": [
        {
          "value": "{api_key}",
          "name": ""
        }
      ],
      "variables": {
        "api_key": {
          "description": "Optional API key for authenticated requests. Register free at POST /api/keys/register",
          "isSecret": true,
          "placeholder": "lmd_..."
        }
      }
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}