mcp_server_weather_yechan
Verified Safeby yechan-EEEEE
Overview
This server provides a tool to fetch current weather data for a specified geographical location using an external, public API.
Installation
weather-serverSecurity Notes
The server wraps a public, keyless weather API (Open-Meteo) using httpx. There are no identifiable patterns for eval, hardcoded secrets, or dynamic URL construction that could lead to SSRF. Input types are explicitly floats, and output is a string representation of the API's JSON response, minimizing direct injection risks. The lack of any sensitive operations contributes to a high security score.
Similar Servers
mcp_server_test
This server provides a weather forecasting tool that fetches current and hourly weather data for specified geographical coordinates.
mcp_server_weather_jayden
This server provides current and forecasted weather data for specific geographical coordinates as a tool callable by an AI agent.
WeatherApi_MCP_server
This server provides current weather, multi-day forecasts, and weather comparison for specified cities using the WeatherAPI.
mcp-server-weather
This server provides a tool to fetch current weather conditions for a specified geographic location using the Open-Meteo API.