Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Fly Where To?

REMOTE · FLYWHERETO.COM · SCANNED AUG 20

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

Available components

65 Trust /100
Trust breakdown (6 categories)

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. How we score →

Endpoint Security63
Transport & Reachability100
Schema Quality & AI Usability72
  • AI-judged instruction clarity (excellent).Pass
  • 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. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management3
  • Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · flywhereto.com

# add to Claude Code
claude mcp add --transport http com-flywhereto-mcp https://flywhereto.com/api/mcp
# ~/.codex/config.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
    }
  }
}
# add to OpenClaw
openclaw mcp add com-flywhereto-mcp --url https://flywhereto.com/api/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  com-flywhereto-mcp:
    url: "https://flywhereto.com/api/mcp"
// mcp.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 we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Aug 26 0
    • Stability: unverified → 0.03 functional
  • 19 Aug 26 65

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Aug 2026 · Probed https://flywhereto.com/api/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=flywhereto.com CN=YE2,O=Let's Encrypt,C=US 28 Jun 2026 26 Sept 2026 ECDSA 256 ECDSA-SHA384 59d380b78f981ce56e7dca9e056ea91ba6f
SANs: flywhereto.com
CN=YE2,O=Let's Encrypt,C=US (CA) CN=Root YE,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 ECDSA 384 ECDSA-SHA384 4df3b15dd6c0784c507cd37b58e6f115
CN=Root YE,O=ISRG,C=US (CA) CN=ISRG Root X2,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 ECDSA 384 ECDSA-SHA384 872165fc34b6e5fba8add5b3705fb53a
CN=ISRG Root X2,O=Internet Security Research Group,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 ECDSA 384 SHA256-RSA 6c8f1dc727c7117f7baf853ac980f9cd
DNSSEC insecure

Validation of flywhereto.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
flywhereto.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=31536000; includeSubDomains; preload
x-content-type-options nosniff
referrer-policy strict-origin-when-cross-origin
permissions-policy geolocation=(), camera=(), microphone=()
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://flywhereto.com/api/mcp Verified 200
http (plaintext) http://flywhereto.com/api/mcp HTTPS enforced 308 https://flywhereto.com/api/mcp
MCP tools · 8 exposed · ~1,108 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
airline_routes ~82

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.

NameTypeReqDescription
airlinestringyesAirline IATA code ("TK", "W6") or part of the airline name ("turkish")

No output schema declared.

No examples provided.

destinations_from ~120

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.

NameTypeReqDescription
include_airlinesbooleanAlso list the operating airlines per destination (larger response)
kindstringOnly destinations with at least one route of this service kind
originstringyesThree-letter IATA airport code, e.g. "IST"

No output schema declared.

No examples provided.

find_airport ~83

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.

NameTypeReqDescription
querystringyesIATA code ("IST"), ICAO code ("LTFM") or part of an airport name ("istanbul")

No output schema declared.

No examples provided.

find_connections ~271

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.

NameTypeReqDescription
destinationstringThree-letter IATA airport code, e.g. "IST"
exclude_kindsarrayDrop legs whose service kind is in this list, e.g. ["suspended"] or ["suspended","charter"] for currently bookable routes only
max_stopsintegerMaximum intermediate stops (default 2; country searches cap at 2)
originstringyesThree-letter IATA airport code, e.g. "IST"
same_airlinebooleanRequire one single airline to operate every leg
to_countrystringISO 3166-1 alpha-2 country code goal, e.g. "CR" for Costa Rica

No output schema declared.

No examples provided.

find_meetup ~276

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.

NameTypeReqDescription
allow_at_homebooleanAllow an origin airport as the meet-up point, that party stays home
exclude_kindsarrayDrop legs whose service kind is in this list, e.g. ["suspended"]
limitintegerCandidates to return (default 5)
max_stopsintegerMaximum stops per journey (default 0, nonstop only)
optimizestringRanking objective (default "score")
originsarrayyesWhere the travellers start; duplicates merge by summing travellers
same_alliancebooleanRequire each journey to be flyable within one single airline alliance

No output schema declared.

No examples provided.

most_connected_airports ~69

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

NameTypeReqDescription
countrystringRestrict to one ISO 3166-1 alpha-2 country code, e.g. "SE"
limitintegerHow many airports to return (default 10)

No output schema declared.

No examples provided.

reachable_from ~109

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.

NameTypeReqDescription
countrystringList the reachable airports in this ISO 3166-1 alpha-2 country
max_stopsintegerMaximum intermediate stops (default 1; 0 = nonstop only)
originstringyesThree-letter IATA airport code, e.g. "IST"

No output schema declared.

No examples provided.

route_details ~98

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.

NameTypeReqDescription
destinationstringyesThree-letter IATA airport code, e.g. "IST"
originstringyesThree-letter IATA airport code, e.g. "IST"

No output schema declared.

No examples provided.