You're viewing a demo portfolio

Join the waitlist
PRSM

weather_historical

Active

Tool of io.github.lonniev/tollbooth-sample

declared in 3.4.2

Get historical weather data for a location and date range. Returns daily temperature and precipitation from the Open-Meteo archive.

Parameters schema

{
  "type": "object",
  "required": [
    "latitude",
    "longitude",
    "start_date",
    "end_date"
  ],
  "properties": {
    "npub": {
      "type": "string",
      "default": "",
      "description": "Required. Your Nostr public key (npub1...) for credit billing."
    },
    "end_date": {
      "type": "string",
      "description": "End date (YYYY-MM-DD)."
    },
    "latitude": {
      "type": "number",
      "description": "Latitude (-90 to 90)."
    },
    "longitude": {
      "type": "number",
      "description": "Longitude (-180 to 180)."
    },
    "dpop_token": {
      "type": "string",
      "default": ""
    },
    "start_date": {
      "type": "string",
      "description": "Start date (YYYY-MM-DD)."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

io.github.lonniev/tollbooth-sample

https://github.com/lonniev/tollbooth-sample

1/7 registries
View full server →
weather_historical — io.github.lonniev/tollbooth-sample — PRSM MCP