PirateFly Flight Deals

Is this flight price good right now? Fare verdicts and cheap-flight deals from 90 days of observed fares on 500+ routes. Remote server, no API key.

Servidor MCP hospedado

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

Instala no Claude Code, Codex, Cursor e outros

Documentação

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.