Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FLYAN_CURRENCYNoThe currency to use for pricing. Must be a supported ISO 4217 code (e.g., EUR, USD, GBP). Defaults to EUR.EUR

Capabilities

Features and capabilities supported by this server

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

Tools

Functions exposed to the LLM to take actions

NameDescription
find_flightsA

Search Ryanair one-way fares.

from_airport and to_airport are 3-letter IATA codes (e.g. DUB). destination_country is a lowercase ISO2 code (e.g. es, gb); uppercase silently returns no fares.

Dates are ISO format (YYYY-MM-DD) and bound a departure window: the API returns the cheapest fare per route per day inside the window.

find_anywhere_underA

Cheapest fares from from_airport to anywhere under max_price.

Useful for "where can I go for under £50 this weekend" style prompts.

explore_destinationsA

Every destination Ryanair flies to from origin, grouped by country.

Returns {country_code: [{iata, name, city, region}]}. No fare lookup, just the network. Good for answering "what countries can I reach from X" or "does origin fly to destination at all".

cheapest_per_dayA

Cheapest fare per day for one route across a single calendar month.

month is the first of the month in ISO format (YYYY-MM-01). Powers "what's the cheapest day in July to fly DUB->BCN" style prompts. Days with no flight or no price come back with price=None.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/victorlane/Flyan'

If you have feedback or need assistance with the MCP directory API, please join our Discord server