Weather Mcp Server — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Weather Mcp Server (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
An MCP (Model Context Protocol) server that gives Claude real-time weather data from the US National Weather Service API — no API key needed.
get_alerts — fetches active weather alerts for any US stateget_forecast — fetches a 5-period forecast for any lat/long locationClone the repo and install dependencies:
git clone https://github.com/YOUR_USERNAME/weather-mcp-server cd weather-mcp-server uv venv --python 3.12 source .venv/bin/activate uv add "mcp[cli]" httpx
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{ "mcpServers": { "weather": { "command": "uv", "args": ["--directory", "/path/to/weather-mcp-server", "run", "weather.py"] } } }
Restart Claude Desktop. Look for the hammer icon in the chat input.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.