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.
ENDPOINT 1
https://next.piratefly.com/mcp
MCP server metadata
- Name
- piratefly
- Version
- 1.0.0
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
cheapest_monthsThe departure months ranked by observed median price for a route, with the median of each.
Inferred read-onlywhen_to_bookHow many days before departure this route has historically been cheapest, from our own observations.
Inferred read-onlyCONNECT 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
MCP server metadata
- Name
- piratefly
- Version
- 1.0.0
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
cheapest_monthsThe departure months ranked by observed median price for a route, with the median of each.
Inferred read-onlywhen_to_bookHow many days before departure this route has historically been cheapest, from our own observations.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.