Skip to main content
Glama

flight

SerpApi 기반으로 항공편 검색과 Google Maps 길찾기를 도구로 제공하는 MCP 서버입니다.

도구

search_flights (flight.py)

Google Flights를 통해 항공편을 검색합니다.

인자

형식

설명

departure_id

str

3자리 출발 공항 코드 (예: AUS)

arrival_id

str

3자리 도착 공항 코드 (예: JFK)

outbound_date

str

출발 날짜, YYYY-MM-DD

return_date

str | None

귀국 날짜, YYYY-MM-DD (편도인 경우 생략)

currency

str

통화 코드, 기본값은 USD

get_directions (map.py)

Google Maps를 통해 두 위치 간의 경로 및 길찾기 정보를 가져옵니다.

인자

형식

설명

start_addr

str

시작 주소 또는 장소 이름

end_addr

str

도착 주소 또는 장소 이름

travel_mode

str

다음 중 하나: best, driving, two-wheeler, transit, walking, cycling, flight. 기본값은 driving입니다.

Related MCP server: Google Flights MCP Server

설정

Python 3.13+ 및 SerpApi API 키가 필요합니다.

uv sync

.env 파일에 API 키를 추가하세요:

SERPAPI_API_KEY="your-key-here"

실행

각 도구는 자체 MCP 서버이며 stdio를 통해 실행됩니다:

uv run flight.py
uv run map.py

MCP 호환 클라이언트(예: Claude Desktop)에서 이 스크립트를 지정하면 도구를 사용할 수 있습니다.

Install Server
F
license - not found
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • SerpApi MCP — wraps SerpApi (serpapi.com) search engines

  • Web search, news, page retrieval, sitemaps, and trending topics through Search1API.

  • Flight search & booking for AI agents. 400+ airlines, $20-50 cheaper than OTAs.

View all MCP Connectors

Latest Blog Posts

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/nihalpatel99/mcp-flight-map'

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