Skip to main content
ClaudeWave

Official MCP server for VoyageHacks.com: travel guides, gear picks and booking links for AI agents. Live at https://voyagehacks.com/mcp

MCP ServersRegistry oficial0 estrellas0 forksJavaScriptMITActualizado yesterday
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 8/20/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/voyagehacks-com/mcp-server
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "mcp-server": {
      "command": "node",
      "args": ["/path/to/mcp-server/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/voyagehacks-com/mcp-server and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# VoyageHacks MCP Server

The official [Model Context Protocol](https://modelcontextprotocol.io) server for
[VoyageHacks.com](https://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**

```bash
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**

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

## Tools

| 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.

## Markdown for agents

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

- `get_article` returns any page as Markdown.
- Any page on voyagehacks.com returns Markdown directly when requested with an
  `Accept: text/markdown` header (edge middleware, browsers are unaffected).
- Discovery files: [`/.well-known/mcp/server-card.json`](https://voyagehacks.com/.well-known/mcp/server-card.json),
  [`/llms.txt`](https://voyagehacks.com/llms.txt),
  [`/.well-known/agent-skills/`](https://voyagehacks.com/.well-known/agent-skills/index.json).

## 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](LICENSE)
ai-agentscloudflare-pagesmcpmcp-servermodel-context-protocoltravel

Lo que la gente pregunta sobre mcp-server

¿Qué es voyagehacks-com/mcp-server?

+

voyagehacks-com/mcp-server es mcp servers para el ecosistema de Claude AI. Official MCP server for VoyageHacks.com: travel guides, gear picks and booking links for AI agents. Live at https://voyagehacks.com/mcp Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-08-18.

¿Cómo se instala mcp-server?

+

Puedes instalar mcp-server clonando el repositorio (https://github.com/voyagehacks-com/mcp-server) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar voyagehacks-com/mcp-server?

+

Nuestro agente de seguridad ha analizado voyagehacks-com/mcp-server y le ha asignado un Trust Score de 95/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene voyagehacks-com/mcp-server?

+

voyagehacks-com/mcp-server es mantenido por voyagehacks-com. La última actividad registrada en GitHub es del 2026-08-18, con 0 issues abiertos.

¿Hay alternativas a mcp-server?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega mcp-server en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: voyagehacks-com/mcp-server
[![Featured on ClaudeWave](https://claudewave.com/api/badge/voyagehacks-com-mcp-server)](https://claudewave.com/repo/voyagehacks-com-mcp-server)
<a href="https://claudewave.com/repo/voyagehacks-com-mcp-server"><img src="https://claudewave.com/api/badge/voyagehacks-com-mcp-server" alt="Featured on ClaudeWave: voyagehacks-com/mcp-server" width="320" height="64" /></a>

Más MCP Servers

Alternativas a mcp-server