MCP.so
登录

Alice Flights

关于 Alice Flights

Real-time flight search for Claude and any MCP client. Ask for flights by origin, destination, dates, passengers, and cabin class — results come back categorized as best, cheapest, and fastest, each with price, full itinerary, baggage, and live seat availability, plus a direct link to book. A hosted, remote MCP server (Streamable HTTP) with one-click anonymous OAuth — no account or API key. Powered by Alice — a leading Israeli travel app and one of the country's top flight sellers.

连接信息

https://mcp.alice.co.il/mcp

接入方式

claude mcp add alice-flights --transport http https://mcp.alice.co.il/mcp

工具

未检测到工具

点击上方按钮,直接连接服务器端点实时获取工具列表。

概览

What is Alice Flights?

Alice Flights adds real-time flight search to Claude and any MCP client. Ask in plain language — by origin, destination, dates, passengers, and cabin class — and get back a curated set of options, each tagged best, cheapest, or fastest, with price, full itinerary, baggage, live seat availability, and a direct link to book.

It's a hosted, remote MCP server (Streamable HTTP) — nothing to install or self-host. Authentication is a one-click, anonymous OAuth consent: no account, no API key. Powered by Alice, one of Israel's best-known travel apps and a top flight seller.

Features

  • Best / cheapest / fastest — results arrive categorized, not as a flat list; every option carries why it was picked (a single flight can be both best and cheapest).
  • Live seat availability — a low-seats note when only a few seats remain at a fare.
  • Rich itineraries — price, total duration, layovers, cabin/fare brand, checked-bag info, and a direct booking link on alice.co.il.
  • Interactive results widget (MCP Apps) — carrier chips, itinerary timeline, tabs, and a nonstop filter; renders inline in hosts like Claude Desktop and Cowork.
  • Bilingual — ask in English or Hebrew; Hebrew results render right-to-left.
  • Read-only & anonymous — it searches and links you to book; it can't book, charge, or change anything, and it needs no sign-in.

Tools

ToolDescription
search_flightsSearch flights by origin, destination, dates, passengers, and cabin class. Returns options tagged best / cheapest / fastest, each with price, itinerary, baggage, and seats_remaining.

Connect

claude.ai / Claude Desktop / Cowork — Settings → Connectors → Add custom connector,ove the one-click consent:

https://mcp.alice.co.il/mcp

Claude Code:

claude mcp add --transport http alice https://mcp.alice.co.il/mcp

Any client that reads mcp.json:

{
  "mcpServers": {
    "alice": {
      "type": "http",
      "url": "https://mcp.alice.co.il/mcp"
    }
  }
}

Try asking

  • "Find me a flight from Tel Aviv to London next Thursday, back on Sunday."
  • "What's the cheapest nonstop to Athens in August for two adults?"
  • "Business-class options from TLV to New York in December, fastest first."

About

Operated by Alice — one of Israel's best-known travel apps and a top flight seller. The connector is read-only and anonymous; see the privacy policy. Reference implementation & docs: github.com/hts-mcp.

常见问题

Alice Flights 远程 MCP 服务器是什么?

Alice Flights 的远程 MCP 服务器是一个托管的 Model Context Protocol 端点,地址是 https://mcp.alice.co.il/mcp,AI 助手无需在本地安装或运行任何东西即可连接。

怎么连接 Alice Flights 的 MCP 服务器?

把端点 https://mcp.alice.co.il/mcp 添加到任意支持 MCP 的客户端,比如 Claude Code、Cursor 或 VS Code。本页的接入代码块可以一步配置好每个客户端。

Alice Flights 的 MCP 服务器需要认证吗?

需要。Alice Flights 使用 OAuth——第一次连接时,你的 MCP 客户端会打开浏览器窗口登录并授权,之后会复用这个凭证。

Alice Flights 的 MCP 服务器用的是哪种传输方式?

Alice Flights 暴露的是 Streamable HTTP 端点,这是远程 MCP 服务器普遍使用、主流客户端都支持的传输方式。

评论