Skip to main content
Glama

Aerospace MCP

by cheesejaguar

search_airports

Find airports worldwide by IATA code, city name, or country using the Aerospace MCP server. Simplify flight planning and aviation operations with accurate airport resolution.

Instructions

Search for airports by IATA code or city name

Input Schema

NameRequiredDescriptionDefault
countryNoOptional ISO country code to filter by (e.g., 'US', 'JP')
queryYesIATA code (e.g., 'SJC') or city name (e.g., 'San Jose')
query_typeNoType of query - 'iata' for IATA codes, 'city' for city names, 'auto' to detectauto

Input Schema (JSON Schema)

{ "properties": { "country": { "description": "Optional ISO country code to filter by (e.g., 'US', 'JP')", "type": "string" }, "query": { "description": "IATA code (e.g., 'SJC') or city name (e.g., 'San Jose')", "type": "string" }, "query_type": { "default": "auto", "description": "Type of query - 'iata' for IATA codes, 'city' for city names, 'auto' to detect", "enum": [ "iata", "city", "auto" ], "type": "string" } }, "required": [ "query" ], "type": "object" }

Other Tools from Aerospace MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cheesejaguar/aerospace-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server