# Fly Where To? (remote · flywhereto.com)

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

- Trust score: 65/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-20

## Components

- remote · `flywhereto.com`: 65/100 (this document), [markdown](https://verifymcp.io/servers/com-flywhereto-mcp/api-mcp.md), [page](https://verifymcp.io/servers/com-flywhereto-mcp/api-mcp)

## Channel facts

- Endpoint: `https://flywhereto.com/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.3.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-20.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 8 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 72/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1201 tokens (~150/item across 8 items; 8 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 3/100
  - Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### Claude

```bash
claude mcp add --transport http com-flywhereto-mcp https://flywhereto.com/api/mcp
```

### Codex

```toml
[mcp_servers.com-flywhereto-mcp]
url = "https://flywhereto.com/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-flywhereto-mcp": {
      "type": "remote",
      "url": "https://flywhereto.com/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-flywhereto-mcp --url https://flywhereto.com/api/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-flywhereto-mcp:
    url: "https://flywhereto.com/api/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-flywhereto-mcp": {
      "type": "http",
      "url": "https://flywhereto.com/api/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-20 (score 65, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-19 (score 65)

First indexed and scored.

## MCP tools (8)

### `find_airport` (~83 tokens)

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.

Input parameters:

- `query` (string, required): IATA code ("IST"), ICAO code ("LTFM") or part of an airport name ("istanbul")

### `destinations_from` (~120 tokens)

Nonstop destinations from an airport

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. Seasonal and charter service carries no operating dates; treat as unverified for specific travel dates.

Input parameters:

- `include_airlines` (boolean): Also list the operating airlines per destination (larger response)
- `kind` (string): Only destinations with at least one route of this service kind
- `origin` (string, required): Three-letter IATA airport code, e.g. "IST"

### `route_details` (~98 tokens)

Route details between two airports

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 periods have none, so seasonal service is unverified for specific travel dates.

Input parameters:

- `destination` (string, required): Three-letter IATA airport code, e.g. "IST"
- `origin` (string, required): Three-letter IATA airport code, e.g. "IST"

### `most_connected_airports` (~69 tokens)

Most connected airports

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

Input parameters:

- `country` (string): Restrict to one ISO 3166-1 alpha-2 country code, e.g. "SE"
- `limit` (integer): How many airports to return (default 10)

### `find_connections` (~271 tokens)

Find connections between airports

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 alliance and, when service is not plain scheduled, a kind field (seasonal, charter or suspended). Suspended legs are included and flagged, not excluded; pass exclude_kinds to drop them. Seasonal and charter service carries no operating dates and there is no frequency or days-of-week data, so treat every match as unverified for specific travel dates. Provide exactly one of destination or to_country.

Input parameters:

- `destination` (string): Three-letter IATA airport code, e.g. "IST"
- `exclude_kinds` (array): Drop legs whose service kind is in this list, e.g. ["suspended"] or ["suspended","charter"] for currently bookable routes only
- `max_stops` (integer): Maximum intermediate stops (default 2; country searches cap at 2)
- `origin` (string, required): Three-letter IATA airport code, e.g. "IST"
- `same_airline` (boolean): Require one single airline to operate every leg
- `to_country` (string): ISO 3166-1 alpha-2 country code goal, e.g. "CR" for Costa Rica

### `reachable_from` (~109 tokens)

Airports reachable from an origin

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

Input parameters:

- `country` (string): List the reachable airports in this ISO 3166-1 alpha-2 country
- `max_stops` (integer): Maximum intermediate stops (default 1; 0 = nonstop only)
- `origin` (string, required): Three-letter IATA airport code, e.g. "IST"

### `airline_routes` (~82 tokens)

Route network of an airline

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 list to refine from.

Input parameters:

- `airline` (string, required): Airline IATA code ("TK", "W6") or part of the airline name ("turkish")

### `find_meetup` (~276 tokens)

Find meet-up airports

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, lower is better; optimize "score" and "total_distance" both rank by weighted total distance (the frontend default), "worst_case" by the longest single journey. Candidates everyone can reach always rank above candidates someone cannot. Route data only: no fares, no frequency or days-of-week data; non-scheduled legs are flagged with a kind field. The map link stores the query as an anonymous share code and reopens it in the site’s meet-up planner.

Input parameters:

- `allow_at_home` (boolean): Allow an origin airport as the meet-up point, that party stays home
- `exclude_kinds` (array): Drop legs whose service kind is in this list, e.g. ["suspended"]
- `limit` (integer): Candidates to return (default 5)
- `max_stops` (integer): Maximum stops per journey (default 0, nonstop only)
- `optimize` (string): Ranking objective (default "score")
- `origins` (array, required): Where the travellers start; duplicates merge by summing travellers
- `same_alliance` (boolean): Require each journey to be flyable within one single airline alliance

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-flywhereto-mcp/api-mcp#diagnostics

## Score history

- 2026-08-20: 65
- 2026-08-19: 65

## Links

- Remote endpoint: https://flywhereto.com/api/mcp
- Website: https://flywhereto.com/mcp
- Changelog RSS feed: https://verifymcp.io/servers/com-flywhereto-mcp/api-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-flywhereto-mcp/api-mcp.json
- HTML version of this page: https://verifymcp.io/servers/com-flywhereto-mcp/api-mcp
