io.github.markswendsen-code/delta
NPM · @STRIDERLABS/MCP-DELTA · SCANNED AUG 3
MCP server for Delta Airlines - search flights, check status, manage trips
Available components
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 144 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add markswendsen-code-delta -- npx -y @striderlabs/mcp-delta
codex mcp add markswendsen-code-delta -- npx -y @striderlabs/mcp-delta
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"markswendsen-code-delta": {
"type": "local",
"command": [
"npx",
"-y",
"@striderlabs/mcp-delta"
],
"enabled": true
}
}
} openclaw mcp add markswendsen-code-delta --command npx --arg -y --arg @striderlabs/mcp-delta
mcp_servers:
markswendsen-code-delta:
command: "npx"
args: ["-y", "@striderlabs/mcp-delta"] {
"mcpServers": {
"markswendsen-code-delta": {
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-delta"
]
}
}
} 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.
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.
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.
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.
| Name | Type | Req | Description |
|---|---|---|---|
| confirm | boolean | — | Set to true to complete the cancellation. NEVER set to true without explicit user confirmation. Omit or set false to get cancellation details/refund estimate. |
| confirmationNumber | string | yes | Reservation confirmation number to cancel (e.g., 'ABC123') |
| lastName | string | yes | Passenger 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.
| Name | Type | Req | Description |
|---|---|---|---|
| confirmationNumber | string | yes | Reservation confirmation number (e.g., 'ABC123') |
| lastName | string | yes | Passenger 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.
| Name | Type | Req | Description |
|---|---|---|---|
| date | string | yes | Flight date in YYYY-MM-DD format |
| flightNumber | string | yes | Delta 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.).
| Name | Type | Req | Description |
|---|---|---|---|
| date | string | yes | Flight date in YYYY-MM-DD format |
| flightNumber | string | yes | Delta 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.
| Name | Type | Req | Description |
|---|---|---|---|
| cabin | string | — | Preferred cabin class: 'Main Cabin', 'Delta Comfort+', 'First Class', or 'Delta One' (default: Main Cabin) |
| departureDate | string | yes | Departure date in YYYY-MM-DD format (e.g., '2025-04-15') |
| destination | string | yes | Destination airport code (e.g., 'BOS', 'SEA', 'DFW') |
| origin | string | yes | Origin airport code (e.g., 'ATL', 'JFK', 'LAX') |
| passengers | number | — | Number of passengers (default: 1) |
| returnDate | string | — | Return 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.
| Name | Type | Req | Description |
|---|---|---|---|
| flightNumber | string | yes | Flight number for seat selection (e.g., 'DL123') |
| passengers | number | — | Number of passengers (default: 1) |
| seats | array | yes | Array 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.