Back to Home
razeone icon

mcp-weather

Verified Safe

by razeone

Overview

This server provides weather information, including alerts for US states and forecasts for specific coordinates, by interacting with an external weather API.

Installation

Run Command
dotnet run --project src/Weather.Presentation

Security Notes

The provided source code is limited to the README, which describes an architecture prioritizing input validation (via Value Objects like StateCode, Coordinates) and clear separation of concerns, generally contributing to a more secure system. No 'eval' or malicious patterns are visible. Interaction with an external 'WeatherGovService' implies network calls, which would require secure handling (e.g., TLS, input sanitization, error handling) in the actual implementation, but this is not verifiable from the provided text. Hardcoded secrets are not evident in the README.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens1000
Stars0
Forks0
Last Update2025-12-01

Tags

WeatherMCP ServerClean Architecture.NETAPI