
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
| Tool | Description |
|---|---|
search_flights | Search 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 サーバーは、https://mcp.alice.co.il/mcp にホストされた Model Context Protocol エンドポイントです。AI アシスタントはローカルに何もインストール・実行することなく接続できます。
Alice Flights の MCP サーバーにはどう接続しますか?
エンドポイント https://mcp.alice.co.il/mcp を Claude Code、Cursor、VS Code など任意の MCP 対応クライアントに追加してください。このページのセットアップ手順で各クライアントを一度に設定できます。
Alice Flights の MCP サーバーは認証が必要ですか?
はい。Alice Flights は OAuth を使用します。初回接続時に MCP クライアントがブラウザを開いてサインイン・認可を行い、以降はその認証情報を再利用します。
Alice Flights の MCP サーバーはどのトランスポートを使用しますか?
Alice Flights は Streamable HTTP エンドポイントを公開しており、これはリモート MCP サーバーで広く使われ、主要な MCP クライアントがサポートするトランスポートです。
基本情報
コメント