返回 Skill 列表
extension
分类: 数据与分析无需 API Key

mcp-marine-weather

通过 NOAA api.weather.gov 获取海洋天气预报——当前状况、多日预报及海洋警报。无需 API 密钥,适用于...

person作者: haveblue997hubclawhub

Marine Weather (NOAA)

Get marine weather conditions, forecasts, and alerts from the NOAA Weather API.

Setup

{
  "mcpServers": {
    "marine-weather": {
      "command": "npx",
      "args": ["-y", "@vbotholemu/mcp-marine-weather"]
    }
  }
}

Tools

get_marine_weather

Current conditions — temperature, wind speed/direction, humidity.

| Parameter | Type | Required | Description | |-----------|--------|----------|-------------| | latitude | number | yes | Latitude (-90 to 90) | | longitude | number | yes | Longitude (-180 to 180) |

get_marine_forecast

Multi-day forecast periods with detailed conditions.

| Parameter | Type | Required | |-----------|--------|----------| | latitude | number | yes | | longitude | number | yes |

get_marine_alerts

Active marine weather warnings — storms, wind advisories, surf, coastal flooding.

| Parameter | Type | Required | |-----------|--------|----------| | latitude | number | yes | | longitude | number | yes |

When to Use

  • Sailing/charter trip planning
  • Offshore activity safety checks
  • Coastal event weather assessment
  • Pre-departure weather briefings