Back to Home
isdaniel icon

mcp_weather_server

Verified Safe

by isdaniel

Overview

Provides current and historical weather, air quality, and timezone information via an MCP server, integrating with the Open-Meteo API.

Installation

Run Command
docker run -p 8080:8080 dog830228/mcp_weather_server:latest --mode streamable-http

Environment Variables

  • PORT
  • STATELESS

Security Notes

The server uses `httpx` for external API calls, `starlette` and `uvicorn` for HTTP modes, which are standard and robust libraries. No hardcoded API keys are visible; the server explicitly states it uses free Open-Meteo APIs requiring no keys. Input validation for tool arguments is present via `validate_required_args`. CORS is enabled for HTTP modes. No `eval` or blatant obfuscation detected.

Similar Servers

Stats

Interest Score43
Security Score9
Cost ClassMedium
Avg Tokens2000
Stars34
Forks26
Last Update2025-12-13

Tags

WeatherAir QualityTimeTimezoneAPI IntegrationMCP