You're viewing a demo portfolio

Join the waitlist
PRSM

forecast

Active

Tool of Tomorrow Io

declared in 0.1.0

Get a daily or hourly weather forecast for a location. Returns a list of forecast periods with conditions, temperatures, precipitation probability, and wind. Location can be "lat,lon" coordinates or a city name. Example: forecast({ location: "london", timestep: "1d", units: "metric" })

Parameters schema

{
  "type": "object",
  "required": [
    "location"
  ],
  "properties": {
    "units": {
      "type": "string",
      "description": "Unit system: \"metric\" (default) or \"imperial\""
    },
    "_apiKey": {
      "type": "string",
      "description": "Tomorrow.io API key (optional — get a free one at tomorrow.io; if omitted the platform key is used)"
    },
    "location": {
      "type": "string",
      "description": "Location to look up — either \"lat,lon\" coordinates (e.g. \"40.71,-74.01\") or a city name (e.g. \"new york\")"
    },
    "timestep": {
      "type": "string",
      "description": "Forecast granularity: \"1d\" daily (default) or \"1h\" hourly"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Tomorrow Io

https://github.com/pipeworx-io/mcp-tomorrow-io

1/7 registries
View full server →