Skip to main content
Glama
maboukerfa

AirTrail MCP Server

by maboukerfa

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AIRTRAIL_API_KEYYesYour AirTrail API key
AIRTRAIL_USER_IDYesYour AirTrail user ID
AIRTRAIL_BASE_URLNoBase URL of your AirTrail instance (default: http://localhost:5173/api)http://localhost:5173/api

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
list_flightsB

List all flights from Airtrail

get_flight_itineraryC

Retrieve flight itinerary information including departure and arrival ICAO airport codes for a specific flight number. Returns airport codes in ICAO format.

add_flightD

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.5/5.0

Scored across 3 tools

Disambiguation4/5

The three tools have distinct purposes (add, retrieve specific, list all), but add_flight lacks a description which slightly increases ambiguity.

Naming Consistency5/5

All tool names follow a consistent snake_case verb_noun pattern, making them predictable.

Tool Count4/5

Three tools is slightly sparse but appropriate for a basic flight tracking server covering add, get, and list operations.

Completeness3/5

The set covers adding, retrieving, and listing flights, but lacks update and delete operations, which are notable gaps for a complete lifecycle.

Maintenance

ActivityInactive
ResponsivenessNo issues