Skip to main content
Glama
altunoren

googleflights-mcp

by altunoren

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_flightsA

Search Google Flights for available flights between two airports.

Airport codes are 3-letter IATA codes (e.g. IST, AYT, JFK). Dates are YYYY-MM-DD. Returns structured flight options sorted by price.

airlines optionally restricts results to specific 2-letter IATA airline codes, e.g. ["TK"] for Turkish Airlines only, or ["TK", "PC"] for Turkish Airlines + Pegasus. Omit it (or pass None/empty) to search all airlines mixed together in one result list.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no risk of overlap or confusion. The single tool has a clear, distinct purpose.

Naming Consistency5/5

The tool name 'search_flights' follows a clear verb_noun pattern, which is consistent and intuitive. There is only one tool, so there are no naming inconsistencies.

Tool Count3/5

A single-tool server feels thin but is acceptable for a focused flight search service. The count is not excessive, but the server is minimal in scope.

Completeness4/5

The search tool covers the core flight search functionality, including airport codes, dates, and airline filters, and returns structured results. Minor gaps such as round-trip or multi-city search are not explicitly supported, but they are not critical for a basic search service.

Maintenance

ActivityMaintained
ResponsivenessNo issues