Skip to content
MCP-Bridge
Data & AnalyticsAuto-generated

AviationData.Systems Airports API V1 MCP Server

AviationData.Systems Airports API V1 API

Quick Setup

Transport: STDIO

Command: npx -y @mcp/aviationdata-systems

Environment Variables

AVIATIONDATA_SYSTEMS_AIRPORTS_API_V1_API_KEY

Example: your_aviationdata_systems_airports_api_v1_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "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"
}
    }
  }
}

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_list

Country list. Returns a list of countries where airport data is available