Skip to main content
Glama
chatwithsrini

Airline Flight Delays MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoServer port3003
DB_HOSTNoPostgreSQL hostlocalhost
DB_NAMENoPostgreSQL database nameairline_delays_db
DB_PORTNoPostgreSQL port5432
DB_USERNoPostgreSQL userpostgres
LOG_LEVELNoLogging level (DEBUG, INFO, WARNING, ERROR, CRITICAL)INFO
TRANSPORTNoTransport type (stdio or httpStream)httpStream
LOG_FORMATNoLogging format (json or text)json
DB_PASSWORDYesPostgreSQL password
ENVIRONMENTNoDeployment environmentdevelopment
ENABLE_GAMESNoEnable engagement/games featurestrue
OPENAI_MODELNoLLM model to usegpt-4-turbo-preview
OPENAI_API_KEYYesOpenAI API key (or equivalent for Azure/Anthropic)
ENABLE_HUMAN_HANDOFFNoEnable human agent transfer featurestrue
ENABLE_MOOD_ANALYSISNoEnable mood analysis featurestrue
FREQUENT_FLYER_MIN_FLIGHTSNoMinimum flights required for Frequent Flyer status10
MOOD_FRUSTRATION_THRESHOLDNoFrustration threshold for escalation0.6
ENABLE_FOOD_RECOMMENDATIONSNoEnable food recommendation featurestrue
DELAY_GAME_THRESHOLD_MINUTESNoMinimum delay minutes required to suggest games30

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

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/chatwithsrini/AirlinesMCP'

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