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
This server provides a tool to fetch current weather information for a specified location using the OpenWeatherMap API.
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-weather-bot
Provides real-time weather information to AI agents (like Claude/Cursor) via a FastMCP server.