Delta Air Lines MCP Server
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 |
|---|---|
| statusA | Check Delta Air Lines login status and SkyMiles session info. Use this to verify authentication before performing account-specific actions. |
| loginA | Initiate Delta Air Lines login flow. Opens the Delta sign-in page and saves your session. After logging in, use status to verify. |
| logoutA | Clear saved Delta session and cookies. Use this to log out or reset authentication state. |
| search_flightsA | Search for Delta flights by origin, destination, and travel dates. Returns available flights with prices, times, and stop information. |
| get_flight_detailsB | Get detailed information about a specific flight from search results, including aircraft type, layover details, baggage policy, and fare rules. |
| select_flightB | Select outbound (and optionally return) flights from search results to begin the booking process. |
| get_seat_mapB | View the aircraft seat map showing available and occupied seats, seat types, and upgrade pricing. |
| select_seatsA | Choose specific seats for passengers. Use get_seat_map first to see availability. |
| add_bagsC | Add checked baggage to your booking. Delta charges $35 for the first bag and $45 for the second on most domestic routes. Medallion members may have bags included. |
| get_trip_extrasB | View available upgrade options, Wi-Fi passes, priority boarding, and other add-ons for your trip. |
| checkoutA | Complete the flight booking. IMPORTANT: Set confirm=true only when you have explicit user confirmation to purchase. Without confirm=true, returns a preview of the booking details. |
| get_bookingA | Retrieve an existing Delta booking by confirmation number. Returns flight details, passenger info, and booking status. |
| check_inA | Complete online check-in for an upcoming Delta flight. Check-in opens 24 hours before departure. Returns boarding pass info on success. |
| get_boarding_passA | Retrieve digital boarding pass(es) for a checked-in flight. Must be checked in first using check_in. |
| get_flight_statusA | Get real-time status for a Delta flight including departure/arrival times, gate information, delays, and baggage claim. |
| get_skymilesA | Check your SkyMiles account balance, Medallion status, tier-qualifying miles, and recent activity. Requires being logged in. |
| manage_bookingC | Modify an existing Delta booking — view details, cancel, change flights, request upgrades, or add baggage. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/markswendsen-code/mcp-delta'
If you have feedback or need assistance with the MCP directory API, please join our Discord server