Back to Home
qwe707 icon

mcp-weather-bot

Verified Safe

by qwe707

Overview

Provides real-time weather information to AI agents (like Claude/Cursor) via a FastMCP server.

Installation

Run Command
python weather.py

Environment 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

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens15
Stars0
Forks0
Last Update2025-12-01

Tags

FastMCPAI ToolWeather APIOpenWeatherMapPython