airportsapi MCP Config
Get name and website-URL for airports by ICAO code. Covered airports are mostly in Germany.
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/airport-web-appspot-com.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/airport-web-appspot-com.json to fetch programmatically.
{
"mcpServers": {
"airport-web-appspot-com": {
"command": "npx",
"args": ["-y","@mcp/airport-web-appspot-com"],
"env": {
"AIRPORTSAPI_API_KEY": "your_airportsapi_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/airport-web-appspot-com.jsonEnvironment Variables
AIRPORTSAPI_API_KEYReplace your_airportsapi_api_key with your actual airportsapi api key
Endpoints
GET
/airportsapi/v1/airports/{icao_code}AirportApi_getAirport