Skiplagged Flights (MCP)
This skill queries Skiplagged's public MCP server to search flights, hotels, cars and flexible date calendars.
- - Server URL: INLINECODE0
- Auth: none (public server)
Prerequisites
1) Ensure the mcporter CLI is available on PATH (this skill declares it as a required binary).
2) Prefer ad-hoc HTTPS targeting (no local mcporter config required):
CODEBLOCK0
## Quick start
CODEBLOCK1
> If your environment already has a configured server name skiplagged, mcporter call skiplagged.skflightssearch ... is equivalent. Using the explicit HTTPS URL is preferred because it avoids relying on (or enumerating) local MCP config.
## Tools
### sk_flights_search
Search flights between locations.
**Required:** origin, destination, departureDate
**Common options (verify exact names via --schema):**
* returnDate - round-trip date
* sort - price, duration, value (default)
* limit - max results (default ~12)
* maxStops - none, one, many
* fareClass - basic-economy, economy, premium, business, first
* preferredAirlines / excludedAirlines - comma-separated IATA codes (e.g., UA,DL)
* departureTimeEarliest / departureTimeLatest - minutes from midnight (0–1439)
**Examples:**
CODEBLOCK2
### sk_flex_departure_calendar
Find cheapest fares around a departure date.
CODEBLOCK3
### sk_flex_return_calendar
Find cheapest round-trip fares for a fixed trip length.
CODEBLOCK4
### sk_destinations_anywhere
Discover cheap destinations when flexible.
CODEBLOCK5
## Response formatting
When presenting results to users:
* **Never use markdown tables** — use bullet lists or labeled lines.
* Use **MarkdownV2**-compatible formatting when replying in Telegram-style channels.
* Keep replies **mobile-friendly**: concise, scannable.
* Show **top 3–5** options by default; offer to expand.
* Include booking/deep links when returned.
* If hidden-city itineraries appear, present clear caveats (checked-bag constraints and missed-leg implications).
* Highlight savings, routing insights, and key tradeoffs (stops vs duration vs price).
**Good example:**
CODEBLOCK6
## Tips
* Prefer **IATA codes** (e.g., WAW, LHR, JFK) when possible.
* Use --output json when you need structured data for post-processing.
* Results often include a deepLink` (or similar) for booking/verification.
- * For failures other than lack of results, suggest using https://skiplagged.com directly.
- Prices/availability change quickly—treat results as point-in-time and encourage users to confirm via the booking link.
References / provenance
Skiplagged Flights (MCP)
该技能查询 Skiplagged 的公共 MCP 服务器,以搜索航班、酒店、租车和灵活日期日历。
- - 服务器 URL: https://mcp.skiplagged.com/mcp
- 认证: 无(公共服务器)
前提条件
1) 确保 mcporter CLI 在 PATH 中可用(该技能将其声明为必需的二进制文件)。
2) 优先使用 ad-hoc HTTPS 目标(无需本地 mcporter 配置):
bash
检查工具 + 模式(推荐)
mcporter list https://mcp.skiplagged.com/mcp --schema
快速开始
bash
mcporter call https://mcp.skiplagged.com/mcp.skflightssearch origin=WAW destination=LHR departureDate=2026-03-15 --output json
如果你的环境已经配置了名为 skiplagged 的服务器,mcporter call skiplagged.skflightssearch ... 是等效的。使用显式的 HTTPS URL 是首选,因为它避免依赖(或枚举)本地 MCP 配置。
工具
skflightssearch
搜索地点之间的航班。
必需: origin、destination、departureDate
常见选项(通过 --schema 验证确切名称):
- * returnDate - 往返日期
- sort - price、duration、value(默认)
- limit - 最大结果数(默认约 12)
- maxStops - none、one、many
- fareClass - basic-economy、economy、premium、business、first
- preferredAirlines / excludedAirlines - 逗号分隔的 IATA 代码(例如 UA,DL)
- departureTimeEarliest / departureTimeLatest - 从午夜开始的分钟数(0–1439)
示例:
bash
最便宜的单程
mcporter call https://mcp.skiplagged.com/mcp.sk
flightssearch origin=NYC destination=LAX departureDate=2026-03-15 sort=price limit=5
往返,仅直飞
mcporter call https://mcp.skiplagged.com/mcp.sk
flightssearch origin=WAW destination=CDG departureDate=2026-04-10 returnDate=2026-04-17 maxStops=none limit=5
排除廉价航空,仅上午(6am–12pm)
mcporter call https://mcp.skiplagged.com/mcp.sk
flightssearch origin=LHR destination=JFK departureDate=2026-05-01 excludedAirlines=F9,NK departureTimeEarliest=360 departureTimeLatest=720 limit=5
skflexdeparture_calendar
查找出发日期附近的最便宜票价。
bash
mcporter call https://mcp.skiplagged.com/mcp.skflexdeparture_calendar origin=WAW destination=BCN departureDate=2026-06-15 sort=price --output json
skflexreturn_calendar
查找固定行程长度的最便宜往返票价。
bash
mcporter call https://mcp.skiplagged.com/mcp.skflexreturn_calendar origin=WAW destination=NYC departureDate=2026-07-01 returnDate=2026-07-08 --output json
skdestinationsanywhere
当行程灵活时发现廉价目的地。
bash
mcporter call https://mcp.skiplagged.com/mcp.skdestinationsanywhere from=WAW depart=2026-03-15 --output json
响应格式
向用户展示结果时:
- * 切勿使用 Markdown 表格 — 使用项目符号列表或标签行。
- 在 Telegram 风格的频道中回复时,使用 MarkdownV2 兼容格式。
- 保持回复 移动友好:简洁、易于浏览。
- 默认显示 前 3–5 个 选项;提供展开选项。
- 如果返回了预订/深层链接,请包含在内。
- 如果出现隐藏城市行程,请提供明确的注意事项(托运行李限制和未乘坐航段的影响)。
- 突出显示节省金额、路线洞察和关键权衡(经停 vs 时长 vs 价格)。
良好示例:
找到 3 个 3 月 15 日 WAW → LHR 的航班:
• $90 · 2h 35m · 直飞
LOT
05:40 WAW → 07:15 LHR
预订
• $91 · 4h 20m · 1 次经停
SAS
06:10 WAW → 09:30 LHR
预订
提示
- * 尽可能优先使用 IATA 代码(例如 WAW、LHR、JFK)。
- 当需要结构化数据进行后处理时,使用 --output json。
- 结果通常包含用于预订/验证的 deepLink(或类似内容)。
- 对于非结果缺失导致的失败,建议直接使用 https://skiplagged.com。
- 价格/可用性变化很快——将结果视为时间点数据,并鼓励用户通过预订链接确认。
参考 / 来源