INDIVIDUAL MCP TOOL
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).
LIVE ENDPOINT
https://www.lastminute-adventure.com/api/mcp
Connect to this endpoint to inspect the live schema for get_deal_details and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
search_adventures— Search currently active, bookable last-minute adventure deals in Lanzarote (Canary Islands).get_last_minute_deals— Get the most urgent "book now" adventure deals — those expiring within a given time window.create_booking_link— Get the direct URL for a traveler to book and pay for a specific deal on the LastMinuteAdventure website.search_restaurants— Search restaurants in Lanzarote that publish their menu through LMA-Gastro (digital, multilingual QR menus).get_restaurant_menu— Get the full digital menu for one restaurant by slug (from search_restaurants), in a given language.