Skip to main content
Glama
DhanyaHegdek

Flight Booking MCP Server

by DhanyaHegdek

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
USE_REAL_APINoSet to 'true' to use real flight API backend (Amadeus) instead of mock data.false

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_flightsD–
book_flightD–
get_booking_statusD–
cancel_bookingD–

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.1/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a distinct purpose: searching, booking, canceling, and checking status. No overlap.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern (e.g., search_flights, book_flight).

Tool Count5/5

4 tools is appropriate for a flight booking server, covering core operations without being over- or under-scoped.

Completeness4/5

Covers essential operations (search, book, cancel, status). Missing update booking or other advanced features, but fine for basic usage.

Maintenance

ActivityStale
ResponsivenessNo issues