Skip to main content
Glama

flight

An MCP server that exposes flight search and Google Maps directions as tools, powered by SerpApi.

Tools

search_flights (flight.py)

Search for flights via Google Flights.

Argument

Type

Description

departure_id

str

3-letter departure airport code (e.g. AUS)

arrival_id

str

3-letter arrival airport code (e.g. JFK)

outbound_date

str

Departure date, YYYY-MM-DD

return_date

str | None

Return date, YYYY-MM-DD (omit for one-way)

currency

str

Currency code, defaults to USD

get_directions (map.py)

Get directions and route info between two locations via Google Maps.

Argument

Type

Description

start_addr

str

Starting address or place name

end_addr

str

Destination address or place name

travel_mode

str

One of best, driving, two-wheeler, transit, walking, cycling, flight. Defaults to driving

Related MCP server: Google Flights MCP Server

Setup

Requires Python 3.13+ and a SerpApi API key.

uv sync

Add your API key to .env:

SERPAPI_API_KEY="your-key-here"

Running

Each tool is its own MCP server, run over stdio:

uv run flight.py
uv run map.py

Point an MCP-compatible client (e.g. Claude Desktop) at these scripts to use the tools.

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