Skip to main content
Glama
jidehen

Travel Server MCP

by jidehen

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DUFFEL_ACCESS_TOKENYesYour Duffel API key

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
get_flightsC

MCP tool for searching available flights between two locations. Returns both results and debug logs.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.7/5.0

Scored across 1 tool

Disambiguation5/5

Only one tool exists, so there is no possibility of confusion or ambiguity between tools.

Naming Consistency5/5

With only one tool, the naming is trivially consistent and follows a clear verb_noun pattern.

Tool Count2/5

A single tool for a travel server is too few; typically such a server would require multiple operations beyond just searching flights.

Completeness1/5

The tool covers only flight search, missing essential operations like booking, cancellation, or itinerary management, leaving the surface severely incomplete.

Maintenance

ActivityInactive
ResponsivenessNo issues