Back to Home
bitjungle icon

vaer

Verified Safe

by bitjungle

Overview

Provides high-level, LLM-friendly weather tools and Norwegian place name resolution backed by MET Norway's Weather API via a proxy, designed for MCP-compatible clients.

Installation

Run Command
docker run --rm -i --network vaer_vaer-network -e METNO_PROXY_BASE_URL=http://metno-proxy:80 vaer:latest

Environment Variables

  • METNO_PROXY_BASE_URL

Security Notes

The server design is robust: all external MET Norway API calls are routed through a dedicated Nginx-based proxy (`metno-proxy`), which handles User-Agent compliance, caching, and rate limiting. Secrets like `FROST_CLIENT_ID` and `VAER_API_KEY` are managed via environment variables. Input validation is rigorously enforced using Zod schemas for all tool inputs. Local file system access is read-only for the `places.db` at runtime. No `eval` or obvious obfuscation patterns are present. The `metno-proxy`'s User-Agent is a build-time argument, ensuring proper identification to MET Norway. The `is_safe_to_run` is true.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2025-11-30

Tags

WeatherForecastMarineAir QualityNorwayPlacesMCPLLM-Tools