This wraps the AirportGap API, giving you access to airport data without needing authentication. The source doesn't list specific tools, but AirportGap typically provides airport lookups by IATA code, city, or location along with details like runways, terminals, and distance calculations. It's part of the Pipeworx gateway ecosystem, so you can either use this standalone endpoint or connect through their main gateway for combined access to 600+ other data sources. Useful when you're building travel tools, flight trackers, or need to validate airport codes and pull structured airport metadata on the fly.
Airports MCP — wraps AirportGap 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": {
"airports": {
"url": "https://gateway.pipeworx.io/airports/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 Airports data" })
The gateway picks the right tool and fills the arguments automatically.
MIT