🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@striderlabs/mcp-delta

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@striderlabs/mcp-delta

MCP server for Delta Airlines - let AI agents search flights, manage bookings, check in, and track SkyMiles

latest
npmnpm
Version
0.1.0
Version published
Weekly downloads
25
-55.36%
Maintainers
1
Weekly downloads
 
Created
Source

@striderlabs/mcp-delta

MCP server for Delta Airlines — let AI agents search flights, manage bookings, check in, select seats, cancel reservations, and track SkyMiles via browser automation.

By Strider Labs

Features

  • Search flights with flexible cabin class options (Main Cabin, Delta Comfort+, First Class, Delta One)
  • Get flight details including aircraft type, fare options, and layover info
  • Real-time flight status with gate info, delays, and live updates
  • Manage bookings — view My Trips reservations
  • Check in and retrieve boarding pass details
  • Track SkyMiles balance, Medallion status, and recent activity
  • Select seats for any Delta flight
  • Cancel reservations with refund/eTravel credit estimates

Installation

npx @striderlabs/mcp-delta

Or install globally:

npm install -g @striderlabs/mcp-delta

MCP Configuration

Add to your MCP client config (e.g. ~/.claude/claude_desktop_config.json):

{
  "mcpServers": {
    "delta": {
      "command": "npx",
      "args": ["-y", "@striderlabs/mcp-delta"]
    }
  }
}

Authentication

Session cookies are stored in ~/.strider/delta/ for persistence across sessions.

  • Run delta_login to get the login URL
  • Open the URL in your browser and log in to your SkyMiles account
  • Run delta_status to verify the session is active

Tools

ToolDescription
delta_statusCheck login status and session info
delta_loginInitiate SkyMiles login flow
delta_logoutClear session and cookies
delta_search_flightsSearch for available flights
delta_get_flight_detailsGet details for a specific flight
delta_get_flight_statusReal-time flight status with gate and delay info
delta_get_reservationsList upcoming bookings (My Trips)
delta_check_inCheck in for a flight
delta_get_skymilesCheck SkyMiles balance and Medallion status
delta_select_seatsChoose seat assignments
delta_cancel_reservationCancel a booking (with confirmation guard)

Usage Examples

Search for flights:

delta_search_flights origin=ATL destination=JFK departureDate=2025-06-15 cabin="Delta Comfort+"

Check real-time status:

delta_get_flight_status flightNumber=DL400 date=2025-06-15

Check in:

delta_check_in confirmationNumber=ABC123 lastName=Smith

Cancel a reservation (preview first, then confirm):

delta_cancel_reservation confirmationNumber=ABC123 lastName=Smith
# Review refund info, then:
delta_cancel_reservation confirmationNumber=ABC123 lastName=Smith confirm=true

Requirements

  • Node.js 18+
  • Playwright (installed automatically)

License

MIT

Keywords

mcp

FAQs

Package last updated on 11 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts