Skip to main content
Glama

flight

SerpApi を利用して、フライト検索と Google マップの経路案内をツールとして公開する 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 マップで2地点間の経路とルート情報を取得します。

引数

説明

start_addr

str

出発地の住所または場所名

end_addr

str

目的地の住所または場所名

travel_mode

str

bestdrivingtwo-wheelertransitwalkingcyclingflight のいずれか。デフォルトは 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