mcp-weather-bot
Verified Safeby qwe707
Overview
Provides real-time weather information to AI agents (like Claude/Cursor) via a FastMCP server.
Installation
python weather.pyEnvironment Variables
- OPENWEATHER_API_KEY
Security Notes
The server uses environment variables for API keys, which is a good security practice. It does not use 'eval' or other inherently dangerous functions. All external calls are made via the httpx library to the OpenWeatherMap API. Input validation for the 'city' parameter is handled by the OpenWeatherMap API itself and httpx's secure request handling.
Similar Servers
Weather-MCP-Server
Provides comprehensive weather information and tools via a Model Context Protocol (MCP) server using FastMCP and WeatherAPI.com.
weather-MCP-server
This server provides a tool to fetch current weather information for a specified location using the OpenWeatherMap API.
WeatherApi_MCP_server
This server provides current weather, multi-day forecasts, and weather comparison for specified cities using the WeatherAPI.
mcp_server_weather_jayden
This server provides current and forecasted weather data for specific geographical coordinates as a tool callable by an AI agent.