mcp-weather
Verified Safeby ranggarifqi
Overview
Hosts a Model Context Protocol (MCP) server to provide weather information.
Installation
dotnet run --project src/McpWeather.Server/McpWeather.Server.csprojSecurity Notes
The provided content is a README and project structure overview; no executable source code was provided for a comprehensive security audit. A full analysis for vulnerabilities like input validation, proper handling of external API keys, or absence of dangerous functions (e.g., 'eval') cannot be performed. Assuming standard .NET secure coding practices based on the Domain-Driven Design (DDD) architecture. Network exposure is inherent for a server application.
Similar Servers
Weather-MCP-Server
Provides comprehensive weather information and tools via a Model Context Protocol (MCP) server using FastMCP and WeatherAPI.com.
mcp-weather
This server provides weather information, including alerts for US states and forecasts for specific coordinates, by interacting with an external weather API.
mcp-server-weather
A simple Model Context Protocol (MCP) server that provides static weather information.
OpenMeteoMCPServer
Provides comprehensive weather and geolocation data as callable tools via Model Context Protocol (MCP) for integration with AI assistants and other MCP-compatible clients.