munge.sh

met_get_nowcast

Get precipitation nowcast (next 90 minutes, updated every 5 min) for a location in Norway. Very short-term, high-resolution rain forecast.

Provider: MET Norway · Required: lat, lon

Input schema

{
  "type": "object",
  "required": [
    "lat",
    "lon"
  ],
  "properties": {
    "lat": {
      "type": "number",
      "description": "Latitude"
    },
    "lon": {
      "type": "number",
      "description": "Longitude"
    }
  }
}

Calling this tool

Send an MCP tools/call request to https://munge.sh/mcp with name met_get_nowcast.