← flywhereto.com

INDIVIDUAL MCP TOOL

destinations_from

All airports reachable nonstop from a given origin, with the service kinds (scheduled, seasonal, charter, suspended, ...) per destination.

flywhereto.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://flywhereto.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for destinations_from and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

flywhereto.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.flywhereto]
url = "https://flywhereto.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "flywhereto": {
      "type": "http",
      "url": "https://flywhereto.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: flywhereto
Remote MCP URL: https://flywhereto.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "flywhereto": {
      "url": "https://flywhereto.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "flywhereto": {
      "type": "http",
      "url": "https://flywhereto.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "flywhereto",
  "transport": "streamable-http",
  "url": "https://flywhereto.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • find_airport — Look up airports by IATA/ICAO code or by name fragment.
  • route_details — Which airlines fly nonstop between two airports, with alliance, homepage and the service periods of each.
  • 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.
  • reachable_from — How far the network stretches from one airport within a stop budget: totals, breakdown by stop count and by country.
  • airline_routes — The full network one airline flies: every origin with its nonstop destinations, as IATA codes.
  • find_meetup — Best meet-up airports for travellers from multiple origins, ranked by combined travel effort using the same scoring as the site.