← Registry

API Tools

airfield.directory

Provides comprehensive aviation data including airfield details, weather reports, and search capabilities.

1 endpoint8 known toolsFirst detected June 14, 2026Last detected August 23, 2026

ENDPOINT 1

https://airfield.directory/mcp

No auth detected

MCP server metadata

Name
airfield_directory
Version
1.0.0
Capabilities
tools.listChangedprompts.listChangedresources.listChangedlogging
Server instructions

Read-only public airfield data for machine clients.

Known tools 8

taxonomy_list

Get valid machine-readable filter values before calling other tools.

Inferred read-only
airfield_search

Search airfields by ICAO, airport name, city, or place name, or browse a scoped region by continent, country, and state.

Inferred read-only
airfield_list_by_h3

Get map or route-planning markers for batches of H3 cells.

Inferred read-only
airfield_get

Get comprehensive information for one airfield or airport by ICAO code.

Inferred read-only
airfield_weather_get

Get normalized aviation weather for one airfield, including METAR/TAF data, runway-focused wind analysis, hazard decoding such as icing, low visibility, and wind shear, plus nearest-station fallback when the airfield has no direct report.

Inferred read-only
airfield_webcam_image

Fetch one actual Autorouter webcam image blob after webcam discovery indicates live images are available.

Inferred read-only
search

Get a lightweight shortlist of airfields for an ICAO code, airport name, city, or place query.

Inferred read-only
fetch

Get a citation-friendly single-airfield document with operational data, recent community PIREPs, and weather context in one response.

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.airfield_directory]
url = "https://airfield.directory/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "airfield_directory": {
      "type": "http",
      "url": "https://airfield.directory/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "airfield_directory": {
      "type": "http",
      "url": "https://airfield.directory/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "airfield_directory",
  "transport": "streamable-http",
  "url": "https://airfield.directory/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for airfield.directory was fetched 2026-07-25T18:16:25.127Z and is being refreshed.

Trust status Trusted

airfield.directory is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

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