You're viewing a demo portfolio

Join the waitlist
PRSM

weather_forecast

Active

Tool of Weather & Geo Intel MCP

declared in 1.0.0

Get a multi-day weather forecast for a US location by latitude/longitude (National Weather Service). Returns named periods (Today, Tonight, ...) with temperature, wind, and a short + detailed forecast. Use geocode first if you only have an address.

Parameters schema

{
  "type": "object",
  "required": [
    "lat",
    "lon"
  ],
  "properties": {
    "lat": {
      "type": "number"
    },
    "lon": {
      "type": "number"
    },
    "hourly": {
      "type": "boolean",
      "default": false,
      "description": "If true, return the hourly forecast instead of daily periods."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Weather & Geo Intel MCP

https://github.com/selflabbs/weather-intel-mcp

1/7 registries
View full server →