Connects Claude to Aviationstack's global aviation database through Pipeworx's MCP gateway. You get five tools: airports (IATA/ICAO codes, GPS coordinates, timezones), airlines, cities with their primary airports, country reference data, and scheduled routes between airports. Useful when you need to look up airport codes, check airline information, or query flight routes without leaving your AI workflow. Part of Pipeworx's larger gateway that includes 673+ data sources, so you can add just this or connect to the full suite. Supports plain English queries through ask_pipeworx if you'd rather skip manual tool calls.
Aviationstack MCP — global flight + airport + airline data
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|---|
airports | Airport directory — name, IATA/ICAO codes, country, GPS, timezone. |
airlines | Airline directory. |
cities | City + primary-airport database. |
countries | Country reference with capital city, currency, etc. |
routes | Scheduled routes between airports. |
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"aviationstack": {
"url": "https://gateway.pipeworx.io/aviationstack/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 Aviationstack data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
com.mcparmory/google-sheets
domdomegg/google-sheets-mcp
henilcalagiya/google-sheets-mcp
cct15/war-dashboard-data
moooonad/mcp-google-sheets-full
io.github.br0ski777/csv-to-json