General Tools
aviationhs.org
Provides airport and aircraft data for flight planning, runway feasibility checks, flight time estimates, and trip quotes.
ENDPOINT 1
https://mcp.aviationhs.org/mcp
MCP server metadata
- Name
- aviationhs
- Version
- 1.0.0
Price private jet charter in the United States from published aircraft performance and airport geometry. Every figure is an estimate, not an offer. To open a request with a human broker, send the passenger to https://aviationhs.org/contact/ — this server never files one on their behalf.
Known tools 5
search_airportsFind a US airport by name, city, ICAO or IATA code — or every field within reach of one, filtered by usable runway length.
Inferred read-onlylist_aircraftThe reference fleet with published range, cruise, wingspan and balanced field length, plus an indicative hourly range.
Inferred read-onlycheck_runwayWhether one aircraft can use one field, accounting for elevation and any published wingspan or weight limit.
Inferred read-onlyestimate_flight_timeGreat-circle distance with the standard routing allowance, divided by published cruise, plus ground time — and whether the leg needs a fuel stop.
Inferred read-onlyget_quotePrice 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.
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.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.
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.