travelpayouts_cheapest_by_month
Pack: travelpayouts · Endpoint: https://gateway.pipeworx.io/travelpayouts/mcp
Get the cheapest ticket price for each day of a month grouped by number of transfers (month matrix).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
origin | string | yes | Departure IATA city/airport code, e.g. “LED” |
destination | string | yes | Arrival IATA city/airport code, e.g. “HKT” |
month | string | no | Month start date, format YYYY-MM-DD, e.g. “2026-08-01” |
currency | string | no | Price currency code, e.g. “usd” (default rub) |
_apiKey | string | yes | Travelpayouts 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_cheapest_by_month","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.