loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

mcp-metar

MCP Tool

daedalus/mcp-metar

MCP server for METAR/TAF data

Install

$ npx loaditout add daedalus/mcp-metar

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "mcp-metar": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-metar"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

mcp-metar

> MCP server for METAR/TAF aviation weather data

[](https://pypi.org/project/mcp-metar/) [](https://pypi.org/project/mcp-metar/) [](https://github.com/astral-sh/ruff)

Install
pip install mcp-metar
Usage
from mcp_metar import get_metar, get_taf, get_airport_weather

# Get current METAR for an airport
metar = get_metar("KJFK")
print(metar)

# Get TAF forecast
taf = get_taf("KJFK")
print(taf)

# Get both METAR and TAF
weather = get_airport_weather("KJFK")
print(weather["metar"])
print(weather["taf"])
MCP Server

This package provides an MCP server that can be used with MCP-compatible clients. Configure your client with:

{
  "mcpServers": {
    "mcp-metar": {
      "command": "mcp-metar",
      "env": {}
    }
  }
}
Available Tools
  • get_metar: Fetch current METAR weather data for an airport by ICAO code
  • get_taf: Fetch TAF (Terminal Aerodrome Forecast) for an airport by ICAO code
  • get_airport_weather: Fetch both METAR and TAF for an airport by ICAO code
Development
git clone https://github.com/daedalus/mcp-metar.git
cd mcp-metar
pip install -e ".[test]"

# run tests
pytest

# format
ruff format src/ tests/

# lint
ruff check src/ tests/

# type check
mypy src/
License

MIT

Tags

mcpmetartaf

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated25 days ago
Security: AMCP ConfigREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/27/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/daedalus/mcp-metar)](https://loaditout.ai/skills/daedalus/mcp-metar)