Skip to content
MCP-BridgeMCP-Bridge
Data & Analytics

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://mcpbridge.org/config/aviationdata-systems.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to claude_desktop_config.json

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

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "aviationdata-systems": {
      "url": "https://mcpbridge.org/config/aviationdata-systems.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "aviationdata-systems": {
      "url": "https://mcpbridge.org/config/aviationdata-systems.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/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

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcpbridge.org/config/aviationdata-systems.json

Environment Variables

AVIATIONDATA_SYSTEMS_AIRPORTS_API_V1_API_KEY

Replace 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_list

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