Wraps the OpenSky Network API to give Claude real-time access to flight tracking data without needing API keys or authentication. Hosted by Pipeworx as a standalone server or available as part of their larger gateway that bundles 673+ data sources. Includes an ask_pipeworx tool that lets you query flight data in plain English instead of calling structured endpoints directly. Good fit if you want to build flight tracking features into an AI workflow or need to answer questions about aircraft positions, arrivals, and departures without managing API credentials yourself.
Public tool metadata for what this MCP can expose to an agent.
search_flightsSearch real flight results from Google Flights. Returns best_flights (top picks), other_flights (alternatives), and price_insights (typical price range, historical pricing).20 paramsSearch real flight results from Google Flights. Returns best_flights (top picks), other_flights (alternatives), and price_insights (typical price range, historical pricing).
glstringhlstringtypeinteger1 · 2 · 3stopsinteger0 · 1 · 2 · 3adultsintegersort_byinteger1 · 2 · 3 · 4 · 5 · 6childrenintegercurrencystringmax_priceintegerarrival_idstringdeep_searchbooleanreturn_datestringdeparture_idstringmax_durationintegertravel_classinteger1 · 2 · 3 · 4outbound_datestringinfants_on_lapintegerinfants_in_seatintegerexclude_airlinesstringinclude_airlinesstringFlights MCP — wraps OpenSky Network API (free, no auth required)
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"flights": {
"url": "https://gateway.pipeworx.io/flights/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Flights data" })
The gateway picks the right tool and fills the arguments automatically.
MIT