�🌤️ Open Meteo Weather MCPA simple MCP server that provides current weather and hourly weather forecasts for a given location using the Open-Meteo API. Download from https://github.com/walidsi/openmeteo-weather-mcp

mcp-so:open-meteo-weather-mcp_walidsi

View source
A
100/100

First Seen

Feb 18, 2026

Last Scanned

Feb 20, 2026

Findings

1

Score

100/100

LOW 1

Findings (1)

LOW
Runtime URL controlling behavior
L20

Detects URLs fetched at runtime that control or influence agent behavior without pinning

Download from https:// + instructions
FIX

Avoid loading configuration or behavior-controlling content from runtime URLs. Bundle required configurations locally or pin remote config to versioned, integrity-verified endpoints.

FP?

Likely FP if the URL in the match is a documentation link or example URL (e.g., example.com) rather than an actual runtime-fetched configuration endpoint.