← Registry

eCommerce

lastminute-adventure.com

Provides search and booking functionality for last-minute adventure deals and restaurant menus in Lanzarote.

1 endpoint6 known toolsFirst detected July 25, 2026Last detected September 6, 2026

ENDPOINT 1

https://www.lastminute-adventure.com/api/mcp

No auth detected

MCP server metadata

Name
lastminute-adventure-mcp-server
Version
1.0.0
Capabilities
tools
Server instructions

Read-only discovery server for LastMinuteAdventure (real-time last-minute adventure deals in Lanzarote, Canary Islands) and LMA-Gastro (multilingual restaurant menus). Use search_adventures or get_last_minute_deals to find live, bookable deals; use get_deal_details for a specific deal; use create_booking_link to hand the traveler a direct link to book and pay on the LastMinuteAdventure website (this server never creates bookings or processes payment). Use search_restaurants and get_restaurant_menu to look up digital menus. All data is public — no authentication required.

Known tools 6

search_adventures

Search currently active, bookable last-minute adventure deals in Lanzarote (Canary Islands).

Inferred read-only
get_last_minute_deals

Get the most urgent "book now" adventure deals — those expiring within a given time window.

Inferred read-only
get_deal_details

Get full details for one adventure deal by ID, including its current status (a deal can be active, sold_out, expired, paused, or draft — always check "status" before telling a traveler it's bookable).

Inferred read-only
create_booking_link

Get the direct URL for a traveler to book and pay for a specific deal on the LastMinuteAdventure website.

Potential side effects
search_restaurants

Search restaurants in Lanzarote that publish their menu through LMA-Gastro (digital, multilingual QR menus).

Potential side effects
get_restaurant_menu

Get the full digital menu for one restaurant by slug (from search_restaurants), in a given language.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.lastminute-adventure-mcp-server]
url = "https://www.lastminute-adventure.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "lastminute-adventure-mcp-server": {
      "type": "http",
      "url": "https://www.lastminute-adventure.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: lastminute-adventure-mcp-server
Remote MCP URL: https://www.lastminute-adventure.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "lastminute-adventure-mcp-server": {
      "url": "https://www.lastminute-adventure.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "lastminute-adventure-mcp-server": {
      "type": "http",
      "url": "https://www.lastminute-adventure.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "lastminute-adventure-mcp-server",
  "transport": "streamable-http",
  "url": "https://www.lastminute-adventure.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for lastminute-adventure.com was fetched 2026-07-31T03:37:15.857Z and is being refreshed.

Trust status Neutral

lastminute-adventure.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.