# Airline Starlink Tracker (remote · airlinestarlinktracker.com)

Starlink WiFi status for United, Alaska and Hawaiian flights, with per-airline route odds.

- Trust score: 75/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-25

## Components

- remote · `airlinestarlinktracker.com`: 75/100 (this document), [markdown](https://verifymcp.io/servers/com-airlinestarlinktracker-starlink-tracker/airlinestarlinktracker.md), [page](https://verifymcp.io/servers/com-airlinestarlinktracker-starlink-tracker/airlinestarlinktracker)

## Channel facts

- Endpoint: `https://airlinestarlinktracker.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.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-09-25.

- **Endpoint Security**: 80/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - 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**: 82/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1649 tokens (~235/item across 7 items; 7 tools + 0 resources), over budget; trim descriptions and params.
  - Tools include usage examples.
- **Stability & Change Management**: 10/100
  - Stability observed for 3 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.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 7 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 8 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### How do I install the Airline Starlink Tracker MCP server?

Airline Starlink Tracker is a hosted endpoint at https://airlinestarlinktracker.com/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http com-airlinestarlinktracker-starlink-tracker 'https://airlinestarlinktracker.com/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "com-airlinestarlinktracker-starlink-tracker": {
      "url": "https://airlinestarlinktracker.com/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "com-airlinestarlinktracker-starlink-tracker": {
      "type": "http",
      "url": "https://airlinestarlinktracker.com/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.com-airlinestarlinktracker-starlink-tracker]
url = "https://airlinestarlinktracker.com/mcp"
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add com-airlinestarlinktracker-starlink-tracker --url 'https://airlinestarlinktracker.com/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-airlinestarlinktracker-starlink-tracker:
    url: "https://airlinestarlinktracker.com/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "com-airlinestarlinktracker-starlink-tracker": {
      "Transport": "http",
      "Url": "https://airlinestarlinktracker.com/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add com-airlinestarlinktracker-starlink-tracker -t streamable-http -u 'https://airlinestarlinktracker.com/mcp'
```

### Other

```json
{
  "mcpServers": {
    "com-airlinestarlinktracker-starlink-tracker": {
      "type": "http",
      "url": "https://airlinestarlinktracker.com/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-09-25 (score 75, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-09-23 (score 74, +1)

- [functional improvement] Stability: unverified → 0.03

### 2026-09-22 (score 73)

First indexed and scored.

## MCP tools (7)

### `check_flight` (~265 tokens)

Check flight for Starlink

Use when the user asks "does my flight have Starlink/WiFi?" with a specific tracked-airline flight number and date. Returns FIRM YES if assigned to a verified-Starlink plane, FIRM NO if assigned to a verified non-Starlink plane, or a probability estimate if no assignment exists yet (assignments publish ~2 days out). For dates further out, call predict_flight_starlink directly — check_flight just falls through to the same estimate with extra latency.

Input parameters:

- `date` (string, required): Flight date in YYYY-MM-DD format, matched to the departure airport's local calendar date (UTC fallback for unmapped airports).
- `destination` (string): Optional 3-letter IATA arrival airport of the traveller's leg (e.g. 'SAN'); with origin, picks one leg of a multi-leg flight number.
- `flight_number` (string, required): Flight number, e.g. 'UA544' or just the digits. Also accepts ICAO airline codes like UAL544; use the marketing flight number (UA5212, not SKW5212).
- `origin` (string): Optional 3-letter IATA departure airport of the traveller's leg (e.g. 'DEN'); scopes the answer to that leg of a multi-leg flight number.

### `get_fleet_stats` (~74 tokens)

Starlink fleet rollout stats

Use when the user asks "how far along is the Starlink rollout?" or wants overall fleet numbers. Returns tracked airlines Starlink installation counts and percentages across mainline and express fleets, plus a per-aircraft-type breakdown (installed/total per family). Not for per-flight checks — use check_flight for that.

### `list_starlink_aircraft` (~113 tokens)

List Starlink aircraft

Use when the user asks about the planes themselves — "which tail numbers have Starlink?", "which aircraft types are equipped?". Returns tracked airlines tail numbers, aircraft types, operators, and install dates (default 50 most recent; pass limit up to 500). Not for finding flights — use search_starlink_flights for that.

Input parameters:

- `fleet` (string): Filter to only express (regional) or mainline aircraft.
- `limit` (integer): Maximum number of aircraft to return (default 50).

### `predict_flight_starlink` (~257 tokens)

Predict flight Starlink odds

Use when the user asks "will my flight have Starlink?" for a date too far out for a confirmed assignment, or with no date at all. Returns the probability that a tracked-airline flight number gets a Starlink plane, from historical observations. Reliability varies: high-confidence (5+ obs) is the most reliable tier but is not a guarantee; low-confidence (0-1 obs) is just the fleet prior. UA1-2999 (mainline) has materially lower coverage than UA3000-6999 (express) — call get_fleet_stats for the current split rather than assuming a rate.

Input parameters:

- `date` (string): Optional YYYY-MM-DD. ALWAYS PASS if known — the probability is date-agnostic, but when the result is low (<20%) the tool uses this date to look up the actual route and returns a ready-to-run plan_sta…
- `flight_number` (string, required): Flight number, e.g. 'UA544' or just the digits. Also accepts ICAO airline codes like UAL544; use the marketing flight number (UA5212, not SKW5212).

### `plan_starlink_itinerary` (~222 tokens)

Plan a Starlink itinerary

Use when the user asks "what's the best way to fly X to Y with Starlink?". Compares Starlink odds on the route across every tracked airline (nonstop, per-carrier). For multi-stop UA routings, connect to unitedstarlinktracker.com/mcp.

Input parameters:

- `date` (string): Optional YYYY-MM-DD travel date. When within ~2 days (the aircraft-assignment window), uses confirmed tail assignments for higher accuracy. Beyond that, uses historical prediction only — confirmed as…
- `destination` (string, required): Destination airport IATA code (e.g. 'JAX').
- `max_results` (integer): Maximum number of full-coverage itineraries (default 8). Up to 3 partial baselines may be appended.
- `max_stops` (integer): Maximum number of connection stops (default 2, max 3). 0=direct only, 1=one connection, etc.
- `origin` (string, required): Origin airport IATA code (e.g. 'SFO').

### `predict_route_starlink` (~180 tokens)

Starlink odds by route

Use when the user asks "which flights between X and Y have Starlink?" or "what Starlink flights serve airport X?". Single-route lookup: returns tracked airlines flight numbers on a route (or touching an airport) ranked by Starlink probability. Both origin and destination are required (per-airline route comparison). For trip planning with connections, use plan_starlink_itinerary instead — this tool has no connection logic or coverage-ratio ranking. Empty result = route not served by Starlink planes.

Input parameters:

- `destination` (string): Destination airport IATA code (e.g. 'EWR', 'DEN'). Case-insensitive.
- `limit` (integer): Maximum number of flight numbers to return (default 10).
- `origin` (string): Origin airport IATA code (e.g. 'SFO', 'ORD'). Case-insensitive.

### `search_starlink_flights` (~163 tokens)

Search confirmed Starlink flights

Use when the user asks "what Starlink flights leave from X tomorrow?" or wants confirmed near-term departures. Returns CONFIRMED Starlink flights in the next ~2 days — firm schedule, not prediction. Pass at least one of origin or destination (both narrows to a single route). Aircraft assignments aren't published further out, so for later dates use predict_route_starlink or plan_starlink_itinerary instead.

Input parameters:

- `destination` (string): Destination airport IATA code (e.g. 'LAX', 'DEN'). Case-insensitive.
- `limit` (integer): Maximum number of flights to return (default 20).
- `origin` (string): Origin airport IATA code (e.g. 'SFO', 'ORD'). Case-insensitive.

## Diagnostics

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

## Score history

- 2026-09-25: 75
- 2026-09-24: 74
- 2026-09-23: 74
- 2026-09-22: 73

## Common questions

### What is the Airline Starlink Tracker MCP server?

Airline Starlink Tracker is an MCP server listed in the public MCP registry as com.airlinestarlinktracker/starlink-tracker. Starlink WiFi status for United, Alaska and Hawaiian flights, with per-airline route odds. This page covers its hosted endpoint (https://airlinestarlinktracker.com/mcp).

### Is the Airline Starlink Tracker MCP server safe to use?

Airline Starlink Tracker scores 75 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the Airline Starlink Tracker MCP server expose?

Airline Starlink Tracker exposes 7 tools: check_flight, get_fleet_stats, list_starlink_aircraft, predict_flight_starlink, plan_starlink_itinerary, and 2 more. Their descriptions and schemas cost roughly 1,274 tokens of context every time the server is loaded.

### Does the Airline Starlink Tracker MCP server require authentication?

No. We connected to Airline Starlink Tracker without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the Airline Starlink Tracker MCP server still maintained?

Airline Starlink Tracker is still listed as active in the MCP registry. We last reached this channel on 25 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

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