← Back to Plugins
MCP Server MCP

LastMinuteDeals Booking API

github By github 👁 1 views ▲ 0 votes

Last-minute booking slots across 11 suppliers. Search, price, and execute bookings via AI agents.

Configuration Example

{
  "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_..."
        }
      }
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...