weather-mcp-server-java-21
Verified Safeby rasidabdul
Overview
An MCP (Model Context Protocol) server that provides AI assistants with real-time weather forecasts and alerts by integrating with the National Weather Service (NWS) API.
Installation
./gradlew bootRunSecurity Notes
The server explicitly lacks Spring Security integration, robust input validation for coordinates and state codes, and rate limiting mechanisms. This design makes it highly susceptible to input-related vulnerabilities and potential abuse. Additionally, error information leakage (e.g., stack traces) is not explicitly handled, which could expose internal details.
Similar Servers
McpWeatherServer
A server application designed to provide weather information to connected clients, likely within a Minecraft Coder Pack (MCP) environment.
weather-mcp-server
Provides live weather forecasts for any city in the world via a tool-enabled API, designed to be integrated with AI agents or LLMs.
weather-mcp-server
Provides current weather conditions and 5-day forecasts for any city using the OpenWeatherMap API via a Model Context Protocol (MCP) server.
mcp-server
Provides optical character recognition (OCR) capabilities for images, either from base64 encoded strings or remote URLs.