← voyagehacks.com

INDIVIDUAL MCP TOOL

get_booking_links

One call, the whole trip: flight search (Booking.com), hotel search and airport-taxi pre-booking (Booking.com), attractions and tours (Booking.com Attractions, GetYourGuide), car rental, travel eSIM (Airalo) and travel VPN (NordVPN), regionalized to the traveler.

voyagehacks.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://voyagehacks.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_booking_links 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

voyagehacks.com

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.voyagehacks]
url = "https://voyagehacks.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "voyagehacks": {
      "type": "http",
      "url": "https://voyagehacks.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: voyagehacks
Remote MCP URL: https://voyagehacks.com/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": {
    "voyagehacks": {
      "url": "https://voyagehacks.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "voyagehacks": {
      "type": "http",
      "url": "https://voyagehacks.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "voyagehacks",
  "transport": "streamable-http",
  "url": "https://voyagehacks.com/mcp"
}
MCP Inspector

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

Related tools

  • search_articles — Full-text search over ~330 VoyageHacks travel guides per language (flights, hotels, destinations, car rental, eSIM, VPN, credit cards, trains, transfers, insurance, travel gear).
  • get_article — Fetch one VoyageHacks page (by full URL or path, e.g.
  • search_travel_gear — Search VoyageHacks' hand-tested travel gear catalog (~90 products across 17 buying guides: carry-on backpacks, packing cubes, compression bags, universal travel adapters, GaN chargers, airline-safe power banks, luggage trackers, neck pillows, earplugs and eye masks, toiletry and makeup bags, travel-size bottles, travel routers, translation earbuds).
  • recommend_travel_gear — Build a complete packing/gear kit for one specific trip and return each pick as an Amazon product link carrying the VoyageHacks Associates tag, alongside the buying guide it comes from.
  • get_flight_links — Return a ready-to-click flight search on Booking.com Flights for a route and optional dates (pass BOTH origin and destination for a prefilled route search; without them the link opens the flight search page), plus VoyageHacks guides on cheap fares, budget airlines and baggage rules for that trip.
  • get_hotel_links — Return a Booking.com search link for a city (with optional check-in/check-out dates and guest count), an IHG hotel-brands search link (Holiday Inn, InterContinental, Crowne Plaza), plus the VoyageHacks guides on the best areas and best-value hotels there.
  • get_car_rental_links — Return car (and scooter) rental booking links for a destination: EconomyBookings and QEEQ for worldwide comparison, Localrent and GetRentacar for local suppliers with lower deposits in southern Europe, Georgia, the Balkans and Asia, BikesBooking for scooters, Booking.com Cars, plus the VoyageHacks car-rental guides for that country (real prices, insurance traps, one-way fees).
  • get_airport_transfer_links — Return pre-booked airport transfer links: Booking.com Taxis (fixed price, 100+ countries), Kiwitaxi, Welcome Pickups and GetTransfer: plus the VoyageHacks guides on getting from that airport to the city center and what a fair fare looks like.