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
This server provides a tool to fetch current weather information for a specified location using the OpenWeatherMap API.
WeatherApi_MCP_server
The server provides programmatic access to current weather conditions and forecasts for specified cities using the WeatherAPI.com service.
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_yechan
This server provides a tool to fetch current weather data for a specified geographical location using an external, public API.