Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.markswendsen-code/delta

NPM · @STRIDERLABS/MCP-DELTA · SCANNED AUG 3

MCP server for Delta Airlines - search flights, check status, manage trips

+23 this week 69 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (97 of 101), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (97 of 101), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 736 tokens (~66/item across 11 items; 11 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @striderlabs/mcp-delta

# add to Claude Code
claude mcp add markswendsen-code-delta -- npx -y @striderlabs/mcp-delta
# add to Codex CLI
codex mcp add markswendsen-code-delta -- npx -y @striderlabs/mcp-delta
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "markswendsen-code-delta": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@striderlabs/mcp-delta"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add markswendsen-code-delta --command npx --arg -y --arg @striderlabs/mcp-delta
# ~/.hermes/config.yaml
mcp_servers:
  markswendsen-code-delta:
    command: "npx"
    args: ["-y", "@striderlabs/mcp-delta"]
// mcp.json
{
  "mcpServers": {
    "markswendsen-code-delta": {
      "command": "npx",
      "args": [
        "-y",
        "@striderlabs/mcp-delta"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +43
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • Security disclosure: fail → unverified functional
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • License: unverified → pass functional
    • Schema quality: unverified → excellent functional
    • Stability: unverified → 0.20 functional
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • First check of Schema quality: unverified functional
    • Licence: MIT functional
  • 1 Aug 26 +5
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • MCP protocol: unverified → pass functional
  • 31 Jul 26 −25
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 46

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/@striderlabs/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 97 packages

97 packages in the resolved dependency tree · 95 deprecated · 30 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 11 exposed · ~736 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
delta_cancel_reservation ~110

Cancel a Delta Airlines booking. IMPORTANT: Set confirm=true only after getting explicit user confirmation. Without confirm=true, returns cancellation details/refund estimate instead of canceling.

NameTypeReqDescription
confirmbooleanSet to true to complete the cancellation. NEVER set to true without explicit user confirmation. Omit or set false to get cancellation details/refund estimate.
confirmationNumberstringyesReservation confirmation number to cancel (e.g., 'ABC123')
lastNamestringyesPassenger last name

No output schema declared.

No examples provided.

delta_check_in ~57

Check in for a Delta Airlines flight using confirmation number and last name. Returns boarding pass information.

NameTypeReqDescription
confirmationNumberstringyesReservation confirmation number (e.g., 'ABC123')
lastNamestringyesPassenger last name

No output schema declared.

No examples provided.

delta_get_flight_details ~69

Get detailed information about a specific Delta flight including aircraft type, fare options, layover details, and amenities.

NameTypeReqDescription
datestringyesFlight date in YYYY-MM-DD format
flightNumberstringyesDelta flight number (e.g., 'DL123' or '123')

No output schema declared.

No examples provided.

delta_get_flight_status ~79

Get real-time status for a Delta flight including departure/arrival times, delays, gate info, and current status (on time, delayed, landed, etc.).

NameTypeReqDescription
datestringyesFlight date in YYYY-MM-DD format
flightNumberstringyesDelta flight number (e.g., 'DL123' or '123')

No output schema declared.

No examples provided.

delta_get_reservations ~27

List upcoming trips and reservations from My Trips for the logged-in SkyMiles account.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

delta_get_skymiles ~38

Check SkyMiles account balance, Medallion status, Medallion Qualifying Miles, and recent activity for the logged-in user.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

delta_login ~39

Initiate Delta SkyMiles login flow. Returns a URL and instructions for the user to complete login manually. After logging in, use delta_status to verify.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

delta_logout ~27

Clear saved Delta SkyMiles session and cookies. Use this to log out or reset authentication state.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

delta_search_flights ~176

Search for Delta Airlines flights. Returns available flights with prices, times, stops, and cabin options.

NameTypeReqDescription
cabinstringPreferred cabin class: 'Main Cabin', 'Delta Comfort+', 'First Class', or 'Delta One' (default: Main Cabin)
departureDatestringyesDeparture date in YYYY-MM-DD format (e.g., '2025-04-15')
destinationstringyesDestination airport code (e.g., 'BOS', 'SEA', 'DFW')
originstringyesOrigin airport code (e.g., 'ATL', 'JFK', 'LAX')
passengersnumberNumber of passengers (default: 1)
returnDatestringReturn date for round trips in YYYY-MM-DD format. Omit for one-way.

No output schema declared.

No examples provided.

delta_select_seats ~85

Choose seat assignments for a Delta flight. Returns available seat map and confirms selections.

NameTypeReqDescription
flightNumberstringyesFlight number for seat selection (e.g., 'DL123')
passengersnumberNumber of passengers (default: 1)
seatsarrayyesArray of seat IDs to select (e.g., ['12A', '12B'])

No output schema declared.

No examples provided.

delta_status ~29

Check Delta Airlines SkyMiles login status and session info. Use this to verify authentication before performing other actions.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.