MCP server exposing 6 tools for aviationstack.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/aviationstack/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
flights — Real-time and scheduled flights with departure/arrival airport, time, gate, status. Combine filters to narrow down.airports — Airport directory — name, IATA/ICAO codes, country, GPS, timezone.airlines — Search the Aviationstack airline directory by name, IATA 2-letter code, or ICAO 3-letter code; returns airline name, codes, country, hub airport, and status.cities — Look up cities and their primary airport from the Aviationstack database by free-text name, IATA city code (e.g. NYC), or ISO country code.countries — Country reference with capital city, currency, etc.routes — Query scheduled flight routes from Aviationstack by departure IATA (dep_iata), arrival IATA (arr_iata), airline IATA code, or flight number; returns scheduled service pairings.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/aviationstack/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io