Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

Fly Where To?

com.flywhereto/mcp

Worldwide nonstop flight routes from Wikipedia: airports, destinations, connections, airlines.

Uptime
100.0%
2 direct probes · 30d
Response
99ms
last probe
Tools
8
callable
Resources
0
readable
Prompts
0
available

Tools · 8

find_airport

Look up airports by IATA/ICAO code or by name fragment. Returns code, name, country, coordinates and how many nonstop destinations each serves. Use this first when you only have a city or airport name…

destinations_from

All airports reachable nonstop from a given origin, with the service kinds (scheduled, seasonal, charter, suspended, ...) per destination. Optionally filter by kind and include the operating airlines.…

route_details

Which airlines fly nonstop between two airports, with alliance, homepage and the service periods of each. Only periods of kind begins, ends or resumes ever carry dates; scheduled, seasonal and charter…

most_connected_airports

Airports ranked by number of nonstop destinations served, worldwide or within one country.

find_connections

Multi-stop itineraries from an origin airport to either a destination airport or to any airport in a country. Returns airport paths with every airline flying each leg. Airline entries carry their alli…

reachable_from

How far the network stretches from one airport within a stop budget: totals, breakdown by stop count and by country. Pass country to list the individual reachable airports there with their minimum sto…

airline_routes

The full network one airline flies: every origin with its nonstop destinations, as IATA codes. Look up by IATA airline code ("TK") or name fragment ("turkish"). Ambiguous queries return a candidate li…

find_meetup

Best meet-up airports for travellers from multiple origins, ranked by combined travel effort using the same scoring as the site. Origins can be weighted by traveller count. Scores are kilometre values…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "fly_where_to?": {
      "url": "https://flywhereto.com/api/mcp",
      "transport": "streamable-http"
    }
  }
}