🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

winds-mcp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

winds-mcp

MCP server providing access to NWS surface wind observations from ASOS, AWOS, and other stations

pipPyPI
Version
0.1.2
Weekly downloads
596
Maintainers
1

winds-mcp

MCP server providing access to NWS surface wind observations from ASOS, AWOS, and other stations.

Data Sources

SourceCoverageAuth
NWS Weather.gov APIAll NWS stations, latest/recent observationsNone (User-Agent header)
Iowa Environmental MesonetHistorical ASOS archive (~2000+)None

Tools (8)

Station Discovery

  • winds_list_stations — List NWS stations by US state
  • winds_get_station — Get detailed station metadata
  • winds_find_nearest_stations — Find stations near a lat/lon

Observations

  • winds_get_latest_observation — Most recent observation at a station
  • winds_get_observations — Recent observations over a time window (up to 7 days)
  • winds_get_history — Historical ASOS data from IEM archive (back to ~2000)
  • winds_get_daily_summary — Daily wind statistics from IEM archive
  • winds_compare_stations — Compare latest observations across multiple stations

Installation

# Using uvx (recommended)
uvx winds-mcp

# Using pip
pip install winds-mcp

Usage with Claude Desktop

Add to your Claude Desktop configuration (claude_desktop_config.json):

{
  "mcpServers": {
    "winds": {
      "command": "uvx",
      "args": ["winds-mcp"]
    }
  }
}

Development

cd servers/winds-mcp
uv sync --group dev
uv run pytest tests/ --ignore=tests/test_live.py --ignore=tests/test_mcp_protocol.py -v

Keywords

asos

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts