Skip to main content
Glama

Google-Flights-MCP-Server

from __future__ import annotations from dataclasses import dataclass from typing import List, Literal, Optional @dataclass class Result: current_price: Literal["low", "typical", "high"] flights: List[Flight] @dataclass class Flight: is_best: bool name: str departure: str arrival: str arrival_time_ahead: str duration: str stops: int delay: Optional[str] price: str

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/opspawn/Google-Flights-MCP-Server'

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