travelpayouts_cheap_prices

Pack: travelpayouts · Endpoint: https://gateway.pipeworx.io/travelpayouts/mcp

Get the cheapest cached flight tickets for a route (one per destination, cheapest first).

Parameters

NameTypeRequiredDescription
originstringyesDeparture IATA city/airport code, e.g. “MOW”, “LON”, “JFK”
destinationstringnoArrival IATA city/airport code, e.g. “BCN”, “HKT”. Optional — omit for cheapest from origin to anywhere.
depart_datestringnoDeparture date, format YYYY-MM or YYYY-MM-DD (optional)
return_datestringnoReturn date, format YYYY-MM or YYYY-MM-DD (optional, for round trips)
currencystringnoPrice currency code, e.g. “usd”, “eur”, “rub” (default rub)
_apiKeystringyesTravelpayouts key as “token:marker” (marker optional)

Example call

curl -X POST https://gateway.pipeworx.io/travelpayouts/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"travelpayouts_cheap_prices","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "travelpayouts": {
      "url": "https://gateway.pipeworx.io/travelpayouts/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 15, 2026