← himaxym.com

INDIVIDUAL MCP TOOL

airport_reference

Resolve an airport by ICAO ident or IATA code (OurAirports, CC0).

himaxym.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://himaxym.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for airport_reference 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

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • search_accidents — Search the merged aviation-accident corpus (80+ official agencies, occurrence-level dedup).
  • get_accident — Fetch one occurrence by its FlightFinder id, with source-attribution links and references to the narratives available for it.
  • get_narrative — Fetch an investigation narrative by (source, case id).
  • aircraft_safety — Aggregate safety statistics for an aircraft family: total occurrences, hull losses, fatal accidents, total fatalities, and first/latest year.
  • list_sources — List every data source in the corpus with its license, homepage, narrative count, and republication policy (full vs excerpt).
  • wildlife_strikes — FAA National Wildlife Strike Database (US-government public domain).
  • laser_incidents — FAA Reported Laser Incidents — lasers aimed at aircraft (US-government public domain).
  • drone_sightings — FAA UAS (drone) Sighting Reports filed by pilots and controllers (US-government public domain).