← Registry

Data Collection

himaxym.com

Serves as a comprehensive aviation accident database, allowing searches, retrieval of accident details, narratives, and safety statistics from multiple official sources.

1 endpoint9 known toolsFirst detected September 1, 2026Last detected September 1, 2026

ENDPOINT 1

https://himaxym.com/mcp

No auth detected

MCP server metadata

Name
flightfinder-safety
Version
1.0.0
Capabilities
tools

Known tools 9

search_accidents

Search the merged aviation-accident corpus (80+ official agencies, occurrence-level dedup).

Inferred read-only
get_accident

Fetch one occurrence by its FlightFinder id, with source-attribution links and references to the narratives available for it.

Inferred read-only
get_narrative

Fetch an investigation narrative by (source, case id).

Inferred read-only
aircraft_safety

Aggregate safety statistics for an aircraft family: total occurrences, hull losses, fatal accidents, total fatalities, and first/latest year.

Inferred read-only
list_sources

List every data source in the corpus with its license, homepage, narrative count, and republication policy (full vs excerpt).

Inferred read-only
airport_reference

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

Inferred read-only
wildlife_strikes

FAA National Wildlife Strike Database (US-government public domain).

Inferred read-only
laser_incidents

FAA Reported Laser Incidents — lasers aimed at aircraft (US-government public domain).

Inferred read-only
drone_sightings

FAA UAS (drone) Sighting Reports filed by pilots and controllers (US-government public domain).

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.