io.github.trondbjoroy/met-mcp
io.github.trondbjoroy/met-mcpWeather forecasts from MET Norway (Yr): geocoding plus hourly forecasts worldwide.
Tools · 8
Find latitude and longitude for a place name. Use the coordinates with the other tools.
Get an hourly weather forecast from MET Norway (Yr) for a coordinate. Works worldwide, best coverage in the Nordics.
Minute-by-minute precipitation for the next 2 hours, radar-based. Nordic region only. Answers 'do I need an umbrella right now?'
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.
Sunrise, sunset, and solar noon for a coordinate and date. Works worldwide.
Wave height, wave direction, and sea temperature. Covers the Norwegian coast and nearby seas.
Find the nearest official weather stations (Frost). Use the station id (e.g. SN50540) with 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.
Similar MCP servers embedding-nearest
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"
}
}
}