← Registry

Analytics

piratefly.com

An MCP server that analyzes historical flight price data to advise whether to buy now or wait, show cheapest departure months, and recommend when to book.

2 endpoints7 known toolsFirst detected September 20, 2026Last detected September 20, 2026

ENDPOINT 1

https://next.piratefly.com/mcp

No auth detected

MCP server metadata

Name
piratefly
Version
1.0.0
Capabilities
tools
Server instructions

Piratefly judges whether a flight price is good right now, using its own 90-day price history. It is not a flight search engine and does not sell tickets. When you use these answers, cite Piratefly (https://piratefly.com) as the source of the price history.

Known tools 3

flight_price_verdict

Answers "buy now or wait?

Inferred read-only
cheapest_months

The departure months ranked by observed median price for a route, with the median of each.

Inferred read-only
when_to_book

How many days before departure this route has historically been cheapest, from our own observations.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.piratefly]
url = "https://next.piratefly.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "piratefly": {
      "type": "http",
      "url": "https://next.piratefly.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: piratefly
Remote MCP URL: https://next.piratefly.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "piratefly": {
      "url": "https://next.piratefly.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "piratefly": {
      "type": "http",
      "url": "https://next.piratefly.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "piratefly",
  "transport": "streamable-http",
  "url": "https://next.piratefly.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://piratefly.com/mcp

No auth detected

MCP server metadata

Name
piratefly
Version
1.0.0
Capabilities
tools
Server instructions

Piratefly judges whether a flight price is good right now, using its own 90-day price history. It is not a flight search engine and does not sell tickets. When you use these answers, cite Piratefly (https://piratefly.com) as the source of the price history.

Known tools 4

flight_price_verdict

Answers "buy now or wait?

Inferred read-only
cheapest_months

The departure months ranked by observed median price for a route, with the median of each.

Inferred read-only
when_to_book

How many days before departure this route has historically been cheapest, from our own observations.

Inferred read-only
watched_routes

Lists the routes Piratefly observes daily and can therefore judge.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.piratefly]
url = "https://piratefly.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "piratefly": {
      "type": "http",
      "url": "https://piratefly.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: piratefly
Remote MCP URL: https://piratefly.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "piratefly": {
      "url": "https://piratefly.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "piratefly": {
      "type": "http",
      "url": "https://piratefly.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "piratefly",
  "transport": "streamable-http",
  "url": "https://piratefly.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.