← taillookup.com

INDIVIDUAL MCP TOOL

accident_history

Given a US tail number, returns every NTSB accident record on file — NTSB number, date, location, highest injury level, fatalities, and probable cause.

taillookup.comnone authenticationAvailability not checked

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 endpoint

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

.mcp.json

{
  "mcpServers": {
    "taillookup-com": {
      "type": "http",
      "url": "https://taillookup.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "taillookup-com",
  "transport": "streamable-http",
  "url": "https://taillookup.com/api/mcp"
}
MCP Inspector

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

Related tools

  • lookup_aircraft — Given a US tail number (N-number), returns what the aircraft is (make, model, year, serial), its current FAA registration and owner, and whether it has any NTSB accident history.
  • search_by_owner — Searches current FAA registrations by owner/registrant name and returns matching aircraft (tail, make, model, year, owner, location).
  • fleet_stats — Returns counts across the dataset.