cheapflights-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_flightsA | Search for flights between two airports on a specific date. Returns a list of available flights with prices, durations, and leg details. Supports one-way and round-trip searches with various filtering options. |
| search_datesA | Find the cheapest travel dates between two airports within a date range. Returns a list of dates with their prices, useful for flexible travel planning. Supports both one-way and round-trip searches. |
| find_airportsA | Search for airports by city name, airport name, or IATA code. Use this tool to find airport IATA codes before searching for flights. Supports city names (e.g., "new york" returns JFK, LGA, EWR), airport names (e.g., "heathrow" returns LHR), and IATA codes. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| search-direct-flight | Generate a tool call to find direct flights between two airports on a target date. |
| find-budget-window | Suggest the cheapest travel dates for a route within a flexible window. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Fli MCP Configuration | Optional configuration defaults and environment variables for the Flight Search MCP server. |
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/saikandikatta/cheapflights-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server