Back to Home
Tetsukiba icon

MCP-demo2-CSCI-435

Verified Safe

by Tetsukiba

Overview

This server provides real-time weather alerts for US states and detailed forecasts for specific geographic coordinates by interacting with the National Weather Service (NWS) API.

Installation

Run Command
uv run weather.py

Security Notes

The code makes external API calls to api.weather.gov, which is a trusted source. It uses httpx with proper error handling (response.raise_for_status()) and a timeout. No 'eval' or other highly dangerous patterns were found. There are no hardcoded secrets or API keys, as the NWS API generally does not require them for public data access. The user-agent is hardcoded, which is acceptable. Overall, the server appears safe to run.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens300
Stars0
Forks0
Last Update2025-11-20

Tags

WeatherNWS APIPythonMCP ServerFastMCP