io.github.cyanheads

faa-aircraft-registry-mcp-server

Offline, keyless lookup of the US civil aircraft registry — decode N-numbers, search records.

communityknowledge

Package Details

@cyanheads/faa-aircraft-registry-mcp-server

Transportstdio
Runtimenode

Package Arguments

Positional
Position 0
run
Position 1
start:stdio

Environment Variables

FAA_REDACT_OWNER_PII(str)
Default:true

Redact owner name/address and disable owner-name search. Redacted by default; set to false only on trusted local installs. Unset/empty/malformed resolves to redacted.

FAA_MIRROR_PATH(str)
Default:.mirror/faa-registry.db

Filesystem path to the SQLite registry index file.

FAA_DATABASE_URL(str)
Default:https://registry.faa.gov/database/ReleasableAircraft.zip

Source URL for the FAA Releasable Aircraft Database ZIP (used by mirror:init/refresh only).

MCP_LOG_LEVEL(str)
Default:info

Sets the minimum log level for output (e.g., 'debug', 'info', 'warn').

@cyanheads/faa-aircraft-registry-mcp-server

TransportStreamable HTTP
Runtimenode

Package Arguments

Positional
Position 0
run
Position 1
start:http

Environment Variables

FAA_REDACT_OWNER_PII(str)
Default:true

Redact owner name/address and disable owner-name search. Redacted by default; set to false only on trusted local installs. Unset/empty/malformed resolves to redacted.

FAA_MIRROR_PATH(str)
Default:.mirror/faa-registry.db

Filesystem path to the SQLite registry index file.

FAA_DATABASE_URL(str)
Default:https://registry.faa.gov/database/ReleasableAircraft.zip

Source URL for the FAA Releasable Aircraft Database ZIP (used by mirror:init/refresh only).

MCP_HTTP_HOST(str)
Default:127.0.0.1

The hostname for the HTTP server.

MCP_HTTP_PORT(str)
Default:3010

The port to run the HTTP server on.

MCP_HTTP_ENDPOINT_PATH(str)
Default:/mcp

The endpoint path for the MCP server.

MCP_AUTH_MODE(str)
Default:none

Authentication mode to use: 'none', 'jwt', or 'oauth'.

MCP_LOG_LEVEL(str)
Default:info

Sets the minimum log level for output (e.g., 'debug', 'info', 'warn').