MCP_Server
Verified Safeby datacool
Overview
An MCP server designed to fetch real-time weather information based on the user's IP address by integrating with ipinfo.io and Open-Meteo APIs.
Installation
python server.pySecurity Notes
The server makes HTTP GET requests to external, well-known APIs (ipinfo.io and open-meteo.com). There are no 'eval' calls, obfuscated code, or hardcoded secrets. URLs are constructed with latitude and longitude derived from a trusted IP geo-location service, minimizing injection risks. Error handling is present for network requests.
Similar Servers
mcp_weather_server
Provides current and historical weather, air quality, and timezone information via an MCP server, integrating with the Open-Meteo API.
Weather-MCP-Server
Provides comprehensive weather information and tools via a Model Context Protocol (MCP) server using FastMCP and WeatherAPI.com.
mcp-weather
Provides current weather, forecast, air quality, and geocoding services by integrating with the Open-Meteo API.
weather-MCP-server
This server provides a tool to fetch current weather information for a specified location using the OpenWeatherMap API.