met_get_weather
Get weather forecast for any Norwegian location using Meteorologisk institutt (yr.no). Returns current conditions and hourly forecast for the next 48 hours.
Provider: MET Norway · Required: lat, lon
Input schema
{
"type": "object",
"required": [
"lat",
"lon"
],
"properties": {
"lat": {
"type": "number",
"description": "Latitude (e.g. 59.9139 for Oslo)"
},
"lon": {
"type": "number",
"description": "Longitude (e.g. 10.7522 for Oslo)"
},
"altitude": {
"type": "number",
"description": "Altitude in metres (optional, improves accuracy)"
}
}
}
Calling this tool
Send an MCP tools/call request to https://munge.sh/mcp with name met_get_weather.