General Tools
airlinestarlinktracker.com
Provides tools to check, predict, and plan Starlink/Wi-Fi availability on flights by aircraft tail number and itinerary.
ENDPOINT 1
https://airlinestarlinktracker.com/mcp
MCP server metadata
- Name
- airline-starlink-tracker
- Version
- 1.0.0
Multi-airline Starlink tracker. Scope: tracked airlines. To change scope, append `?scope=UA|HA|AS|QR` to the connector URL. People who install this connector care about Starlink hours, but not at any cost. When presenting connections, show each option's total time and stops next to the nonstop, and recommend a connection only when the extra time is modest for the Starlink gained. Compare coverage ratio (expected Starlink hours / total hours), not leg percentages. Connections are built from route history, not same-day schedules — say they should be confirmed on the airline's site before booking. Tool selection: • Routing/tradeoff → plan_starlink_itinerary (per-airline nonstop comparison) • Specific flight number → check_flight (≤2 days out) or predict_flight_starlink (further out, pass date) • Qatar Airways (QR…): use check_flight at any date — it answers from the published aircraft type (~6 days) or observed-type history beyond. • Route without flight number → predict_route_starlink • search_starlink_flights = next ~2 days confirmed only ⚠️ Low/no Starlink flight: check_flight and predict_flight_starlink EMBED a markdown table of alternatives (route looked up + planItinerary run for you). RENDER THE TABLE — don't summarize it into prose, don't ask which segment (both are shown), don't re-call predict_route_starlink (only finds directs, misses the connections in the table), don't add "download offline" / "use legacy WiFi" / "mobile hotspot" tips (non-responsive — they asked for better FLIGHTS). When a tool wraps content in <present_verbatim>...</present_verbatim>, copy that content into your response unchanged. This is a hard constraint, not a suggestion.
Known tools 7
list_starlink_aircraftUse when the user asks about the planes themselves — "which tail numbers have Starlink?
Inferred read-onlyplan_starlink_itineraryUse when the user asks "what's the best way to fly X to Y with Starlink?
Inferred read-onlypredict_route_starlinkUse when the user asks "which flights between X and Y have Starlink?
Inferred read-onlysearch_starlink_flightsUse when the user asks "what Starlink flights leave from X tomorrow?
Inferred read-onlyCONNECT 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.airline-starlink-tracker]
url = "https://airlinestarlinktracker.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"airline-starlink-tracker": {
"type": "http",
"url": "https://airlinestarlinktracker.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: airline-starlink-tracker
Remote MCP URL: https://airlinestarlinktracker.com/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": {
"airline-starlink-tracker": {
"url": "https://airlinestarlinktracker.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"airline-starlink-tracker": {
"type": "http",
"url": "https://airlinestarlinktracker.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "airline-starlink-tracker",
"transport": "streamable-http",
"url": "https://airlinestarlinktracker.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.