Back to Home
sabatajoxicraft icon

mcp-sample-server

Verified Safe

by sabatajoxicraft

Overview

Provides current weather alerts and detailed forecasts by leveraging the National Weather Service (NWS) API.

Installation

Run Command
npm start

Security Notes

The server uses Zod for robust input validation on tool parameters (state code length, latitude/longitude ranges), mitigating common injection risks. API calls are made to the official NWS API, and sensitive information like API keys are not hardcoded or required, as NWS does not typically require an API key for public data access. Error handling is implemented for network failures and invalid API responses. No 'eval' or other dynamic code execution from user input is present. The `USER_AGENT` and `NWS_API_BASE` are hardcoded but are not secrets.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens200
Stars0
Forks0
Last Update2025-12-13

Tags

WeatherNWS APIAlertsForecastMCP Server