Skip to main content
Glama

flight

Un servidor MCP que expone la búsqueda de vuelos y las direcciones de Google Maps como herramientas, impulsado por SerpApi.

Herramientas

search_flights (flight.py)

Busca vuelos a través de Google Flights.

Argumento

Tipo

Descripción

departure_id

str

Código de aeropuerto de salida de 3 letras (p. ej. AUS)

arrival_id

str

Código de aeropuerto de llegada de 3 letras (p. ej. JFK)

outbound_date

str

Fecha de salida, YYYY-MM-DD

return_date

str | None

Fecha de regreso, YYYY-MM-DD (omitir para solo ida)

currency

str

Código de moneda, por defecto USD

get_directions (map.py)

Obtén direcciones e información de ruta entre dos ubicaciones a través de Google Maps.

Argumento

Tipo

Descripción

start_addr

str

Dirección de inicio o nombre de lugar

end_addr

str

Dirección de destino o nombre de lugar

travel_mode

str

Uno de best, driving, two-wheeler, transit, walking, cycling, flight. Por defecto driving

Related MCP server: Google Flights MCP Server

Configuración

Requiere Python 3.13+ y una clave de API de SerpApi.

uv sync

Añade tu clave de API a .env:

SERPAPI_API_KEY="your-key-here"

Ejecución

Cada herramienta es su propio servidor MCP, ejecutado a través de stdio:

uv run flight.py
uv run map.py

Apunta un cliente compatible con MCP (p. ej. Claude Desktop) a estos scripts para usar las herramientas.

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