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.
ENDPOINT 1
https://himaxym.com/mcp
MCP server metadata
- Name
- flightfinder-safety
- Version
- 1.0.0
Known tools 9
search_accidentsSearch the merged aviation-accident corpus (80+ official agencies, occurrence-level dedup).
Inferred read-onlyget_accidentFetch one occurrence by its FlightFinder id, with source-attribution links and references to the narratives available for it.
Inferred read-onlyaircraft_safetyAggregate safety statistics for an aircraft family: total occurrences, hull losses, fatal accidents, total fatalities, and first/latest year.
Inferred read-onlylist_sourcesList every data source in the corpus with its license, homepage, narrative count, and republication policy (full vs excerpt).
Inferred read-onlyairport_referenceResolve an airport by ICAO ident or IATA code (OurAirports, CC0).
Inferred read-onlywildlife_strikesFAA National Wildlife Strike Database (US-government public domain).
Inferred read-onlylaser_incidentsFAA Reported Laser Incidents — lasers aimed at aircraft (US-government public domain).
Inferred read-onlydrone_sightingsFAA UAS (drone) Sighting Reports filed by pilots and controllers (US-government public domain).
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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.