Back to Home
getjotsu icon

mcp-servers

Verified Safe

by getjotsu

Overview

Provides current weather conditions and forecasts from the Open-Meteo API for a given geographical location.

Installation

Run Command
npx wrangler dev

Security Notes

The server uses `httpx` for external API calls, which are constructed using f-strings with type-hinted float inputs (latitude, longitude), mitigating URL injection risks. No direct usage of `eval` or similar dangerous functions was found. `USER_AGENT` is hardcoded. Sensitive API keys are not required by this specific server as Open-Meteo is free for non-commercial use. The `MockHttpxAsyncClient` in `worker.py` is an adaptation for Cloudflare Workers and appears benign. Overall, the code seems well-structured and follows good security practices for its purpose.

Similar Servers

Stats

Interest Score26
Security Score9
Cost ClassMedium
Avg Tokens300
Stars2
Forks0
Last Update2025-11-19

Tags

WeatherAPI IntegrationForecastDataCloudflare Worker