← airfield.directory

INDIVIDUAL MCP TOOL

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.

airfield.directorynone 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

airfield.directory

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.

Related tools

  • taxonomy_list — Get valid machine-readable filter values before calling other tools.
  • airfield_search — Search airfields by ICAO, airport name, city, or place name, or browse a scoped region by continent, country, and state.
  • airfield_list_by_h3 — Get map or route-planning markers for batches of H3 cells.
  • airfield_get — Get comprehensive information for one airfield or airport by ICAO code.
  • airfield_webcam_image — Fetch one actual Autorouter webcam image blob after webcam discovery indicates live images are available.
  • search — Get a lightweight shortlist of airfields for an ICAO code, airport name, city, or place query.
  • fetch — Get a citation-friendly single-airfield document with operational data, recent community PIREPs, and weather context in one response.