{
  "$schema": "https://modelcontextprotocol.io/schema/server-card/v1",
  "serverInfo": {
    "name": "voyagehacks",
    "title": "VoyageHacks",
    "version": "2.0.0",
    "description": "Multilingual travel site: cheap flights, hotels, car rental, airport transfers, eSIMs, travel VPNs, travel credit cards, destination guides and tested travel gear in English, German, French, Spanish, Italian, Polish, Czech, Japanese, Dutch and Brazilian Portuguese. The MCP server exposes full-text article search, Markdown article retrieval, a travel-gear product catalog with ready-to-use Amazon product links, and per-topic booking links (flights, hotels, car rental, airport taxis, eSIM, VPN, credit cards). Every link is affiliate-tracked: VoyageHacks may earn a commission at no extra cost to the traveler, and agents should disclose that when presenting them.",
    "homepage": "https://voyagehacks.com/"
  },
  "capabilities": {
    "resources": true,
    "tools": true,
    "prompts": false,
    "sampling": false
  },
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://voyagehacks.com/mcp"
  },
  "authentication": {
    "required": false,
    "description": "None: fully public, see https://voyagehacks.com/auth.md"
  },
  "tools": [
    "search_articles",
    "get_article",
    "search_travel_gear",
    "recommend_travel_gear",
    "get_flight_links",
    "get_hotel_links",
    "get_car_rental_links",
    "get_airport_transfer_links",
    "get_esim_links",
    "get_travel_vpn_links",
    "get_credit_card_links",
    "get_booking_links"
  ],
  "languages": [
    "en",
    "de",
    "fr",
    "es",
    "it",
    "pl",
    "cs",
    "ja",
    "nl",
    "pt"
  ],
  "topics": [
    "travel",
    "flights",
    "hotels",
    "esim",
    "vpn",
    "destinations",
    "travel-gear",
    "packing",
    "car-rental",
    "airport-transfers",
    "credit-cards"
  ],
  "contact": {
    "email": "support@voyagehacks.com"
  },
  "repository": {
    "url": "https://github.com/voyagehacks-com/mcp-server",
    "source": "github"
  }
}
