
Delta
Add the Delta Airlines MCP server so your agent can search flights, check status, and manage trips while you plan travel from your dev environment.
Overview
io.github.markswendsen-code/delta is a MCP server for the Build phase that lets AI agents search Delta flights, check status, and manage trips via stdio npm tools.
What is this MCP server?
- Stdio MCP server @striderlabs/mcp-delta on npm (version 0.1.0)
- Search flights and inspect status through structured agent tools
- Manage trips without manually tabbing between airline sites and your IDE
- Open-source markswendsen-code/mcp-delta repository with MCP schema publishing
- Template for itinerary-style tool design in personal agent assistants
- Server version 0.1.0
- npm package @striderlabs/mcp-delta
- Transport: stdio
What problem does it solve?
Planning flights while coding means constantly leaving your agent to check Delta schedules and trip details in a separate browser flow.
Who is it for?
Solo builders who want a travel-domain MCP reference or personal trip assistant integrated with their daily agent setup.
Skip if: Corporate travel desks that need GDS contracts, fare guarantees, or compliance features this community server does not provide.
What do I get? / Deliverables
After you wire mcp-delta, your agent can run flight search, status, and trip management tools in one MCP-backed workflow.
- Registered Delta-oriented stdio MCP server in your agent config
- Agent-accessible flight search, status, and trip management tools
- Version 0.1.0 npm package you can fork for other airline integrations
Recommended MCP Servers
Journey fit
Travel APIs are integrated during the build phase when you connect operational real-world data sources to agents, ahead of any launch marketing work. Integrations is canonical because flight search, status, and trip management are external-service tools surfaced through MCP.
How it compares
Unofficial Delta-oriented MCP integration, not an airline booking SaaS or a launch-phase distribution skill.
Common Questions / FAQ
Who is io.github.markswendsen-code/delta for?
It is for developers using MCP clients who want Delta flight search, status, and trip tools callable from their AI agent.
When should I use io.github.markswendsen-code/delta?
Use it while building agent integrations when you need travel automation prototypes or personal itinerary assistance alongside your codebase.
How do I add io.github.markswendsen-code/delta to my agent?
Install @striderlabs/mcp-delta from npm, add stdio MCP configuration to Claude Code, Cursor, or Codex, and register the io.github.markswendsen-code/delta server id.