← airlinestarlinktracker.com
INDIVIDUAL MCP TOOL
search_starlink_flights
Use when the user asks "what Starlink flights leave from X tomorrow?
LIVE ENDPOINT
https://airlinestarlinktracker.com/mcp
Connect to this endpoint to inspect the live schema for search_starlink_flights and invoke it with your own arguments.
Indexed 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 server
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.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.
Related tools
check_flight— Use when the user asks "does my flight have Starlink/WiFi?get_fleet_stats— Use when the user asks "how far along is the Starlink rollout?list_starlink_aircraft— Use when the user asks about the planes themselves — "which tail numbers have Starlink?predict_flight_starlink— Use when the user asks "will my flight have Starlink?plan_starlink_itinerary— Use when the user asks "what's the best way to fly X to Y with Starlink?predict_route_starlink— Use when the user asks "which flights between X and Y have Starlink?