eCommerce
lastminute-adventure.com
Provides search and booking functionality for last-minute adventure deals and restaurant menus in Lanzarote.
ENDPOINT 1
https://www.lastminute-adventure.com/api/mcp
MCP server metadata
- Name
- lastminute-adventure-mcp-server
- Version
- 1.0.0
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_adventuresSearch currently active, bookable last-minute adventure deals in Lanzarote (Canary Islands).
Inferred read-onlyget_last_minute_dealsGet the most urgent "book now" adventure deals — those expiring within a given time window.
Inferred read-onlyget_deal_detailsGet 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-onlycreate_booking_linkGet the direct URL for a traveler to book and pay for a specific deal on the LastMinuteAdventure website.
Potential side effectssearch_restaurantsSearch restaurants in Lanzarote that publish their menu through LMA-Gastro (digital, multilingual QR menus).
Potential side effectsget_restaurant_menuGet the full digital menu for one restaurant by slug (from search_restaurants), in a given language.
Inferred read-onlyCONNECT 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.
lastminute-adventure.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.