MCPHIVE

Travelpayouts MCP

Local · stdio

A community wrapper over the Travelpayouts API: 13 tools — cheap flight search and best departure dates, hotels, and airport/airline/city directories. Stdio only; a TRAVELPAYOUTS_TOKEN from the partner dashboard. Not an official Travelpayouts product.

Why this server

  • 13 tools: flights, hotels, and airport/airline/city directories
  • get_cheapest_month and get_calendar_prices find the best dates without manual digging
  • Built-in retry logic on rate limits and Travelpayouts server errors
  • Stdio only — teams need to run the server locally for each user

Usage examples

Prompt: Find the cheapest month to fly Moscow to Istanbul

Result: The agent called lookup_cities for the city codes, then get_cheapest_month, returning the cheapest month.

Prompt: Find a hotel in Sochi for the weekend and show the top flight deals

Result: The agent called search_hotels for the dates and city, then get_special_offers, returning lodging and flight options.

Local server

This MCP runs locally on the user's machine (stdio), so availability isn't tracked — rely on reviews and the rating instead.

Reviews

No reviews yet.