MCP.so
Sign In

Alice Flights

About 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.

Connection details

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

Setup

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

Tools

No tools detected

Fetch the live tool list directly from this server's endpoint using the button above.

Overview

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.

Frequently asked questions

What is the Alice Flights remote MCP server?

The Alice Flights remote MCP server is a hosted Model Context Protocol endpoint at https://mcp.alice.co.il/mcp, so AI assistants can connect to it without installing or running anything locally.

How do I connect to the Alice Flights MCP server?

Add the endpoint https://mcp.alice.co.il/mcp to any MCP-compatible client such as Claude Code, Cursor, or VS Code. The setup snippets on this page configure each client in one step.

Does the Alice Flights MCP server require authentication?

Yes. Alice Flights uses OAuth: the first time you connect, your MCP client opens a browser window to sign in and authorize access, then reuses the credentials for future sessions.

Which transport does the Alice Flights MCP server use?

Alice Flights exposes a Streamable HTTP endpoint, the transport used by remote MCP servers and supported by all major MCP clients.

Comments