AviationData.Systems Airports API V1 MCP Config
AviationData.Systems Airports API V1 API
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/aviationdata-systems.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/aviationdata-systems.json to fetch programmatically.
{
"mcpServers": {
"aviationdata-systems": {
"command": "npx",
"args": ["-y","@mcp/aviationdata-systems"],
"env": {
"AVIATIONDATA_SYSTEMS_AIRPORTS_API_V1_API_KEY": "your_aviationdata_systems_airports_api_v1_api_key"
}
}
}
}How to Use
Cursor
Go to Cursor Settings → MCP Servers → Add with the JSON above.
CLI / curl
Fetch the config programmatically:
curl https://mcp-bridge.pages.dev/config/aviationdata-systems.jsonEnvironment Variables
AVIATIONDATA_SYSTEMS_AIRPORTS_API_V1_API_KEYReplace your_aviationdata_systems_airports_api_v1_api_key with your actual aviationdata systems airports api v1 api key
Endpoints
GET
/v1/airport/autocomplete/{airport_name}Autocomplete airport names. Returns a maximum of 10 airport names.
GET
/v1/airport/iata/{airport_iata}Search for airport by IATA code
GET
/v1/airport/name/{airport_name}Search for airport by name
GET
/v1/airport/nearest/{result_count}/{latitude}/{longitude}Search for airports by location
GET
/v1/country/code/{country_code}Country airports. Returns a list of airports for a country code(ISO 3166-1 alpha-2 code)
GET
/v1/country_listCountry list. Returns a list of countries where airport data is available