Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FLIGHTS_MCP_PROXYNoOptional proxy URL used for outbound requests to Google.

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": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_flightsA

Search Google Flights for one-way or round-trip flights.

Omit return_date for a one-way search. Prices are totals for all passengers in the requested currency. Results are live scrapes of Google Flights and may change between calls, so treat them as indicative and share the returned google_flights_url for booking.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.6/5.0

Scored across 1 tool

Disambiguation5/5

Only one tool exists, so there is no chance of confusing it with another. Its purpose is clearly described as searching Google Flights.

Naming Consistency5/5

The sole tool uses a clear verb_noun name (search_flights). With no other tools to conflict, naming consistency is trivially high.

Tool Count3/5

A single tool is workable for a narrowly scoped search-only server, but it feels thin for a server named 'flights-mcp' which could reasonably include related operations.

Completeness4/5

The search tool covers one-way and round-trip searches, pricing, and a booking URL, so the core search workflow is complete. Minor gaps exist, such as no airport lookup or flight-status tools, but these are not core to the stated purpose.

Maintenance

ActivityMaintained
ResponsivenessNo issues