Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

io.github.trondbjoroy/met-mcp

io.github.trondbjoroy/met-mcp

Weather forecasts from MET Norway (Yr): geocoding plus hourly forecasts worldwide.

Uptime
100.0%
1 direct probes · 30d
Response
82ms
last probe
Tools
8
callable
Resources
0
readable
Prompts
0
available

Tools · 8

geocode_location

Find latitude and longitude for a place name. Use the coordinates with the other tools.

get_forecast

Get an hourly weather forecast from MET Norway (Yr) for a coordinate. Works worldwide, best coverage in the Nordics.

get_nowcast

Minute-by-minute precipitation for the next 2 hours, radar-based. Nordic region only. Answers 'do I need an umbrella right now?'

get_weather_alerts

Official danger warnings (wind, flood, ice, forest fire...) from MET Norway. Covers Norway and its waters. Omit coordinates to get all current alerts. Alert text is in Norwegian.

get_sun_events

Sunrise, sunset, and solar noon for a coordinate and date. Works worldwide.

get_ocean_forecast

Wave height, wave direction, and sea temperature. Covers the Norwegian coast and nearby seas.

find_weather_stations

Find the nearest official weather stations (Frost). Use the station id (e.g. SN50540) with get_historical_weather.

get_historical_weather

Daily historical observations from a weather station (Frost archive, some stations go back over 100 years). Find station ids with find_weather_stations.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.trondbjoroy/met-mcp": {
      "url": "https://met-mcp.met-mcp-worker.workers.dev/mcp",
      "transport": "streamable-http"
    }
  }
}