Travel guides plus flight, hotel, eSIM, car rental and gear links in 11 languages.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by VoyageHacks.
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
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.
Claude Code
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
| Tool | What it does |
|---|---|
search_articles | Full-text search over all articles in a given language |
get_article | Fetch one article as clean Markdown |
search_travel_gear | Search the travel gear catalog (products from every gear guide) |
recommend_travel_gear | Map a free-text trip description to a packing kit |
get_flight_links | Flight search links for a route or destination |
get_hotel_links | Hotel search links for a city |
get_car_rental_links | Car rental links |
get_airport_transfer_links | Airport taxi / transfer links |
get_esim_links | Travel eSIM links for a destination |
get_travel_vpn_links | Travel VPN links |
get_credit_card_links | Travel credit card referral links |
get_booking_links | Everything 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.
The whole site is agent-readable, not just this server:
get_article returns any page as Markdown.Accept: text/markdown header (edge middleware, browsers are unaffected)./.well-known/mcp/server-card.json,
/llms.txt,
/.well-known/agent-skills/.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.
This is a Cloudflare Pages Function (functions/mcp.js). To run your own instance:
functions/ directory with a Cloudflare Pages project./<lang>/index.json (search index) and /<lang>/gear.json (gear catalog). Point
the SITE constant at your deployment.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.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/voyagehacks)<a href="https://allmcps.com/mcp/voyagehacks"><img src="https://allmcps.com/api/badge/voyagehacks?style=directory" alt="VoyageHacks on AllMCPs" /></a>