@striderlabs/mcp-alaska
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| alaska_loginA | Log in to Alaska Airlines account. Required for account-specific operations like viewing mileage balance, upcoming trips, and managing bookings. |
| alaska_search_flightsB | Search for available Alaska Airlines flights between two airports on a specific date. |
| alaska_get_flight_detailsB | Get detailed information about a specific flight including amenities, baggage policy, and on-time performance. |
| alaska_select_flightA | Select a flight for booking. Use after alaska_search_flights to choose a specific flight. |
| alaska_get_seat_mapB | Get the seat map for a flight showing available and occupied seats across all cabin classes. |
| alaska_select_seatA | Select a specific seat on a flight. Use alaska_get_seat_map first to see available seats. |
| alaska_get_bookingA | Retrieve booking details using a confirmation code. Returns passenger info, flight details, and booking status. |
| alaska_check_inA | Check in for an Alaska Airlines flight using the confirmation code. Opens within 24 hours of departure. |
| alaska_get_mileage_balanceA | Get the Alaska Airlines Mileage Plan balance and elite status. Requires being logged in. |
| alaska_get_upcoming_tripsA | Get a list of upcoming trips associated with the logged-in account. Requires being logged in. |
| alaska_cancel_bookingA | Cancel an Alaska Airlines booking. Check cancellation policy before cancelling as fees may apply. |
| alaska_get_flight_statusA | Get real-time status for an Alaska Airlines flight including departure/arrival times, gate, and delays. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 12 tools
Each tool targets a distinct operation: booking management, flight search, seat selection, check-in, loyalty account queries, etc. There is no ambiguity or overlap in their purposes.
All tools follow the 'alaska_<verb>_<noun>' pattern consistently. Verbs like get, search, select, cancel, check_in clearly indicate the action, and nouns specify the resource.
12 tools is appropriate for an airline travel service, covering flight search, booking, management, check-in, and account features without being excessive or deficient.
Core workflows are well-covered: search, select flight, view seat map, select seat, get/cancel booking, check-in, flight status, and mileage balance. Missing a final 'book' or 'confirm booking' tool, but the flow is navigable.