Back to Browse

Travel MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Travel guides plus flight, hotel, eSIM, car rental and gear links in 11 languages.

About

Travel guides plus flight, hotel, eSIM, car rental and gear links in 11 languages.

Remote endpoints: streamable-http: https://voyagehacks.com/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

12 tools verified · Open access · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "com-voyagehacks-travel": {
      "url": "https://voyagehacks.com/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

VoyageHacks MCP Server

The official Model Context Protocol server for VoyageHacks.com, a multilingual (10 languages) travel site covering flights, hotels, destinations, eSIMs, travel VPNs, credit cards and travel gear.

Live endpoint: https://voyagehacks.com/mcp

Stateless Streamable HTTP transport (JSON-RPC 2.0 over POST), no authentication, no sessions. Any MCP client can connect and start calling tools immediately.

Connect

Claude Code

claude mcp add --transport http voyagehacks https://voyagehacks.com/mcp

Claude.ai / Claude Desktop: Settings → Connectors → Add custom connector → https://voyagehacks.com/mcp

ChatGPT: Settings → Connectors → Advanced → Developer mode, then add https://voyagehacks.com/mcp as an MCP connector (no auth).

MCP Inspector

npx @modelcontextprotocol/inspector https://voyagehacks.com/mcp

Tools

ToolWhat it does
search_articlesFull-text search over all articles in a given language
get_articleFetch one article as clean Markdown
search_travel_gearSearch the travel gear catalog (products from every gear guide)
recommend_travel_gearMap a free-text trip description to a packing kit
get_flight_linksFlight search links for a route or destination
get_hotel_linksHotel search links for a city
get_car_rental_linksCar rental links
get_airport_transfer_linksAirport taxi / transfer links
get_esim_linksTravel eSIM links for a destination
get_travel_vpn_linksTravel VPN links
get_credit_card_linksTravel credit card referral links
get_booking_linksEverything for one trip in a single call

Every vertical tool also returns up to 4 matching VoyageHacks guides in the requested language, so agents can cite full articles alongside the links.

Markdown for agents

The whole site is agent-readable, not just this server:

Transparency

VoyageHacks is an affiliate-funded site. Booking and shopping links returned by these tools are tracked affiliate links (Travelpayouts, CJ Affiliate / Booking.com, Amazon Associates, American Express referrals). Every tool response ships a DISCLOSURE field stating this, and tool descriptions say it plainly. Article content itself is free to read, with no paywall and no auth.

Self-hosting

This is a Cloudflare Pages Function (functions/mcp.js). To run your own instance:

  1. Deploy the functions/ directory with a Cloudflare Pages project.
  2. The server reads its content live from the site it fronts: a Hugo build that emits /<lang>/index.json (search index) and /<lang>/gear.json (gear catalog). Point the SITE constant at your deployment.
  3. Replace the affiliate constants near the top of mcp.js (marker, CJ ids, Amazon tag) with your own program ids.

This repository mirrors the production function. Keep the affiliate constants in sync with your own site config if you fork it.

License

MIT

Reviews

No reviews yet

Be the first to review this server!