PirateFly Flight Deals

Хорошая ли сейчас цена на этот рейс? Вердикты по тарифам и дешёвые авиапредложения на основе наблюдаемых цен за 90 дней на 500+ маршрутах. Удалённый сервер, без API-ключа.

Размещённый MCP-сервер

npx add-mcp 'https://piratefly.com/mcp'

Устанавливается в Claude Code, Codex, Cursor и другие

Документация

Piratefly MCP server

Remote MCP server that answers "is this flight price good, or should I wait?" from Piratefly's own 90-day observed price history. It is not a flight search and does not sell tickets — it judges a price.

Tools

ToolAnswers
flight_price_verdictBuy now or wait? Verdict, percentile of today's cheapest fare vs. its own history, median, all-time low, sample size.
cheapest_monthsDeparture months ranked by observed median price for a route.
when_to_bookHow many days before departure the route has historically been cheapest.

All tools take origin and destination (city name or IATA code, e.g. Milan / MXP).

Connect

Claude Code:

claude mcp add --transport http piratefly https://next.piratefly.com/mcp

Any MCP client with remote HTTP support: point it at https://next.piratefly.com/mcp.

Quick check:

curl -s -X POST https://next.piratefly.com/mcp -H 'content-type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'

Every result carries a source field and an attribution line — please keep it when you show the answer to a user.

A paid Pro API (higher limits, history endpoints) is available on the site.