← planeside.flights
INDIVIDUAL MCP TOOL
get_terminal
Fetch the full Planeside entry for one private terminal by id (e.g.
LIVE ENDPOINT
https://planeside.flights/api/mcp
Connect to this endpoint to inspect the live schema for get_terminal and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests code or command execution.
- A tool name or description suggests retrieving external content.
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.planeside]
url = "https://planeside.flights/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"planeside": {
"type": "http",
"url": "https://planeside.flights/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: planeside
Remote MCP URL: https://planeside.flights/api/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": {
"planeside": {
"url": "https://planeside.flights/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"planeside": {
"type": "http",
"url": "https://planeside.flights/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "planeside",
"transport": "streamable-http",
"url": "https://planeside.flights/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_terminals— Search the Planeside index of real private airport terminals (your own entrance, private security and passport control, and a car to the aircraft, on scheduled commercial flights).list_airports_with_private_terminals— Every airport in the Planeside index with a real private terminal that is open or announced, grouped by airport with each terminal’s status and canonical URL.