# Incheon Airport Live

Get real-time departure hall congestion, flight statuses, and parking availability at Incheon International Airport. Search departures and arrivals by flight ID or airport code and filter by date to …

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add AITutor3/icn-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list AITutor3/icn-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get AITutor3/icn-mcp get_departure_congestion

# Call a tool
npx -y @smithery/cli@latest tool call AITutor3/icn-mcp get_departure_congestion '{}'
```

## Direct MCP Connection

Endpoint: `https://icn-mcp--aitutor3.run.tools`

## Tools (5)

- `get_departure_congestion` — Retrieves the real-time congestion of the departure hall at a specific terminal of Incheon International Airport.
- `get_flight_departures` — Retrieves the operational status of departing flights from Incheon Airport.
- `get_flight_arrivals` — Retrieves the operational status of arriving flights at Incheon Airport.
- `get_parking_status` — Retrieves the real-time parking status of Incheon Airport's parking lots.
- `get_destination_info` — Looks up information about cities served by Incheon Airport using the IATA airport code.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get AITutor3/icn-mcp <tool-name>
```
