← unitedstarlinktracker.com

INDIVIDUAL MCP TOOL

list_starlink_aircraft

Use when the user asks about the planes themselves — "which tail numbers have Starlink?", "which aircraft types are equipped?".

unitedstarlinktracker.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

unitedstarlinktracker.com

CONNECT 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.unitedstarlinktracker-com]
url = "https://unitedstarlinktracker.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "unitedstarlinktracker-com": {
      "type": "http",
      "url": "https://unitedstarlinktracker.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: unitedstarlinktracker-com
Remote MCP URL: https://unitedstarlinktracker.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": {
    "unitedstarlinktracker-com": {
      "url": "https://unitedstarlinktracker.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "unitedstarlinktracker-com": {
      "type": "http",
      "url": "https://unitedstarlinktracker.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "unitedstarlinktracker-com",
  "transport": "streamable-http",
  "url": "https://unitedstarlinktracker.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • check_flight — Use when the user asks "does my flight have Starlink/WiFi?" with a specific United Airlines flight number and date.
  • get_fleet_stats — Use when the user asks "how far along is the Starlink rollout?" or wants overall fleet numbers.
  • predict_flight_starlink — 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.
  • plan_starlink_itinerary — Use when the user asks "what's the best way to fly X to Y with Starlink?" or wants ranked alternatives.
  • predict_route_starlink — Use when the user asks "which flights between X and Y have Starlink?" or "what Starlink flights serve airport X?".
  • search_starlink_flights — Use when the user asks "what Starlink flights leave from X tomorrow?" or wants confirmed near-term departures.