Free, no-login flight search with real-time pricing from multiple airlines.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Free, no-login MCP server for searching and comparing flights with real-time pricing from multiple airlines and booking platforms worldwide.
MCP Streamable HTTP Endpoint:

OctoTrip is free to use. Booking links contain affiliate attribution -- OctoTrip may earn a commission at no extra cost to you. Search results are ranked by price within each stop-count group, not by affiliate payout.
Add to your MCP client configuration:
No API key or login required.
Add to claude_desktop_config.json:
Add to your MCP settings:
Add to your Cline MCP settings:
Install via Smithery:
Or add to ~/.hermes/config.yaml:
For MCP clients that only support stdio transport:
A complete MCP session using curl (initialize, list tools, call search):
Transport: stateless streamable HTTP. Responses use text/event-stream (SSE). No session persistence or resumability. Rate limit: 1 request/second with burst capacity of 5.
searchSearches live flight offers between an origin and destination for given travel dates. Supports one-way and round-trip searches with flexible passenger counts and cabin class. Returns price-ranked results grouped by number of stops, showing the cheapest options from multiple airlines and booking platforms. The tool queries external flight aggregator APIs in real time and includes affiliate booking links. It does not book flights, modify reservations, charge users, or store user data.
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
origin | string | yes | -- | Departure city, airport name, or IATA code (e.g. "Frankfurt", "JFK") |
destination | string | yes | -- | Arrival city, airport name, or IATA code |
departure_date | string | yes | -- | Departure date (YYYY-MM-DD, DD.MM.YYYY, or natural-language) |
return_date | string | no | -- | Return date for round-trip. Omit for one-way |
adults | integer | no | 1 | Number of adult passengers (1-9) |
children | integer | no | 0 | Number of children aged 2-11 (0-9) |
infants | integer | no | 0 | Number of infants under 2 (0-9) |
trip_class | string | no | "Y" | Cabin class: Y for economy, C for business |
currency | string | no | "EUR" | ISO 4217 currency code (EUR, USD, GBP, etc.) |
locale | string | no | "en" | Response language code (en, de, etc.) |
Results are grouped by number of stops with the cheapest options per group:
Search results and booking links are valid for approximately 15 minutes. Flight prices are determined through a real-time bidding process and are not guaranteed beyond this window. If a user wants to book, they should do so promptly. For stale results, run a new search.
The server returns structured errors with suggestions:
airport_not_found -- airport could not be resolved. Try an IATA code, city name, or airport name.disambiguation_needed -- multiple airports found (e.g. "New York" returns JFK, LGA). Pick one and retry.invalid_date -- date format not recognized. Use YYYY-MM-DD, DD.MM.YYYY, or similar.no_results -- no flights available for the given criteria. Try different dates or a nearby airport.This server does not log IP addresses, search queries, or any user-identifiable data. See PRIVACY.md for full details including sample log entries.
To report a vulnerability, see SECURITY.md.
MIT
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/octotrip-flights)<a href="https://allmcps.com/mcp/octotrip-flights"><img src="https://allmcps.com/api/badge/octotrip-flights?style=directory" alt="OctoTrip Flights on AllMCPs" /></a>