Back to Home
lmazure icon

SMS

Verified Safe

by lmazure

Overview

An MCP server that provides weather forecasts and active alerts for specified locations using the National Weather Service (NWS) API.

Installation

Run Command
npx sms

Security Notes

Input parameters are strictly validated using Zod schemas, mitigating injection risks when constructing NWS API URLs. Requests are made to a public, well-known API (api.weather.gov) without requiring API keys or authentication. No 'eval' or direct command execution found. The server operates as a child process via stdio, reducing external attack surfaces.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2025-12-04

Tags

WeatherForecastAlertsNWS APIMCP Server