MCP server exposing 4 tools for travelpayouts.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/travelpayouts/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
travelpayouts_cheap_prices — Get the cheapest cached flight tickets for a route (one per destination, cheapest first). Uses IATA city/airport codes. Example: travelpayouts_cheap_prices({ origin: "MOW", destination: "BCN", currency: "usd", _apiKey: "token:marker" })travelpayouts_price_calendar — Get the cheapest ticket price for each day of a month for a route (a price calendar). Uses IATA city/airport codes. Example: travelpayouts_price_calendar({ origin: "MOW", destination: "BCN", depart_date: "2026-08", currency: "usd", _apiKey: "token:marker" })travelpayouts_cheapest_by_month — Get the cheapest ticket price for each day of a month grouped by number of transfers (month matrix). Uses IATA city/airport codes. Example: travelpayouts_cheapest_by_month({ origin: "LED", destination: "HKT", month: "2026-08-01", currency: "usd", _apiKey: "token:marker" })travelpayouts_popular_destinations — Get the most popular destinations (with cheapest cached prices) reachable from a city. Uses IATA city codes. Example: travelpayouts_popular_destinations({ origin: "MOW", currency: "usd", _apiKey: "token:marker" })Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/travelpayouts/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io