Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

SeatWiFi

com.seatwifi/seatwifi

In-flight WiFi: provider by flight, airline or tail, measured speeds, Starlink rollout.

Uptime
100.0%
2 direct probes · 30d
Response
426ms
last probe
Tools
8
callable
Resources
1
readable
Prompts
0
available

Tools · 8

get_wifi_facts

Best answer for "will this flight have WiFi". Predicts the WiFi provider for a flight number on a given date, with probability, the tail number expected to operate it, aircraft type, and the airline f…

get_flight_wifi

Shorter WiFi lookup for a flight number: provider, confidence, airline, aircraft, and Starlink status. Use get_wifi_facts instead when you need the date, tail number, or reasoning.

get_airline_wifi

WiFi providers an airline uses fleet-wide, plus a fleet summary and whether WiFi is free. Use when the question is about the airline rather than one flight.

get_rollouts

Starlink and satellite WiFi rollout progress per aircraft type: status (complete, in_progress, planned, announced), fleet percentage, and expected completion. Omit airline_code for every tracked airli…

get_speed_stats

Crowd-sourced in-flight WiFi speed reports: average download/upload Mbps, latency, and a per-provider breakdown. Use for "is the WiFi fast enough" questions. Pass a flight_number or an airline_code, n…

get_tail_info

WiFi provider history for one aircraft by tail number, including crowd-sourced reports and fleet assignment. Use when the exact airframe is known.

search_wifi

Free-text search across airlines and flights when you only have a name or partial term. Use a specific tool instead when you already have a flight number, airline code, or tail number.

list_airlines

Every airline SeatWiFi tracks, with its WiFi providers. Large response — use search_wifi or get_airline_wifi when you know which airline you want.

Resources · 1

SeatWiFi Panel

Interactive SeatWiFi result panel

ui://seatwifi/panel.html

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "seatwifi": {
      "url": "https://mcp.seatwifi.com/mcp",
      "transport": "streamable-http"
    }
  }
}