MCP server
Fly Where To? is also available as a remote Model Context Protocol server, so Claude and other AI assistants can query the route graph directly: airports, nonstop destinations, multi-stop connections and airline networks.
Read-only, no key needed, rate limited. Streamable HTTP transport.
Endpoint
https://flywhereto.com/api/mcpClient configuration
For Claude Desktop, Claude Code, Cursor and most other MCP clients:
{
"mcpServers": {
"flywhereto": {
"url": "https://flywhereto.com/api/mcp"
}
}
}Tools
find_airport— Look up airports by IATA/ICAO code or name fragment.destinations_from— Every nonstop destination from an airport, with service kinds and airlines.route_details— Airlines and service periods for one airport pair.most_connected_airports— Airports ranked by nonstop destinations served.find_connections— Multi-stop itineraries to an airport, or to any airport in a country.reachable_from— Network reach within a stop budget, broken down by country.airline_routes— The full route network of one airline.find_meetup— Best meet-up airports for travellers from multiple origins, weighted and ranked.
Data
Route data is parsed continuously from the route tables of Wikipedia airport articles (text under CC BY-SA). Counts reflect scraped Wikipedia data, not an official schedule feed. Every tool result links back to the interactive map on flywhereto.com.
Privacy policy · Fly Where To? is an Intuitive Bricks AB service.