mcp-server-weather
Verified Safeby palakshah-47
Overview
This server provides a tool to fetch current weather conditions for a specified geographic location using the Open-Meteo API.
Installation
mcp-server-weatherSecurity Notes
No significant security vulnerabilities found. The server utilizes a public, unauthenticated API (Open-Meteo). Input parameters 'latitude' and 'longitude' are expected to be floats, which are safely embedded into the URL. There are no hardcoded secrets or dangerous functions like 'eval' observed.
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
Provides real-time weather alerts and forecasts for specified US locations and states.
mcp-simulation
Serves weather forecast and alert data from the National Weather Service API as tools for an MCP-compatible AI agent.
mcp_server_weather_yechan
This server provides a tool to fetch current weather data for a specified geographical location using an external, public API.