VoyageHacks MCP Server
Provides Amazon Associates affiliate links for travel gear and other recommended products, enabling users to find and purchase items featured in VoyageHacks gear guides.
Provides American Express credit card referral links, allowing users to explore travel credit card offers and benefits.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@VoyageHacks MCP ServerRecommend travel gear for a beach vacation in Bali"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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/mcpClaude.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/mcpRelated MCP server: expedia-travel-recommendations-mcp
Tools
Tool | What it does |
| Full-text search over all articles in a given language |
| Fetch one article as clean Markdown |
| Search the travel gear catalog (products from every gear guide) |
| Map a free-text trip description to a packing kit |
| Flight search links for a route or destination |
| Hotel search links for a city |
| Car rental links |
| Airport taxi / transfer links |
| Travel eSIM links for a destination |
| Travel VPN links |
| Travel credit card referral 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.
Markdown for agents
The whole site is agent-readable, not just this server:
get_articlereturns any page as Markdown.Any page on voyagehacks.com returns Markdown directly when requested with an
Accept: text/markdownheader (edge middleware, browsers are unaffected).Discovery files:
/.well-known/mcp/server-card.json,/llms.txt,/.well-known/agent-skills/.
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:
Deploy the
functions/directory with a Cloudflare Pages project.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 theSITEconstant at your deployment.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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityFmaintenanceThis MCP server connects AI agents with Colombian e-commerce, travel, and financial services, allowing users to search MercadoLibre, find hotels, and compare banking products like CDTs and loans. It enables seamless integration with local services in pesos colombianos through specialized tools for shopping, travel planning, and financial simulation.Last updated8422MIT
- Alicense-qualityDmaintenanceMCP server for Expedia travel recommendations. Enables LLMs to search hotels, flights, activities, and car rentals using natural language.Last updated21Apache 2.0
- Flicense-qualityBmaintenanceMCP server for travel program search, comparison, and booking via Yourttoo API, optimized for LLMs with token-saving responses.Last updated
- Flicense-qualityDmaintenanceAn MCP server for holiday flight planning powered by Google Flights via SerpAPI, enabling real-time flight search, destination discovery, airport comparison, and multi-country trip planning.Last updated
Related MCP Connectors
AI marketplace — flights, tours, activities, transport & more via MCP. No auth required.
Pocket Agent (aipocketagent.com) MCP server — read tools for personas, apps, and product info.
Hotel booking MCP server. Search, book, and manage reservations across 250K+ properties worldwide.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/voyagehacks-com/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server