Back to Home
thejokers69 icon

Weather-MCP-Server

Verified Safe

by thejokers69

Overview

Provides real-time US weather data and alerts to Model Context Protocol (MCP) clients like Claude for Desktop.

Installation

Run Command
node build/index.js

Security Notes

The server uses Zod for input validation, preventing common injection vulnerabilities on parameters. It makes requests to a hardcoded, public US National Weather Service API (api.weather.gov) which requires no authentication, eliminating hardcoded secret risks. No 'eval' or other dynamic code execution from user input is present. The primary risk would be the reliability and security of the NWS API itself, or potential DDoS if an LLM abused the tool.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens300
Stars0
Forks0
Last Update2026-01-01

Tags

WeatherMCPReal-timeNWSTypeScript