INDIVIDUAL MCP TOOL
list_aircraft
The reference fleet with published range, cruise, wingspan and balanced field length, plus an indicative hourly range.
LIVE ENDPOINT
https://mcp.aviationhs.org/mcp
Connect to this endpoint to inspect the live schema for list_aircraft 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.aviationhs]
url = "https://mcp.aviationhs.org/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"aviationhs": {
"type": "http",
"url": "https://mcp.aviationhs.org/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: aviationhs
Remote MCP URL: https://mcp.aviationhs.org/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": {
"aviationhs": {
"url": "https://mcp.aviationhs.org/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"aviationhs": {
"type": "http",
"url": "https://mcp.aviationhs.org/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "aviationhs",
"transport": "streamable-http",
"url": "https://mcp.aviationhs.org/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_airports— Find a US airport by name, city, ICAO or IATA code — or every field within reach of one, filtered by usable runway length.check_runway— Whether one aircraft can use one field, accounting for elevation and any published wingspan or weight limit.estimate_flight_time— Great-circle distance with the standard routing allowance, divided by published cruise, plus ground time — and whether the leg needs a fuel stop.get_quote— Price a trip: every aircraft in the reference fleet that carries the party, with the ones that cannot use either runway excluded and the reason given.