mcpbeat

Incheon Airport Transit MCP Server

io.github.kimnchai/airport-transit-mcp
answering

Incheon Airport Transit MCP is answering right now. Last checked 8 min ago. It exposes 5 tools.

Incheon Airport (ICN) transit: limo buses, internal shuttles, taxi queues, AREX train schedule.

Uptime history 40 hours of history · worst hour 75%
40 hours agonow
100.0%
Uptime 24h
91 of 91 checks
5
Tools
read from the server
981 ms
Response time
average over 24h
open, no key
Access
streamable-http

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 8 min ago.

run in your terminal
claude mcp add airport-transit-mcp --transport http https://airport-transit.kimnchai.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "airport-transit-mcp": {
      "url": "https://airport-transit.kimnchai.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.airport-transit-mcp]
url = "https://airport-transit.kimnchai.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "airport-transit-mcp": {
      "url": "https://airport-transit.kimnchai.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "airport-transit-mcp": {
      "url": "https://airport-transit.kimnchai.com/mcp"
    }
  }
}

Available tools 5

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

airport
airport_bus
[인천공항 대중교통] 인천국제공항 ↔ 전국 공항버스 노선·시간표·요금·승차장. 데이터셋 갱신 60분. T1/T2 평일·주말 시간표 분리 제공. 버스 등급(일반/우등)·운수사 연락처 포함. Args: region: 한글 권역명(서울/경기/인천/강원/충청/경상/전라) 또는 1~7 코드. 빈값=전체. search: 버스번호/운수사/정류장 키워드 부분일치 (예: "강남", "6009", "KAL"). lang: "ko" (한글) 또는 "en" (영문 라벨 일부). Returns: {count, area, items: [{busnumber, route, fare, busclass, cpname, terminal_first_last, route_info, ride_loc}]}
airport_shuttle_next
[인천공항 대중교통] 인천공항 무료 셔틀버스 다음 도착 예측 시간(분). 공항 내부 이동용 무료 셔틀 (T1 ↔ T2 ↔ AICC ↔ 화물청사역 등). 실시간 60분 갱신. Args: stop: 정류장 한글명(예: "제1여객터미널", "인천영종소방서") 또는 10자리 stopId. 빈값=전체. route: 노선 한글명(예: "AICC행", "AICC순환") 또는 8자리 routeId. 빈값=전체. lang: "ko"/"en". Returns: {count, items: [{stop_name, route_name, eta_minutes, ofr_time, ord, raw}]}
airport_shuttle_schedule
[인천공항 대중교통] 인천공항 무료 셔틀버스 시간표 (의미 단위 요약). 노선별 평일/휴일 첫차·막차·배차 간격·운행 편수 + 종점 출발 시각 전체 + 첫편의 정류장 순서별 통과 시각. 정류장×편수 raw row 노출 (수백~수천 건) 대신 사용자 관점에서 직접 의미 있는 단위로 압축. 데이터셋 갱신 60분. 참고: 현재 시간표 dataset 에는 'AICC행' (routeId 11100001, 11100006) 두 노선만 등록되어 있어 그 외 노선(AICC순환/T1행/T2행/T2직행/ 화물청사역행/T1막차)을 필터하면 빈 결과가 정상. 도착 예측은 airport_shuttle_next 가 모든 노선 커버. Args: route: 노선 한글명(예: "AICC행") 또는 8자리 routeId. 빈값=노선 목록만 요약. day: "weekday" (평일) / "holiday" (휴일) / "all" (전체, 기본). lang: "ko"/"en". Returns: route 빈값 시: {count, routes: [{route_id, route_name, weekday_departures, holiday_departures}]} route 지정 시: {route_id, route_name, day_filter, by_day: { weekday/holiday: { day_type_kr, departure_count, first_departure, last_departure, interval_avg, all_departures: [HH:MM,...], first_trip_stops: [{stop_order, stop_name, time}, ...] } }}
airport_taxi
[인천공항 대중교통] 인천공항 여객터미널 택시 출차 현황 (대기수·대기시간·승차장). 1분 단위 실시간. 지역별(서울/인천/경기/인터내셔널/우등/밴) 대기 택시 수와 대기시간. Args: terminal: "T1" / "T2" / "P01" / "P03". 기본 T1. lang: "ko"/"en". Returns: {terminal, status, update_time, regions: {서울/인천/경기/인터내셔널/우등/밴: {cnt, wait_time, stand}}}
airport_train
[인천공항 대중교통] 인천공항 공항철도 (AREX) 열차 운행 정보. D-3 ~ D+3 범위. 실시간 3분 갱신. 18개 역 (서울 ↔ 인천공항T2). 일반(Comm) 모든 역 정차, 직통(Dirc) 서울↔T1/T2 무정차. 기본 동작 — date 빈값(=오늘) 이면 현재 시각(KST) 이후 출발 열차만 시간순으로 정렬해 limit 개수만 반환 ("다음 N편"). date 명시하면 그 날 처음부터 limit 개수. 18역 × 다수 열차 → D-3~D+3 전체 응답이 비대해지므로 의미 단위로 잘림. Args: station: 한글역명(예: "서울","홍대입구"), 영문, 또는 3자리 코드. 빈값=전체. train_no: 운행번호 (예: "A2046"). 빈값=전체. type: "Comm"(일반) / "Dirc"(직통) / 빈값=전체. date: YYYY-MM-DD 또는 YYYYMMDD. 빈값=오늘. limit: 반환할 최대 row 수 (기본 5, 0=전체). 응답 크기 가드. lang: "ko"/"en". Returns: {count, total_available, next_only, limit, query, items: [{drv_dt, train_no, direction, train_class, station, stop_type, plan_arrv, plan_dptr, actual_arrv, actual_dptr}]} total_available > count 이면 limit 늘려 더 보세요 (예: limit=20).

Endpoints

URLTransportStateLatencyChecked
https://airport-transit.kimnchai.com/mcp streamable-http answering 976 ms 8 min ago

Incheon Airport Transit MCP — questions

Answers built from our own checks of this server.

What can Incheon Airport Transit MCP do?
It exposes 5 tools, read directly from the server on our last check. Among them: airport_bus, airport_shuttle_next, airport_shuttle_schedule, airport_taxi, airport_train. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Incheon Airport Transit MCP working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 981 ms. The bar chart above shows every period we have measured.
How do I connect Incheon Airport Transit MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Incheon Airport Transit MCP need an API key?
No. Incheon Airport Transit MCP completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 5 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Incheon Airport Transit MCP?
It answers our handshake in 981 ms on average, which is faster than 5% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.