mcp_server_test
Verified Safeby duuujin
Overview
This server provides a weather forecasting tool that fetches current and hourly weather data for specified geographical coordinates.
Installation
weather-serverSecurity Notes
The server makes external HTTP GET requests to a public, open-source weather API (api.open-meteo.com) which does not require an API key. No 'eval', obfuscation, hardcoded secrets, or malicious patterns were found in the provided source code. The use of 'httpx' for asynchronous network requests is standard and generally secure.
Similar Servers
mcp_server_weather_yechan
This server provides a tool to fetch current weather data for a specified geographical location using an external, public API.
mcp_server_weather_jayden
This server provides current and forecasted weather data for specific geographical coordinates as a tool callable by an AI agent.
mcp-server-weather
This server provides a tool to fetch current weather conditions for a specified geographic location using the Open-Meteo API.
MCP-demo2-CSCI-435
This server provides real-time weather alerts for US states and detailed forecasts for specific geographic coordinates by interacting with the National Weather Service (NWS) API.