Back to Home
abg011 icon

WeatherMCP

Verified Safe

by abg011

Overview

A simple Model Context Protocol (MCP) server for fetching live weather alerts and forecasts from the U.S. National Weather Service (NWS) API.

Installation

Run Command
python weather.py

Security Notes

The source code appears very safe. It uses the standard 'httpx' library for network requests and does not contain 'eval' or similar dangerous functions. There are no hardcoded secrets or sensitive information. The NWS API used is public and does not require authentication. All network requests have a timeout.

Similar Servers

Stats

Interest Score0
Security Score10
Cost ClassLow
Avg Tokens300
Stars0
Forks0
Last Update2025-12-13

Tags

WeatherNWS APIForecastsAlertsMCP Server